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 55d8570 commit f207b2b
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 59 deletions.
22 changes: 12 additions & 10 deletions requirements/ubuntu-latest_py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/ubuntu-latest_py3.9.txt
#
aioitertools==0.11.0
aioitertools==0.12.0
# via maggma (pyproject.toml)
annotated-types==0.7.0
# via pydantic
Expand All @@ -15,13 +15,13 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.34.158
boto3==1.35.14
# via maggma (pyproject.toml)
botocore==1.34.158
botocore==1.35.14
# via
# boto3
# s3transfer
cffi==1.17.0
cffi==1.17.1
# via
# cryptography
# pynacl
Expand All @@ -47,7 +47,7 @@ monty==2024.7.30
# via maggma (pyproject.toml)
msgpack==1.0.8
# via maggma (pyproject.toml)
numpy==1.26.4
numpy==2.0.2
# via
# maggma (pyproject.toml)
# pandas
Expand All @@ -61,11 +61,11 @@ paramiko==3.4.1
# via sshtunnel
pycparser==2.22
# via cffi
pydantic==2.8.2
pydantic==2.9.0
# via
# maggma (pyproject.toml)
# pydantic-settings
pydantic-core==2.20.1
pydantic-core==2.23.2
# via pydantic
pydantic-settings==2.4.0
# via maggma (pyproject.toml)
Expand All @@ -84,7 +84,7 @@ python-dotenv==1.0.1
# via pydantic-settings
pytz==2024.1
# via pandas
pyzmq==26.1.0
pyzmq==26.2.0
# via maggma (pyproject.toml)
referencing==0.35.1
# via
Expand Down Expand Up @@ -115,8 +115,10 @@ typing-extensions==4.12.2
# pydantic-core
# pydash
tzdata==2024.1
# via pandas
urllib3==1.26.19
# via
# pandas
# pydantic
urllib3==1.26.20
# via botocore

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

0 comments on commit f207b2b

Please sign in to comment.