Skip to content

Commit c6e882a

Browse files
Bump trio from 0.32.0 to 0.33.0 (#2376)
Bumps [trio](https://github.com/python-trio/trio) from 0.32.0 to 0.33.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: trio dependency-version: 0.33.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c80909 commit c6e882a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ check-laws = ["pytest", "hypothesis"]
6161

6262
[tool.poetry.group.dev.dependencies]
6363
anyio = "^4.3"
64-
trio = ">=0.30,<0.33"
64+
trio = ">=0.30,<0.34"
6565
attrs = "^25.3"
6666
httpx = "^0.28"
6767
wemake-python-styleguide = "^1.6"

0 commit comments

Comments
 (0)