2 Commits 49be3a3320 ... 96f2379454

Author SHA1 Message Date
  pre-commit-ci[bot] 96f2379454 chore(pre-commit.ci): pre-commit autoupdate (#529) 17 hours ago
  dependabot[bot] bbd3dbfa8f chore(deps-dev): bump pytest-asyncio from 1.3.0 to 1.4.0 (#530) 17 hours ago
3 changed files with 10 additions and 10 deletions
  1. 2 2
      .pre-commit-config.yaml
  2. 7 7
      poetry.lock
  3. 1 1
      pyproject.toml

+ 2 - 2
.pre-commit-config.yaml

@@ -9,7 +9,7 @@ ci:
 
 repos:
   - repo: https://github.com/commitizen-tools/commitizen
-    rev: v4.16.3
+    rev: v4.16.4
     hooks:
       - id: commitizen
         stages: [commit-msg]
@@ -38,7 +38,7 @@ repos:
       - id: pyupgrade
         args: [--py311-plus]
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.15.17
+    rev: v0.15.18
     hooks:
       - id: ruff
         args: [--fix]

+ 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"