Skip to content

Commit

Permalink
Update nmdc-schema from 9.3.2 to 10.0.0 and sync deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna authored and dwinston committed Feb 2, 2024
1 parent 4c106b5 commit 308b654
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 153 deletions.
76 changes: 34 additions & 42 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,12 @@
#
# pip-compile --allow-unsafe --output-file=requirements/dev.txt --strip-extras requirements/dev.in
#
aiohttp==3.9.1
attrs==23.2.0
# via
# -c requirements/main.txt
# black
aiosignal==1.3.1
# via
# -c requirements/main.txt
# aiohttp
async-timeout==4.0.3
# via
# -c requirements/main.txt
# aiohttp
attrs==23.1.0
# via
# -c requirements/main.txt
# aiohttp
# cattrs
# requests-cache
black==23.12.0
black==23.12.1
# via
# -c requirements/main.txt
# -r requirements/dev.in
Expand All @@ -36,6 +23,10 @@ certifi==2023.11.17
# via
# -c requirements/main.txt
# requests
cffi==1.16.0
# via
# -c requirements/main.txt
# cryptography
charset-normalizer==3.3.2
# via
# -c requirements/main.txt
Expand All @@ -45,10 +36,14 @@ click==8.1.7
# -c requirements/main.txt
# black
# pip-tools
coverage==7.3.3
coverage==7.4.0
# via
# -r requirements/dev.in
# pytest-cov
cryptography==42.0.0
# via
# -c requirements/main.txt
# secretstorage
docutils==0.20.1
# via
# -c requirements/main.txt
Expand All @@ -58,19 +53,13 @@ exceptiongroup==1.2.0
# -c requirements/main.txt
# cattrs
# pytest
flake8==6.1.0
flake8==7.0.0
# via -r requirements/dev.in
frozenlist==1.4.1
# via
# -c requirements/main.txt
# aiohttp
# aiosignal
idna==3.6
# via
# -c requirements/main.txt
# requests
# yarl
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# keyring
# twine
Expand All @@ -82,6 +71,10 @@ invoke==2.2.0
# via -r requirements/dev.in
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.3.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -94,13 +87,8 @@ mdurl==0.1.2
# via
# -c requirements/main.txt
# markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
multidict==6.0.4
# via
# -c requirements/main.txt
# aiohttp
# yarl
mypy-extensions==1.0.0
# via
# -c requirements/main.txt
Expand Down Expand Up @@ -132,7 +120,11 @@ pluggy==1.3.0
# pytest
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
pycparser==2.21
# via
# -c requirements/main.txt
# cffi
pyflakes==3.2.0
# via
# -c requirements/main.txt
# flake8
Expand All @@ -143,13 +135,13 @@ pygments==2.17.2
# rich
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
pytest==7.4.4
# via
# -c requirements/main.txt
# -r requirements/dev.in
# pytest-asyncio
# pytest-cov
pytest-asyncio==0.23.2
pytest-asyncio==0.23.3
# via -r requirements/dev.in
pytest-cov==4.1.0
# via -r requirements/dev.in
Expand All @@ -168,14 +160,18 @@ requests-cache==1.1.1
# -r requirements/dev.in
requests-mock==1.11.0
# via -r requirements/dev.in
requests-toolbelt==0.10.1
requests-toolbelt==1.0.0
# via
# -c requirements/main.txt
# twine
rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
# via
# -c requirements/main.txt
# twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -c requirements/main.txt
Expand All @@ -201,27 +197,23 @@ url-normalize==1.4.3
# via
# -c requirements/main.txt
# requests-cache
urllib3==1.26.18
urllib3==2.0.7
# via
# -c requirements/main.txt
# requests
# requests-cache
# twine
wheel==0.42.0
# via pip-tools
yarl==1.9.4
# via
# -c requirements/main.txt
# aiohttp
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via
# -r requirements/dev.in
# pip-tools
setuptools==69.0.2
setuptools==69.0.3
# via
# -c requirements/main.txt
# -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mkdocs-jupyter
mkdocs-material
mkdocs-mermaid2-plugin
motor
nmdc-schema==9.3.2
nmdc-schema==10.0.0
openpyxl
pandas
passlib[bcrypt]
Expand Down
Loading

0 comments on commit 308b654

Please sign in to comment.