Skip to content

Commit

Permalink
update dependencies for . (ubuntu-latest/py3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 1, 2023
1 parent 0e3af06 commit c07c265
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
6 changes: 6 additions & 0 deletions requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ click==8.1.7
# via
# flask
# mongogrant
# uvicorn
cryptography==41.0.3
# via paramiko
dnspython==2.4.2
Expand All @@ -46,6 +47,8 @@ fastapi==0.103.0
# via maggma (setup.py)
flask==2.3.3
# via mongogrant
h11==0.14.0
# via uvicorn
idna==3.4
# via
# anyio
Expand Down Expand Up @@ -135,10 +138,13 @@ typing-extensions==4.7.1
# fastapi
# pydantic
# pydash
# uvicorn
urllib3==1.26.16
# via
# botocore
# requests
uvicorn==0.23.2
# via maggma (setup.py)
werkzeug==2.3.7
# via flask

Expand Down
26 changes: 16 additions & 10 deletions requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ click==8.1.7
# mongogrant
# uvicorn
colorama==0.4.6
# via mkdocs-material
# via
# griffe
# mkdocs-material
coverage[toml]==7.3.0
# via pytest-cov
cryptography==41.0.3
Expand All @@ -89,6 +91,7 @@ dnspython==2.4.2
exceptiongroup==1.1.3
# via
# anyio
# ipython
# pytest
execnet==2.0.2
# via pytest-xdist
Expand All @@ -104,6 +107,8 @@ flask==2.3.3
# via mongogrant
ghp-import==2.1.0
# via mkdocs
griffe==0.35.2
# via mkdocstrings-python
h11==0.14.0
# via
# httpcore
Expand All @@ -125,7 +130,7 @@ idna==3.4
# requests
iniconfig==2.0.0
# via pytest
ipython==8.14.0
ipython==8.15.0
# via maggma (setup.py)
isodate==0.6.1
# via azure-storage-blob
Expand Down Expand Up @@ -203,8 +208,12 @@ mkdocs-material-extensions==1.1.1
# via mkdocs-material
mkdocs-minify-plugin==0.7.1
# via maggma (setup.py)
mkdocstrings==0.22.0
# via maggma (setup.py)
mkdocstrings[python]==0.22.0
# via
# maggma (setup.py)
# mkdocstrings-python
mkdocstrings-python==1.6.0
# via mkdocstrings
mongogrant==0.3.3
# via maggma (setup.py)
mongomock==4.1.2
Expand Down Expand Up @@ -278,7 +287,7 @@ pygments==2.16.1
# ipython
# mkdocs-material
# rich
pyhcl==0.4.4
pyhcl==0.4.5
# via hvac
pyjwt[crypto]==2.8.0
# via msal
Expand Down Expand Up @@ -323,7 +332,6 @@ pyyaml==6.0.1
# pre-commit
# pymdown-extensions
# pyyaml-env-tag
# responses
# starlette
pyyaml-env-tag==0.1
# via mkdocs
Expand All @@ -348,7 +356,7 @@ requests==2.31.0
# moto
# msal
# responses
responses==0.23.3
responses==0.21.0
# via
# maggma (setup.py)
# moto
Expand Down Expand Up @@ -404,9 +412,7 @@ traitlets==5.9.0
types-python-dateutil==2.8.19.14
# via maggma (setup.py)
types-pyyaml==6.0.12.11
# via
# maggma (setup.py)
# responses
# via maggma (setup.py)
types-setuptools==68.1.0.1
# via maggma (setup.py)
typing-extensions==4.7.1
Expand Down

0 comments on commit c07c265

Please sign in to comment.