Skip to content

Commit

Permalink
Merge pull request #815 from microbiomedata/fix-dependabot-alerts-7-a…
Browse files Browse the repository at this point in the history
…nd-8
  • Loading branch information
eecavanna authored Dec 7, 2024
2 parents 115fdc2 + 684d75b commit 67a694d
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 59 deletions.
23 changes: 11 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ click==8.1.7
# -c /code/requirements/main.txt
# black
# pip-tools
coverage==7.6.4
coverage==7.6.8
# via
# -r requirements/dev.in
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -c /code/requirements/main.txt
# secretstorage
Expand All @@ -58,9 +58,7 @@ idna==3.10
# -c /code/requirements/main.txt
# requests
importlib-metadata==8.5.0
# via
# keyring
# twine
# via keyring
iniconfig==2.0.0
# via
# -c /code/requirements/main.txt
Expand Down Expand Up @@ -95,21 +93,22 @@ more-itertools==10.5.0
# jaraco-functools
mypy-extensions==1.0.0
# via black
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.2
# via
# -c /code/requirements/main.txt
# black
# build
# pytest
# twine
pathspec==0.12.1
# via
# -c /code/requirements/main.txt
# black
pip-tools==7.4.1
# via -r requirements/dev.in
pkginfo==1.10.0
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via
Expand Down Expand Up @@ -137,7 +136,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -c /code/requirements/main.txt
# -r requirements/dev.in
Expand Down Expand Up @@ -181,15 +180,15 @@ six==1.16.0
# via
# -c /code/requirements/main.txt
# url-normalize
tomli==2.1.0
tomli==2.2.1
# via
# -c /code/requirements/main.txt
# black
# build
# coverage
# pip-tools
# pytest
twine==5.1.1
twine==6.0.1
# via -r requirements/dev.in
typing-extensions==4.12.2
# via
Expand All @@ -207,7 +206,7 @@ urllib3==2.2.3
# requests
# requests-cache
# twine
wheel==0.45.0
wheel==0.45.1
# via pip-tools
zipp==3.21.0
# via importlib-metadata
Expand All @@ -217,7 +216,7 @@ pip==24.3.1
# via
# -r requirements/dev.in
# pip-tools
setuptools==75.5.0
setuptools==75.6.0
# via
# -c /code/requirements/main.txt
# -r requirements/dev.in
Expand Down
4 changes: 3 additions & 1 deletion requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ pymongo
pydantic[email]>=1.10.0
python-dotenv
python-jose[cryptography]
python-multipart
# Note: python-multipart version `0.0.18` introduced a patch for a security issue (CVE-2024-53981).
# Reference: https://github.com/microbiomedata/nmdc-runtime/security/dependabot/8
python-multipart>=0.0.18
pyyaml
requests
semver
Expand Down
Loading

0 comments on commit 67a694d

Please sign in to comment.