Skip to content

Commit c12f462

Browse files
committed
update aio-pika
1 parent 785e9f5 commit c12f462

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

poetry.lock

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3.8",
1313
"Programming Language :: Python :: 3.9",
1414
"Programming Language :: Python :: 3.10",
15+
"Programming Language :: Python :: 3.11",
1516
]
1617
homepage = "https://github.com/taskiq-python/taskiq-aio-pika"
1718
repository = "https://github.com/taskiq-python/taskiq-aio-pika"
@@ -20,7 +21,7 @@ keywords = ["taskiq", "tasks", "distributed", "async", "aio-pika"]
2021
[tool.poetry.dependencies]
2122
python = "^3.7"
2223
taskiq = "^0"
23-
aio-pika = "^8.1.0"
24+
aio-pika = "^9.0"
2425

2526
[tool.poetry.dev-dependencies]
2627
pytest = "^7.0"

0 commit comments

Comments
 (0)