Skip to content

Commit

Permalink
Update dependency requests to v2.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Oct 28, 2024
1 parent 91ce7e7 commit 144e7fe
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# App packages
requests==2.23.0
requests==2.32.2
fcache==0.4.7
mmh3==2.5.1

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# App packages
requests==2.23.0
requests==2.32.2
fcache==0.4.7
mmh3-binary==2.5.1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.23.0",
install_requires=["requests==2.32.2",
"fcache==0.4.7",
"mmh3-binary==2.5.1"],
tests_require=['pytest', "mimesis", "responses", 'pytest-mock'],
Expand Down

0 comments on commit 144e7fe

Please sign in to comment.