Skip to content

Commit

Permalink
Merge pull request #544 from mosquito/featire/bump-aiormq
Browse files Browse the repository at this point in the history
Bump aiormq fixes #543
  • Loading branch information
mosquito committed May 11, 2023
2 parents 9fdeca7 + 247441a commit 6805837
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
9.0.7
-----

* Update aiormq version

9.0.6
-----

Expand Down
39 changes: 28 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aio-pika"
version = "9.0.6"
version = "9.0.7"
description = "Wrapper around the aiormq for asyncio and humans"
authors = ["Dmitry Orlov <me@mosquito.su>"]
readme = "README.rst"
Expand Down Expand Up @@ -37,14 +37,15 @@ packages = [{ include = "aio_pika" }]

[tool.poetry.dependencies]
python = "^3.7"
aiormq = "~6.7.1"
aiormq = "~6.7.5"
yarl = [{ version = '*'}]
typing_extensions = [{ version = '*', python = "< 3.8" }]
# for pkg_resources
setuptools = [{ version = '*', python = "< 3.8" }]

[tool.poetry.group.dev.dependencies]
aiomisc = "^16.2"
aiomisc = "^17.2"
aiomisc-pytest = "*"
collective-checkdocs = "^0.2"
coverage = "^6.5.0"
coveralls = "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_amqp_robust_proxy.py
Expand Up @@ -9,7 +9,7 @@
import aiormq.exceptions
import pytest
import shortuuid
from aiomisc_pytest.pytest_plugin import TCPProxy # type: ignore
from aiomisc_pytest import TCPProxy # type: ignore
from yarl import URL

import aio_pika
Expand Down

0 comments on commit 6805837

Please sign in to comment.