Skip to content

Commit

Permalink
General upgrades ruff, redis, google-api-python-client (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale authored Jul 3, 2024
1 parent d807c0e commit 229813b
Show file tree
Hide file tree
Showing 24 changed files with 245 additions and 246 deletions.
39 changes: 20 additions & 19 deletions basicmessage_storage/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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mergedeep = "^1.3.4"
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.4.4"
ruff = "^0.5.0"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "~0.23.7"
Expand Down
39 changes: 20 additions & 19 deletions connection_update/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 connection_update/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true }
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.4.4"
ruff = "^0.5.0"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "~0.23.7"
Expand Down
45 changes: 23 additions & 22 deletions firebase_push_notifications/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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requests = "^2.31.0"
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.4.4"
ruff = "^0.5.0"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "~0.23.7"
Expand Down
Loading

0 comments on commit 229813b

Please sign in to comment.