Skip to content

Commit

Permalink
update httpx and numpy version from security
Browse files Browse the repository at this point in the history
  • Loading branch information
mh739025250 committed Jul 14, 2022
1 parent 809e195 commit 2ff39ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cloudpickle==1.6.0
httpx==0.21.1
numpy==1.21.4
httpx==0.23.0
numpy==1.22.0
Pillow==9.1.1
pandas==1.2.3
pytest==6.2.5
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def run_tests(self):
exclude_package_data={"": [".gitignore"]},
install_requires=[
"cloudpickle==1.6.0",
"httpx==0.21.1",
"numpy==1.21.4",
"httpx==0.23.0",
"numpy==1.22.0",
"Pillow==9.1.1",
"pandas==1.2.3",
"pytest==6.2.5",
Expand Down

0 comments on commit 2ff39ce

Please sign in to comment.