Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 39319f2 commit f5c2f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Shapely==1.4.0
utm==0.4.0
Sphinx==3.0.4
beautifulsoup4==4.5.1
requests==2.31.0
requests==2.32.0
urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def run_tests(self):
'Shapely==1.4.0',
'utm==0.4.0',
'beautifulsoup4==4.5.1',
'requests==2.31.0'
'requests==2.32.0'
],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit f5c2f17

Please sign in to comment.