Skip to content

Commit

Permalink
chore: tweak dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leandcesar committed Jun 18, 2023
1 parent 0f52128 commit 3ea042a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pytest-randomly==3.12.0
pytest-sugar==0.9.6
twine==4.0.2
typing-extensions==4.5.0
wheel==0.40.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp==3.8.4
dacite==1.8.0
requests==2.28.2
requests==2.31.0
22 changes: 16 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@
readme = readme_file.read()

requirements = [
"aiohttp==3.8.0",
"dacite==1.8.0",
"requests==2.28.2",
"aiohttp==3.8.4",
"aiosignal==1.3.1",
"async-timeout==4.0.2",
"attrs==23.1.0",
"certifi==2023.5.7",
"charset-normalizer==3.1.0",
"dacite==1.8.1",
"frozenlist==1.3.3",
"idna==3.4",
"multidict==6.0.4",
"requests==2.31.0",
"urllib3==2.0.3",
"yarl==1.9.2",
]

test_requirements = [
"pytest==3",
"pytest-asyncio==0.20.3",
"pytest",
"pytest-asyncio",
]

setup(
Expand All @@ -23,7 +33,7 @@
author="Leandro César",
author_email="ccleandroc@gmail.com",
url="https://github.com/leandcesar/themoviedb",
version="0.3.3",
version="0.4.0",
license="MIT",
python_requires=">=3.7",
packages=find_packages(include=["themoviedb", "themoviedb.*"]),
Expand Down

0 comments on commit 3ea042a

Please sign in to comment.