1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-20 18:53:42 +03:00

Merge pull request #2380 from arduino/dependabot/pip/production/pytest-7.2.1

Bump pytest from 7.2.0 to 7.2.1
This commit is contained in:
per1234 2023-01-15 19:31:01 -08:00 committed by GitHub
commit 955e3e87f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -272,14 +272,14 @@ files = [
[[package]] [[package]]
name = "pytest" name = "pytest"
version = "7.2.0" version = "7.2.1"
description = "pytest: simple powerful testing with Python" description = "pytest: simple powerful testing with Python"
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"}, {file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"},
{file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, {file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"},
] ]
[package.dependencies] [package.dependencies]
@ -395,4 +395,4 @@ setuptools = "*"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "2813055b49144673411ed8714923471007976b2de22f71be88c19c4f91ab6594" content-hash = "a77f8844f458f6c726a61826a35d8c7c5c1c4e0018e5142495db4b1ce02b314c"

View File

@ -12,7 +12,7 @@ license = "CC0-1.0"
python = "^3.9" python = "^3.9"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^7.2.0" pytest = "^7.2.1"
invoke = "^1.7.3" invoke = "^1.7.3"
black = "^22.12" black = "^22.12"
flake8 = "^6.0.0" flake8 = "^6.0.0"