Skip to content

Commit 6e9fd85

Browse files
authored
⬆️ Bulk dependency upgrades (#534)
* ⬆️ Upgrade redis * ⬆️ Upgrade fastapi-slim * ⬆️ Upgrade black * ⬆️ Upgrade pytest * ⬆️ Upgrade pytest-ruff * Update lock files
1 parent 531db16 commit 6e9fd85

File tree

39 files changed

+2591
-2180
lines changed

39 files changed

+2591
-2180
lines changed

basicmessage_storage/integration/poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basicmessage_storage/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = []
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
pytest = "^8.2.0"
9+
pytest = "^8.3.2"
1010
pytest-asyncio = "~0.23.7"
1111
requests = "^2.32.0"
1212

basicmessage_storage/poetry.lock

+178-146
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basicmessage_storage/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ aca-py = ["aries-cloudagent"]
1717

1818
[tool.poetry.dev-dependencies]
1919
ruff = "^0.5.1"
20-
black = "~24.4.2"
21-
pytest = "^8.2.0"
20+
black = "~24.8.0"
21+
pytest = "^8.3.2"
2222
pytest-asyncio = "~0.23.7"
2323
pytest-cov = "^5.0.0"
24-
pytest-ruff = "^0.3.2"
24+
pytest-ruff = "^0.4.0"
2525

2626
[tool.poetry.group.integration.dependencies]
2727
aries-askar = { version = "~0.3.0" }

connection_update/integration/poetry.lock

+60-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connection_update/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = []
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
pytest = "^8.2.0"
9+
pytest = "^8.3.2"
1010
pytest-asyncio = "~0.23.7"
1111
requests = "^2.31.0"
1212
aries-cloudagent = "1.0.0rc4"

connection_update/poetry.lock

+178-146
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connection_update/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ aca-py = ["aries-cloudagent"]
1616

1717
[tool.poetry.dev-dependencies]
1818
ruff = "^0.5.1"
19-
black = "~24.4.2"
20-
pytest = "^8.2.0"
19+
black = "~24.8.0"
20+
pytest = "^8.3.2"
2121
pytest-asyncio = "~0.23.7"
2222
pytest-cov = "^5.0.0"
23-
pytest-ruff = "^0.3.2"
23+
pytest-ruff = "^0.4.0"
2424

2525
[tool.poetry.group.integration.dependencies]
2626
aries-askar = { version = "~0.3.0" }

firebase_push_notifications/integration/poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase_push_notifications/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = []
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
pytest = "^8.2.0"
9+
pytest = "^8.3.2"
1010
pytest-asyncio = "~0.23.7"
1111
requests = "^2.32.0"
1212

firebase_push_notifications/poetry.lock

+193-161
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase_push_notifications/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ aca-py = ["aries-cloudagent"]
2020

2121
[tool.poetry.dev-dependencies]
2222
ruff = "^0.5.1"
23-
black = "~24.4.2"
24-
pytest = "^8.2.0"
23+
black = "~24.8.0"
24+
pytest = "^8.3.2"
2525
pytest-asyncio = "~0.23.7"
2626
pytest-cov = "^5.0.0"
27-
pytest-ruff = "^0.3.2"
27+
pytest-ruff = "^0.4.0"
2828

2929
[tool.poetry.group.integration.dependencies]
3030
aries-askar = { version = "~0.3.0" }

kafka_events/integration/poetry.lock

+112-81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kafka_events/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
pytest = "^8.2.0"
10+
pytest = "^8.3.2"
1111
pytest-asyncio = "~0.23.7"
1212
requests = "^2.32.1"
1313
pytest-cov = "^5.0.0"

kafka_events/kafka_events/v1_0/deliverer/poetry.lock

+99-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kafka_events/poetry.lock

+178-146
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kafka_events/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ aca-py = ["aries-cloudagent"]
1919

2020
[tool.poetry.dev-dependencies]
2121
ruff = "^0.5.1"
22-
black = "~24.4.2"
23-
pytest = "^8.2.0"
22+
black = "~24.8.0"
23+
pytest = "^8.3.2"
2424
pytest-asyncio = "~0.23.7"
2525
pytest-cov = "^5.0.0"
26-
pytest-ruff = "^0.3.2"
26+
pytest-ruff = "^0.4.0"
2727
flake8 = "^3.9.1"
2828
pre-commit = "^2.12.1"
2929
rope = "^1.13.0"

multitenant_provider/integration/poetry.lock

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multitenant_provider/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = []
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
pytest = "^8.2.0"
9+
pytest = "^8.3.2"
1010
pytest-asyncio = "~0.23.7"
1111
requests = "^2.32.0"
1212
bcrypt = "^4.1.3"

0 commit comments

Comments
 (0)