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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 207c6df commit 865a48c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloudsensei/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.26.1
requests==2.31.0
requests==2.32.2
jinja2==3.1.4
elasticsearch==7.11.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pandas
PyAthena[Pandas]==3.0.5
PyGitHub==1.55
python-ldap==3.4.2
requests==2.31.0
requests==2.32.2
retry==0.9.2
SoftLayer==6.0.0
sphinx==5.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'PyAthena[Pandas]==3.0.5', # AWS Athena package
'PyGitHub==1.55', # gitleaks
'python-ldap==3.4.2', # prerequisite: sudo dnf install -y python39-devel openldap-devel gcc
'requests==2.31.0', # rest api & lambda
'requests==2.32.2', # rest api & lambda
'retry==0.9.2',
'SoftLayer==6.0.0', # IBM SoftLayer
'sphinx-rtd-theme==1.0.0', # readthedocs
Expand Down
2 changes: 1 addition & 1 deletion tests_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ oauthlib~=3.1.1
pandas
pytest
python-ldap==3.4.2
requests==2.31.0
requests==2.32.2
retry==0.9.2
typeguard==2.13.3
SoftLayer==6.0.0
Expand Down

0 comments on commit 865a48c

Please sign in to comment.