Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ montydb = ["montydb>=2.3.12"]
mongogrant = ["mongogrant>=0.3.1"]
notebook_runner = ["IPython>=8.11", "nbformat>=5.0", "regex>=2020.6"]
# NOTE: see https://github.com/Azure/Azurite/issues/2623 why storage-blob version is restricted
azure = ["azure-storage-blob>=12.16.0,<12.28", "azure-identity>=1.12.0"]
azure = ["azure-storage-blob>=12.16.0,<12.31", "azure-identity>=1.12.0"]
api = ["fastapi>=0.42.0","uvicorn>=0.18.3"]
testing = [
"pytest",
Expand All @@ -74,7 +74,7 @@ testing = [
"pre-commit",
"moto>=5.0", # mock_s3 changed to mock_aws in v5
"ruff",
"responses<0.22.0",
"responses<0.27.0",
"types-pyYAML",
"types-python-dateutil",
"starlette[full]"
Expand Down
38 changes: 19 additions & 19 deletions requirements/macos-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ attrs==26.1.0
# referencing
bcrypt==5.0.0
# via paramiko
boto3==1.42.96
boto3==1.43.42
# via maggma (pyproject.toml)
botocore==1.42.96
botocore==1.43.42
# via
# boto3
# s3transfer
cffi==2.0.0
cffi==2.1.0
# via
# cryptography
# pynacl
cryptography==47.0.0
cryptography==49.0.0
# via paramiko
dnspython==2.8.0
# via
Expand All @@ -43,38 +43,38 @@ jsonschema-specifications==2025.9.1
# via jsonschema
mongomock==4.3.0
# via maggma (pyproject.toml)
monty==2026.2.18
monty==2026.5.18
# via maggma (pyproject.toml)
msgpack==1.1.2
msgpack==1.2.1
# via maggma (pyproject.toml)
numpy==2.4.4
numpy==2.4.6
# via
# maggma (pyproject.toml)
# monty
# pandas
orjson==3.11.8
orjson==3.11.9
# via maggma (pyproject.toml)
packaging==26.2
# via mongomock
pandas==3.0.2
pandas==3.0.3
# via maggma (pyproject.toml)
paramiko==3.5.1
paramiko==5.0.0
# via
# maggma (pyproject.toml)
# sshtunnel
pycparser==3.0
# via cffi
pydantic==2.13.3
pydantic==2.13.4
# via
# maggma (pyproject.toml)
# pydantic-settings
pydantic-core==2.46.3
pydantic-core==2.46.4
# via pydantic
pydantic-settings==2.14.2
# via maggma (pyproject.toml)
pydash==8.0.6
# via maggma (pyproject.toml)
pymongo==4.10.1
pymongo==4.17.0
# via maggma (pyproject.toml)
pynacl==1.6.2
# via paramiko
Expand All @@ -85,33 +85,33 @@ python-dateutil==2.9.0.post0
# pandas
python-dotenv==1.2.2
# via pydantic-settings
pytz==2026.1.post1
pytz==2026.2
# via mongomock
pyzmq==27.1.0
# via maggma (pyproject.toml)
referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.30.0
rpds-py==2026.6.3
# via
# jsonschema
# referencing
ruamel-yaml==0.19.1
# via
# maggma (pyproject.toml)
# monty
s3transfer==0.16.1
s3transfer==0.19.0
# via boto3
sentinels==1.1.1
# via mongomock
six==1.17.0
# via python-dateutil
sshtunnel==0.4.0
# via maggma (pyproject.toml)
tqdm==4.67.3
tqdm==4.68.4
# via maggma (pyproject.toml)
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# pydantic
# pydantic-core
Expand All @@ -122,5 +122,5 @@ typing-inspection==0.4.2
# via
# pydantic
# pydantic-settings
urllib3==2.6.3
urllib3==2.7.0
# via botocore
Loading
Loading