Skip to content

Commit 2ff8516

Browse files
Bump trio from 0.33.0 to 0.34.0 (#2490)
Bumps [trio](https://github.com/python-trio/trio) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: trio dependency-version: 0.34.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 56caf80 commit 2ff8516

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 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.33"
64+
trio = ">=0.33,<0.35"
6565
attrs = "^26.1"
6666
httpx = "^0.28"
6767
wemake-python-styleguide = "^1.7"

0 commit comments

Comments
 (0)