Skip to content

Commit

Permalink
Adding security recommendations to requirements.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbraybrook committed Nov 19, 2024
1 parent 6192254 commit 85c2b2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
geojson~=3.1.0
requests~=2.32.3
typeguard~=4.4.0
shapely~=2.0.6
tqdm~=4.67.0
setuptools~=75.3.0

requests~=2.32.3
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 85c2b2f

Please sign in to comment.