Skip to content

Commit 2678305

Browse files
[poetry] Bump the dependencies group across 1 directory with 2 updates
Updates the requirements on [zstandard](https://github.com/indygreg/python-zstandard) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `zstandard` to 0.24.0 - [Release notes](https://github.com/indygreg/python-zstandard/releases) - [Changelog](https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst) - [Commits](indygreg/python-zstandard@0.23.0...0.24.0) Updates `pytest-asyncio` to 1.1.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v1.1.0) --- updated-dependencies: - dependency-name: zstandard dependency-version: 0.24.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d06ee9 commit 2678305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ speed = [
3737
"brotli (>=1.1.0,<2.0.0) ; platform_python_implementation == 'CPython' ",
3838
"brotlicffi (>=1.1.0.0,<2.0.0.0) ; platform_python_implementation != 'CPython' ",
3939
"h2 (>=4.2.0,<5.0.0)",
40-
"zstandard (>=0.23.0,<0.24.0)",
40+
"zstandard (>=0.23.0,<0.25.0)",
4141
]
4242

4343
[project.urls]
@@ -49,7 +49,7 @@ dev = [
4949
"ruff~=0.9",
5050
"pytest~=8.3",
5151
"pytest-cov~=6.1",
52-
"pytest-asyncio~=0.24",
52+
"pytest-asyncio>=0.24,<2.0",
5353
"mypy~=1.11",
5454
]
5555
docs = [

0 commit comments

Comments
 (0)