Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent de26c89 commit ccc4444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli-tool/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
argparse==1.2.1
click==6.2
python-consul==0.6.0
requests==2.9.1
requests==2.32.0
six==1.10.0
wsgiref==0.1.2
2 changes: 1 addition & 1 deletion cli-tool/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
install_requires=[
'click==6.2',
'python-consul==0.6.0',
'requests==2.9.1'
'requests==2.32.0'
]
)

0 comments on commit ccc4444

Please sign in to comment.