Skip to content

Commit

Permalink
⬆️ Bulk dependency upgrades: black, fastapi, uvicorn, aiohttp (
Browse files Browse the repository at this point in the history
…#950)

* ⬆️ Upgrade `black` to 24.8.0

* ⬆️ Upgrade `fastapi` to 0.112.0

* ⬆️ Upgrade `pre-commit` to 3.8.0

* ⬆️ Upgrade `uvicorn` to 0.30.5

* ⬆️ Upgrade `aiohttp` to 3.10.1

* ⬆️ Upgrade `sse-starlette` to 2.1.3

* Update lock files
  • Loading branch information
ff137 authored Aug 5, 2024
1 parent be60949 commit 01f00a6
Show file tree
Hide file tree
Showing 10 changed files with 753 additions and 1,689 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
pip install \
isort~=5.13.2 \
black~=24.4.2
black~=24.8.0
- name: Check import style with isort
run: isort . --check --profile black --diff
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
stages: [push]
Expand All @@ -11,7 +11,7 @@ repos:
hooks:
- id: blacken-docs
stages: [push]
additional_dependencies: [black==24.4.2]
additional_dependencies: [black==24.8.0]
language_version: python3
files: '\.(rst|md|markdown|py|tex)$'

Expand Down
645 changes: 207 additions & 438 deletions app/poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"

aiohttp = "~3.9.2"
aiohttp = "~3.10.1"
aries-cloudcontroller = "==1.0.0rc4"
base58 = "~2.1.1"
fastapi = "~0.111.1"
fastapi = "~0.112.0"
fastapi_websocket_pubsub = "~0.3.8"
httpx = "~0.27.0"
loguru = "~0.7.2"
Expand All @@ -20,15 +20,15 @@ pydantic = "~2.8.2"
pyjwt = "~2.8.0"
PyYAML = "~6.0"
typing-extensions = "~4.12.0"
uvicorn = { version = "~0.30.3", extras = ["standard"] }
uvicorn = { version = "~0.30.5", extras = ["standard"] }

[tool.poetry.dev-dependencies]
anyio = "~4.4.0"
assertpy = "==1.1"
black = "~24.4.2"
black = "~24.8.0"
isort = "~5.13.2"
mockito = "~1.5.0"
pre-commit = "~3.7.0"
pre-commit = "~3.8.0"
pylint = "~3.2.6"
pytest = "~8.3.2"
pytest-cov = "~5.0.0"
Expand Down
645 changes: 207 additions & 438 deletions endorser/poetry.lock

Large diffs are not rendered by default.

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

aries-cloudcontroller = "==1.0.0rc4"
dependency-injector-fork = "~=4.42.1" # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744
fastapi = "~0.111.1"
fastapi = "~0.112.0"
httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.0"
pydantic = "~2.8.2"
redis = "~=5.1.0b5"
uvicorn = { version = "~0.30.3", extras = ["standard"] }
uvicorn = { version = "~0.30.5", extras = ["standard"] }

[tool.poetry.dev-dependencies]
anyio = "~4.4.0"
black = "~24.4.2"
black = "~24.8.0"
isort = "~5.13.2"
pre-commit = "~3.7.0"
pre-commit = "~3.8.0"
pylint = "~3.2.6"
pytest = "~8.3.2"
pytest-cov = "~5.0.0"
Expand Down
459 changes: 108 additions & 351 deletions trustregistry/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions trustregistry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"

fastapi = "~0.111.1"
fastapi = "~0.112.0"
httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.0"
psycopg2-binary = "~=2.9.6"
pydantic = "~2.8.2"
sqlalchemy = "~=2.0.19"
uvicorn = { version = "~0.30.3", extras = ["standard"] }
uvicorn = { version = "~0.30.5", extras = ["standard"] }

[tool.poetry.dev-dependencies]
anyio = "~4.4.0"
black = "~24.4.2"
black = "~24.8.0"
isort = "~5.13.2"
pre-commit = "~3.7.0"
pre-commit = "~3.8.0"
pylint = "~3.2.6"
pytest = "~8.3.2"
pytest-cov = "~5.0.0"
Expand Down
651 changes: 210 additions & 441 deletions webhooks/poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions webhooks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ python = "^3.12"

aries-cloudcontroller = "==1.0.0rc4"
dependency-injector-fork = "~=4.42.1" # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744
fastapi = "~0.111.1"
fastapi = "~0.112.0"
fastapi_websocket_pubsub = "~=0.3.8"
httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.0"
pydantic = "~2.8.2"
redis = "~=5.1.0b5"
sse-starlette = "~=2.1.0"
sse-starlette = "~=2.1.3"
typing-extensions = "~=4.12.0"
uvicorn = { version = "~0.30.3", extras = ["standard"] }
uvicorn = { version = "~0.30.5", extras = ["standard"] }

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

0 comments on commit 01f00a6

Please sign in to comment.