Skip to content

Commit

Permalink
Update requirements.in and recompile requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jul 25, 2024
1 parent e575049 commit 7344243
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/requirements-dev.txt
Original file line number Diff line number Diff line change
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
1 change: 1 addition & 0 deletions src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ grpcio>=1.53.0 # CVE-2023-32732, CVE-2023-32731, CVE-2023-1428
pyyaml>=5.4.0 # CVE-2020-14343
sqlparse>=0.5.0 # CVE-2024-4340
urllib3>=2.2.2 # CVE-2024-37891
zipp>=3.19.1 # CVE-2024-5569
4 changes: 3 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,6 @@ urllib3==2.2.2
# -r requirements.in
# requests
zipp==3.19.1
# via importlib-resources
# via
# -r requirements.in
# importlib-resources

0 comments on commit 7344243

Please sign in to comment.