Skip to content

Commit

Permalink
fix: dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Aug 12, 2024
1 parent a1478d0 commit 73f2955
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ bumpver==2022.1120
certifi==2022.9.24
frozendict==2.3.4
importlib-metadata==5.0.0
python-dateutil==2.8.2
python-dateutil>=2.8.2
twine==4.0.1
typing_extensions==4.3.0
urllib3==1.26.12
typing_extensions>=4.3.0
urllib3>=1.26.12
Jinja2==3.1.2
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
REQUIRES = [
"certifi >= 14.5.14",
"frozendict ~= 2.3.4",
"python-dateutil ~= 2.8.2",
"typing_extensions ~= 4.3.0",
"urllib3 ~= 1.26.7",
"python-dateutil >= 2.8.2",
"typing_extensions >= 4.3.0",
"urllib3 >= 1.26.7",
]

setup(
Expand Down

0 comments on commit 73f2955

Please sign in to comment.