Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated dependency upgrades #993

Merged
merged 9 commits into from
Sep 29, 2024
36 changes: 19 additions & 17 deletions requirements/macos-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/macos-latest_py3.10.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.24
# via maggma (pyproject.toml)
botocore==1.34.158
botocore==1.35.24
# via
# boto3
# s3transfer
cffi==1.17.0
cffi==1.17.1
# via
# cryptography
# pynacl
Expand All @@ -41,37 +41,37 @@ jsonschema==4.23.0
# via maggma (pyproject.toml)
jsonschema-specifications==2023.12.1
# via jsonschema
mongomock==4.1.2
mongomock==4.2.0.post1
# via maggma (pyproject.toml)
monty==2024.7.30
# via maggma (pyproject.toml)
msgpack==1.0.8
msgpack==1.1.0
# via maggma (pyproject.toml)
numpy==1.26.4
numpy==2.1.1
# via
# maggma (pyproject.toml)
# pandas
orjson==3.10.7
# via maggma (pyproject.toml)
packaging==24.1
# via mongomock
pandas==2.2.2
pandas==2.2.3
# via maggma (pyproject.toml)
paramiko==3.4.1
paramiko==3.5.0
# via sshtunnel
pycparser==2.22
# via cffi
pydantic==2.8.2
pydantic==2.9.2
# via
# maggma (pyproject.toml)
# pydantic-settings
pydantic-core==2.20.1
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.4.0
pydantic-settings==2.5.2
# via maggma (pyproject.toml)
pydash==8.0.3
# via maggma (pyproject.toml)
pymongo==4.8.0
pymongo==4.9.1
# via maggma (pyproject.toml)
pynacl==1.5.0
# via paramiko
Expand All @@ -82,9 +82,11 @@ python-dateutil==2.9.0.post0
# pandas
python-dotenv==1.0.1
# via pydantic-settings
pytz==2024.1
# via pandas
pyzmq==26.1.0
pytz==2024.2
# via
# mongomock
# pandas
pyzmq==26.2.0
# via maggma (pyproject.toml)
referencing==0.35.1
# via
Expand Down Expand Up @@ -115,7 +117,7 @@ typing-extensions==4.12.2
# pydash
tzdata==2024.1
# via pandas
urllib3==2.2.2
urllib3==2.2.3
# via botocore

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