Skip to content

Commit

Permalink
⬆️ Upgrade fastapi, anyio and pylint (#1066)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade fastapi to 0.115

* ⬆️ Upgrade anyio to 4.5

* ⬆️ Upgrade pylint to 3.3

* ⬆️ Update lock files

* ⬆️ Upgrade anyio to 4.6
  • Loading branch information
ff137 authored Sep 21, 2024
1 parent 26c6577 commit 393b1bc
Show file tree
Hide file tree
Showing 10 changed files with 189 additions and 182 deletions.
40 changes: 20 additions & 20 deletions app/poetry.lock

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

6 changes: 3 additions & 3 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.12"
aiohttp = "~3.10.5"
aries-cloudcontroller = "==1.0.0b0"
base58 = "~2.1.1"
fastapi = "~0.114.0"
fastapi = "~0.115.0"
fastapi_websocket_pubsub = "~0.3.8"
httpx = "~0.27.0"
loguru = "~0.7.2"
Expand All @@ -24,13 +24,13 @@ uvicorn = { version = "~0.30.5", extras = ["standard"] }
ddtrace = "^2.12.2"

[tool.poetry.dev-dependencies]
anyio = "~4.4.0"
anyio = "~4.6.0"
assertpy = "==1.1"
black = "~24.8.0"
isort = "~5.13.2"
mockito = "~1.5.0"
pre-commit = "~3.8.0"
pylint = "~3.2.6"
pylint = "~3.3.0"
pytest = "~8.3.2"
pytest-cov = "~5.0.0"
pytest-mock = "~3.14.0"
Expand Down
40 changes: 20 additions & 20 deletions endorser/poetry.lock

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

6 changes: 3 additions & 3 deletions endorser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.12"

aries-cloudcontroller = "==1.0.0b0"
dependency-injector-fork = "~=4.42.1" # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744
fastapi = "~0.114.0"
fastapi = "~0.115.0"
httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.7"
Expand All @@ -20,11 +20,11 @@ uvicorn = { version = "~0.30.5", extras = ["standard"] }
ddtrace = "^2.12.2"

[tool.poetry.dev-dependencies]
anyio = "~4.4.0"
anyio = "~4.6.0"
black = "~24.8.0"
isort = "~5.13.2"
pre-commit = "~3.8.0"
pylint = "~3.2.6"
pylint = "~3.3.0"
pytest = "~8.3.2"
pytest-cov = "~5.0.0"
pytest-mock = "~3.14.0"
Expand Down
Loading

0 comments on commit 393b1bc

Please sign in to comment.