Skip to content

Commit

Permalink
upgrade urllib3 to address vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Nov 6, 2023
1 parent bee9a15 commit f73ec48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
beautifulsoup4==4.11.1
matplotlib==3.1.0
pandas==1.5.2
pdr==0.7.3
pyproj==3.4.1
pytest==7.2.2
rasterio==1.3.6
urllib3==1.26.9
beautifulsoup4>=4.11.1
matplotlib>=3.1.0
pandas>=1.5.2
pdr>=0.7.3
pyproj>=3.4.1
pytest>=7.2.2
rasterio>=1.3.6
urllib3>=1.26.18
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"pyproj>=3.4.1",
"pytest>=7.2.2",
"rasterio>=1.3.6",
"urllib3>=1.26.9"
"urllib3>=1.26.18"
],
python_requires='>=3.9'
)

0 comments on commit f73ec48

Please sign in to comment.