Skip to content

Commit

Permalink
chore: update version of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Aug 11, 2024
1 parent e9ee6a2 commit 5824f84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"protobuf>=4.21.0,<6",
"cryptography>=35.0.0,<41;python_version>='3.9' and python_version<'3.12'",
"cryptography>=35.0.0,<44;python_version>='3.12'",
"cffi>=1.17.0rc1,<2;python_version>='3.13b1'",
"cffi>=1.17.0rc1,<2;python_version>='3.13rc1'",
"async-timeout>=4.0,<5;python_version<'3.11'",
"StrEnum>=0.4.0,<0.5;python_version<'3.11'",
]
Expand All @@ -54,15 +54,15 @@ speedup = [
]

[build-system]
requires = ["scikit-build-core<0.10,>=0.8"]
requires = ["scikit-build-core<0.11,>=0.8"]
build-backend = "scikit_build_core.build"

[tool.rye]
managed = true
dev-dependencies = [
"aiotieba[speedup]",
"pytest==8.2.2",
"pytest-asyncio==0.23.7",
"pytest==8.3.2",
"pytest-asyncio==0.23.8",
"pytest-rerunfailures==14.0",
"mkdocs-material",
"mkdocstrings[python]",
Expand Down

0 comments on commit 5824f84

Please sign in to comment.