Skip to content

Commit

Permalink
update dependencies for . (ubuntu-latest/py3.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 9, 2024
1 parent 931fa5d commit e45924e
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 174 deletions.
105 changes: 53 additions & 52 deletions requirements/ubuntu-latest_py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,29 @@
#
# pip-compile --output-file=requirements/ubuntu-latest_py3.9.txt
#
aioitertools==0.11.0
aioitertools==0.12.0
# via maggma (setup.py)
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==3.7.1
# via
# fastapi
# starlette
attrs==23.1.0
anyio==4.4.0
# via starlette
attrs==24.2.0
# via
# jsonschema
# referencing
bcrypt==4.1.1
bcrypt==4.2.0
# via paramiko
blinker==1.7.0
blinker==1.8.2
# via flask
boto3==1.33.11
boto3==1.35.14
# via maggma (setup.py)
botocore==1.33.11
botocore==1.35.14
# via
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.8.30
# via requests
cffi==1.16.0
cffi==1.17.1
# via
# cryptography
# pynacl
Expand All @@ -39,131 +37,134 @@ click==8.1.7
# flask
# mongogrant
# uvicorn
cryptography==41.0.7
cryptography==43.0.1
# via paramiko
dnspython==2.4.2
dnspython==2.6.1
# via
# maggma (setup.py)
# pymongo
exceptiongroup==1.2.0
exceptiongroup==1.2.2
# via anyio
fastapi==0.104.1
fastapi==0.114.0
# via maggma (setup.py)
flask==3.0.0
flask==3.0.3
# via mongogrant
h11==0.14.0
# via uvicorn
idna==3.6
idna==3.8
# via
# anyio
# requests
importlib-metadata==7.0.0
importlib-metadata==8.4.0
# via flask
itsdangerous==2.1.2
itsdangerous==2.2.0
# via flask
jinja2==3.1.2
jinja2==3.1.4
# via flask
jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.20.0
jsonschema==4.23.0
# via maggma (setup.py)
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
markupsafe==2.1.3
markupsafe==2.1.5
# via
# jinja2
# werkzeug
mongogrant==0.3.3
# via maggma (setup.py)
mongomock==4.1.2
# via maggma (setup.py)
monty==2023.11.3
monty==2024.7.30
# via maggma (setup.py)
msgpack==1.0.7
msgpack==1.0.8
# via maggma (setup.py)
numpy==1.26.2
numpy==2.0.2
# via maggma (setup.py)
orjson==3.9.10
orjson==3.10.7
# via maggma (setup.py)
packaging==23.2
packaging==24.1
# via mongomock
paramiko==3.3.1
paramiko==3.4.1
# via sshtunnel
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
pydantic==2.9.0
# via
# fastapi
# maggma (setup.py)
# pydantic-settings
pydantic-core==2.14.5
pydantic-core==2.23.2
# via pydantic
pydantic-settings==2.1.0
pydantic-settings==2.4.0
# via maggma (setup.py)
pydash==7.0.6
pydash==8.0.3
# via maggma (setup.py)
pymongo==4.6.1
pymongo==4.8.0
# via
# maggma (setup.py)
# mongogrant
pynacl==1.5.0
# via paramiko
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# botocore
# maggma (setup.py)
python-dotenv==1.0.0
python-dotenv==1.0.1
# via pydantic-settings
pyzmq==25.1.2
pyzmq==26.2.0
# via maggma (setup.py)
referencing==0.32.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.3
# via mongogrant
rpds-py==0.13.2
rpds-py==0.20.0
# via
# jsonschema
# referencing
ruamel-yaml==0.17.40
# via maggma (setup.py)
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.8.2
s3transfer==0.10.2
# via boto3
sentinels==1.0.0
# via mongomock
six==1.16.0
# via python-dateutil
sniffio==1.3.0
sniffio==1.3.1
# via anyio
sshtunnel==0.4.0
# via maggma (setup.py)
starlette==0.27.0
starlette==0.38.5
# via fastapi
tqdm==4.66.1
tqdm==4.66.5
# via maggma (setup.py)
typing-extensions==4.9.0
typing-extensions==4.12.2
# via
# aioitertools
# anyio
# fastapi
# pydantic
# pydantic-core
# pydash
# starlette
# uvicorn
urllib3==1.26.18
tzdata==2024.1
# via pydantic
urllib3==1.26.20
# via
# botocore
# requests
uvicorn==0.24.0.post1
uvicorn==0.30.6
# via maggma (setup.py)
werkzeug==3.0.1
werkzeug==3.0.4
# via flask
zipp==3.17.0
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit e45924e

Please sign in to comment.