Skip to content

Commit

Permalink
⬆️ Upgrade anyio to 4.7.0 (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 authored Dec 7, 2024
1 parent 97601a2 commit 943ec04
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 28 deletions.
13 changes: 7 additions & 6 deletions app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ddtrace = "^2.17.0"
scalar-fastapi = "^1.0.3"

[tool.poetry.dev-dependencies]
anyio = "~4.6.0"
anyio = "~4.7.0"
assertpy = "==1.1"
black = "~24.10.0"
isort = "~5.13.2"
Expand Down
13 changes: 7 additions & 6 deletions endorser/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion endorser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ddtrace = "^2.17.0"
scalar-fastapi = "^1.0.3"

[tool.poetry.dev-dependencies]
anyio = "~4.6.0"
anyio = "~4.7.0"
black = "~24.10.0"
isort = "~5.13.2"
pre-commit = "~4.0.1"
Expand Down
13 changes: 7 additions & 6 deletions trustregistry/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion trustregistry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scalar-fastapi = "^1.0.3"
alembic = "~1.14.0"

[tool.poetry.dev-dependencies]
anyio = "~4.6.0"
anyio = "~4.7.0"
black = "~24.10.0"
isort = "~5.13.2"
pre-commit = "~4.0.1"
Expand Down
13 changes: 7 additions & 6 deletions waypoint/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion waypoint/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ddtrace = "^2.17.0"
scalar-fastapi = "^1.0.3"

[tool.poetry.dev-dependencies]
anyio = "~4.6.0"
anyio = "~4.7.0"
assertpy = "==1.1"
black = "~24.10.0"
isort = "~5.13.2"
Expand Down

0 comments on commit 943ec04

Please sign in to comment.