Skip to content

Commit

Permalink
Revert "Bump requests from 2.25.0 to 2.25.1 (#119)"
Browse files Browse the repository at this point in the history
This reverts commit cf5a3e8.
  • Loading branch information
ivanklee86 committed Dec 21, 2020
1 parent cf5a3e8 commit ece65a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-local.txt
@@ -1,5 +1,5 @@
# App packages
requests==2.25.1
requests==2.25.0
fcache==0.4.7
mmh3==2.5.1
APScheduler==3.6.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
# App packages
requests==2.25.1
requests==2.25.0
fcache==0.4.7
mmh3==2.5.1
APScheduler==3.6.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@ def readme():
long_description_content_type="text/markdown",
url='https://github.com/Unleash/unleash-client-python',
packages=find_packages(),
install_requires=["requests==2.25.1",
install_requires=["requests==2.25.0",
"fcache==0.4.7",
"mmh3==2.5.1",
"apscheduler==3.6.3"],
Expand Down

0 comments on commit ece65a5

Please sign in to comment.