Skip to content

Commit 3963096

Browse files
committed
Bump aiohttp versions
1 parent 4a0ae4f commit 3963096

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/project-receptor/receptor"
1111
version = "1.0.0"
1212

1313
[tool.poetry.dependencies]
14-
aiohttp = "^3.6.2"
14+
aiohttp = ">= 3.6.2, < 4.0"
1515
prometheus_client = "^0.7.1"
1616
python = "^3.6"
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
2020
python_requires=">=3.6",
21-
install_requires=["prometheus_client==0.7.1", "aiohttp==3.6.2", "python-dateutil>=2.8.1"],
21+
install_requires=["prometheus_client==0.7.1", "aiohttp>=3.6.2,<4.0", "python-dateutil>=2.8.1"],
2222
zip_safe=False,
2323
entry_points={"console_scripts": ["receptor = receptor.__main__:main"]},
2424
classifiers=["Programming Language :: Python :: 3"],

0 commit comments

Comments
 (0)