1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-17 20:21:10 +03:00

Merge pull request #4156 from arduino/dependabot/pip/production/pytest-8.1.0

Bump pytest from 8.0.2 to 8.1.0
This commit is contained in:
per1234 2024-03-03 18:05:21 -08:00 committed by GitHub
commit 82f4899e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@ -235,13 +235,13 @@ files = [
[[package]] [[package]]
name = "pytest" name = "pytest"
version = "8.0.2" version = "8.1.0"
description = "pytest: simple powerful testing with Python" description = "pytest: simple powerful testing with Python"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, {file = "pytest-8.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"},
{file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"},
] ]
[package.dependencies] [package.dependencies]
@ -249,11 +249,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
iniconfig = "*" iniconfig = "*"
packaging = "*" packaging = "*"
pluggy = ">=1.3.0,<2.0" pluggy = ">=1.4,<2.0"
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} tomli = {version = ">=1", markers = "python_version < \"3.11\""}
[package.extras] [package.extras]
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
[[package]] [[package]]
name = "pyyaml" name = "pyyaml"
@ -336,4 +336,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "cb96f4b3ffbda3416adeaaf11d094ebe5aa8f4fcfd3c71b98451beb44455d8ba" content-hash = "040ee6eae501027c75b6da8e9528685b2a88b3107961a4d64bed757c6015c223"

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 = "^8.0.2" pytest = "^8.1.0"
invoke = "^2.2.0" invoke = "^2.2.0"
black = "^24.2" black = "^24.2"
flake8 = "^7.0.0" flake8 = "^7.0.0"