Skip to content

Commit

Permalink
Merge pull request #690 from ScilifelabDataCentre/DDS-1991-Fix-Reques…
Browse files Browse the repository at this point in the history
…ts-Session-object-does-not-verify-requests-after-making-first-request-with-verify-False

Update requests to solve CVE
  • Loading branch information
rv0lt authored May 27, 2024
2 parents 0da0d2c + 44fc7e8 commit 90ba110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,7 @@ _Empty sprint_
# 2024-04-8 - 2024-04-19

- New version: 2.6.4 ([#687](https://github.com/ScilifelabDataCentre/dds_cli/pull/687))

# 2024-05-20 - 2024-05-31

- Update requests to solve CVE ([#690](https://github.com/ScilifelabDataCentre/dds_cli/pull/690))
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PyNaCl==1.5.0
pytz==2022.2.1
PyYAML==6.0.1
questionary==1.10.0
requests==2.31.0
requests==2.32.0
rich==12.5.1
rich-click==1.5.2
simplejson==3.17.6
Expand Down

0 comments on commit 90ba110

Please sign in to comment.