Skip to content

Commit

Permalink
build(deps): bump requests from 2.31.0 to 2.32.0 in /src/install (#1222)
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>

* update docker-py to a version compatible with requests 2.32

* updated requests again to fix Not supported URL scheme error

see docker/docker-py#3257

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jörg Stucke <joerg.stucke@fkie.fraunhofer.de>
  • Loading branch information
dependabot[bot] and jstucke committed May 27, 2024
1 parent 254c45e commit ce974b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/install/requirements_backend.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography==42.0.4
docker~=6.1.3
docker~=7.1.0
MarkupSafe==2.1.1
networkx==2.6.3
Pillow==10.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/install/requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pytest==7.2.0
python-magic==0.4.27
python-tlsh==4.5.0
redis==4.5.4
requests==2.31.0
requests==2.32.2
rich==12.6.0
sqlalchemy~=2.0.30
ssdeep==3.4
Expand Down
2 changes: 1 addition & 1 deletion src/install/requirements_pre_install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ virtualenv
# Python Libraries for python based installation
distro==1.8.0
python-magic==0.4.27
requests==2.31.0
requests==2.32.2
# Needed by config.py
pydantic==2.4.0
werkzeug~=3.0.3
Expand Down

0 comments on commit ce974b9

Please sign in to comment.