Skip to content

Commit

Permalink
Bump certifi from 2023.11.17 to 2024.7.4 in /src (#294)
Browse files Browse the repository at this point in the history
* Bump certifi from 2023.11.17 to 2024.7.4 in /src

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.7.4.
- [Commits](certifi/python-certifi@2023.11.17...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update requirements.in and recompile requirements

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Romaniello <[email protected]>
  • Loading branch information
dependabot[bot] and aromanielloNTIA authored Jul 25, 2024
1 parent 0950fa9 commit 50b769d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cachetools==5.3.2
# via
# google-auth
# tox
certifi==2023.11.17
certifi==2024.7.4
# via
# -r requirements.txt
# requests
Expand Down
1 change: 1 addition & 0 deletions src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ scos_tekrsa @ git+https://github.com/NTIA/[email protected]
# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
# This is done to ensure the inclusion of specific security patches.
certifi>=2024.7.4 # CVE-2024-39689
idna>=3.7 # CVE-2024-3651
grpcio>=1.53.0 # CVE-2023-32732, CVE-2023-32731, CVE-2023-1428
pyyaml>=5.4.0 # CVE-2020-14343
Expand Down
6 changes: 4 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ attrs==23.1.0
# via
# jsonschema
# referencing
certifi==2023.11.17
# via requests
certifi==2024.7.4
# via
# -r requirements.in
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
Expand Down

0 comments on commit 50b769d

Please sign in to comment.