Skip to content

Commit

Permalink
⬆️ Bulk dependency upgrades (#534)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade redis

* ⬆️ Upgrade fastapi-slim

* ⬆️ Upgrade black

* ⬆️ Upgrade pytest

* ⬆️ Upgrade pytest-ruff

* Update lock files
  • Loading branch information
ff137 authored Aug 6, 2024
1 parent 531db16 commit 6e9fd85
Show file tree
Hide file tree
Showing 39 changed files with 2,591 additions and 2,180 deletions.
10 changes: 5 additions & 5 deletions basicmessage_storage/integration/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 basicmessage_storage/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []

[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.2.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
requests = "^2.32.0"

Expand Down
324 changes: 178 additions & 146 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.5.1"
black = "~24.4.2"
pytest = "^8.2.0"
black = "~24.8.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"
pytest-ruff = "^0.4.0"

[tool.poetry.group.integration.dependencies]
aries-askar = { version = "~0.3.0" }
Expand Down
108 changes: 60 additions & 48 deletions connection_update/integration/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connection_update/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []

[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.2.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
requests = "^2.31.0"
aries-cloudagent = "1.0.0rc4"
Expand Down
324 changes: 178 additions & 146 deletions connection_update/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions connection_update/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.5.1"
black = "~24.4.2"
pytest = "^8.2.0"
black = "~24.8.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"
pytest-ruff = "^0.4.0"

[tool.poetry.group.integration.dependencies]
aries-askar = { version = "~0.3.0" }
Expand Down
10 changes: 5 additions & 5 deletions firebase_push_notifications/integration/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 firebase_push_notifications/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []

[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.2.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
requests = "^2.32.0"

Expand Down
354 changes: 193 additions & 161 deletions firebase_push_notifications/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions firebase_push_notifications/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.5.1"
black = "~24.4.2"
pytest = "^8.2.0"
black = "~24.8.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"
pytest-ruff = "^0.4.0"

[tool.poetry.group.integration.dependencies]
aries-askar = { version = "~0.3.0" }
Expand Down
193 changes: 112 additions & 81 deletions kafka_events/integration/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kafka_events/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.2.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
requests = "^2.32.1"
pytest-cov = "^5.0.0"
Expand Down
186 changes: 99 additions & 87 deletions kafka_events/kafka_events/v1_0/deliverer/poetry.lock

Large diffs are not rendered by default.

324 changes: 178 additions & 146 deletions kafka_events/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions kafka_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.5.1"
black = "~24.4.2"
pytest = "^8.2.0"
black = "~24.8.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"
pytest-ruff = "^0.4.0"
flake8 = "^3.9.1"
pre-commit = "^2.12.1"
rope = "^1.13.0"
Expand Down
66 changes: 33 additions & 33 deletions multitenant_provider/integration/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 multitenant_provider/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []

[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.2.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
requests = "^2.32.0"
bcrypt = "^4.1.3"
Expand Down
Loading

0 comments on commit 6e9fd85

Please sign in to comment.