Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump idna from 3.6 to 3.7 in /src #284

Merged
merged 2 commits into from May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/requirements-dev.txt
Expand Up @@ -59,7 +59,9 @@ colorama==0.4.6
colorful==0.5.5
# via ray
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==42.0.4
# via -r requirements.txt
defusedxml==0.7.1
Expand Down Expand Up @@ -119,7 +121,7 @@ gunicorn==20.1.0
# via -r requirements.txt
identify==2.5.32
# via pre-commit
idna==3.6
idna==3.7
# via
# -r requirements.txt
# requests
Expand Down
1 change: 1 addition & 0 deletions src/requirements.in
Expand Up @@ -16,6 +16,7 @@ scos_tekrsa @ git+https://github.com/NTIA/scos-tekrsa@6.0.0
# 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.
idna>=3.7 # CVE-2024-3651
pyyaml>=5.4.0 # CVE-2020-14343
grpcio>=1.53.0 # CVE-2023-32732, CVE-2023-32731, CVE-2023-1428
urllib3>=1.26.18 # CVE-2023-45803
6 changes: 4 additions & 2 deletions src/requirements.txt
Expand Up @@ -59,8 +59,10 @@ grpcio==1.59.3
# ray
gunicorn==20.1.0
# via -r requirements.in
idna==3.6
# via requests
idna==3.7
# via
# -r requirements.in
# requests
importlib-resources==6.1.1
# via
# jsonschema
Expand Down