1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-16 09:04:31 +03:00

Merge pull request #4194 from arduino/dependabot/pip/production/pytest-8.1.1

Bump pytest from 8.1.0 to 8.1.1
This commit is contained in:
per1234 2024-03-11 06:41:13 -07:00 committed by GitHub
commit d5e62f107b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -235,13 +235,13 @@ files = [
[[package]] [[package]]
name = "pytest" name = "pytest"
version = "8.1.0" version = "8.1.1"
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.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"}, {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"},
{file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"}, {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"},
] ]
[package.dependencies] [package.dependencies]
@ -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 = "040ee6eae501027c75b6da8e9528685b2a88b3107961a4d64bed757c6015c223" content-hash = "7973c91d8ec28729a05fc86cce44091e336f4292d999f63ef79d452c0779804b"

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.1.0" pytest = "^8.1.1"
invoke = "^2.2.0" invoke = "^2.2.0"
black = "^24.2" black = "^24.2"
flake8 = "^7.0.0" flake8 = "^7.0.0"