Skip to content

Commit

Permalink
Update the requests dependency (#643)
Browse files Browse the repository at this point in the history
* Update requests dependency

* Update requests dependency

* Update dependency in TLS test

* Update docker dependency

---------

Signed-off-by: J Boddey <boddey@google.com>
  • Loading branch information
jboddey authored Jul 30, 2024
1 parent 7d80f4c commit b879d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions framework/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Requirements for the core module
requests<2.32.0
requests==2.32.3

# Requirements for the net_orc module
docker==7.0.0
docker==7.1.0
ipaddress==1.0.23
netifaces==0.11.0
scapy==2.5.0
Expand Down
2 changes: 1 addition & 1 deletion modules/test/tls/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cryptography==38.0.0 # Do not upgrade until TLS module can be fixed to account f
pyOpenSSL==23.0.0
lxml==5.1.0 # Requirement of pyshark but if upgraded automatically above 5.1 will cause a python crash
pyshark==0.6
requests==2.32.0
requests==2.32.3

0 comments on commit b879d53

Please sign in to comment.