Sfoglia il codice sorgente

chore(deps-dev): bump pytest-asyncio from 1.3.0 to 1.4.0 (#530)

dependabot[bot] 1 giorno fa
parent
commit
bbd3dbfa8f
2 ha cambiato i file con 8 aggiunte e 8 eliminazioni
  1. 7 7
      poetry.lock
  2. 1 1
      pyproject.toml

+ 7 - 7
poetry.lock

@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
+# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand.
 
 [[package]]
 name = "aiohappyeyeballs"
@@ -1253,22 +1253,22 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests
 
 [[package]]
 name = "pytest-asyncio"
-version = "1.3.0"
+version = "1.4.0"
 description = "Pytest support for asyncio"
 optional = false
 python-versions = ">=3.10"
 groups = ["dev"]
 files = [
-    {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"},
-    {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"},
+    {file = "pytest_asyncio-1.4.0-py3-none-any.whl", hash = "sha256:933ca923a23075a87fb7070c0ec272a6848489824d887c85c812670932835aa1"},
+    {file = "pytest_asyncio-1.4.0.tar.gz", hash = "sha256:c6c0d2259945122819f171a32ecea2c349ead889ee28176caaf492143424be42"},
 ]
 
 [package.dependencies]
-pytest = ">=8.2,<10"
+pytest = ">=8.4,<10"
 typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""}
 
 [package.extras]
-docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"]
+docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)", "sphinx-tabs (>=3.5)"]
 testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
 
 [[package]]
@@ -1773,4 +1773,4 @@ propcache = ">=0.2.1"
 [metadata]
 lock-version = "2.1"
 python-versions = ">=3.11,<4.0"
-content-hash = "5745e8c61879caf202b704444098e2a98ee0ff2055129772ed8bf9d6134ceb17"
+content-hash = "97372815b49c40e2c9db6fef97e1e4bb366d59f5fb488809c3933bae2573b098"

+ 1 - 1
pyproject.toml

@@ -34,7 +34,7 @@ pyOpenSSL = ">=23.0.0"
 [tool.poetry.group.dev.dependencies]
 pytest = ">=7,<10"
 pytest-cov = ">=3,<8"
-pytest-asyncio = ">=0.19,<1.4"
+pytest-asyncio = ">=0.19,<1.5"
 
 [tool.semantic_release]
 branch = "main"