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 #835

Merged
merged 9 commits into from
Jul 31, 2023
6 changes: 3 additions & 3 deletions .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', windows-latest]
package: ["maggma"]
os: ['ubuntu-latest', 'macos-latest']
package: ["."]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Open pull request if needed
if: steps.changes.outputs.count > 0
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Only open a PR if the branch is not attached to an existing one
run: |
PR=$(gh pr list --head auto-dependency-upgrades --json number -q '.[0].number')
Expand Down
146 changes: 146 additions & 0 deletions requirements/macos-latest_py3.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/macos-latest_py3.10.txt
#
aioitertools==0.11.0
# via maggma (setup.py)
anyio==3.7.1
# via starlette
attrs==23.1.0
# via
# jsonschema
# referencing
bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.16
# via maggma (setup.py)
botocore==1.31.16
# via
# boto3
# s3transfer
certifi==2023.7.22
# via requests
cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
# via
# flask
# mongogrant
cryptography==41.0.2
# via paramiko
dnspython==2.4.1
# via
# maggma (setup.py)
# pymongo
exceptiongroup==1.1.2
# via anyio
fastapi==0.100.1
# via maggma (setup.py)
flask==2.3.2
# via mongogrant
idna==3.4
# via
# anyio
# requests
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.18.4
# via maggma (setup.py)
jsonschema-specifications==2023.7.1
# via jsonschema
markupsafe==2.1.3
# via
# jinja2
# werkzeug
mongogrant==0.3.3
# via maggma (setup.py)
mongomock==4.1.2
# via maggma (setup.py)
monty==2023.5.8
# via maggma (setup.py)
msgpack==1.0.5
# via maggma (setup.py)
numpy==1.25.2
# via maggma (setup.py)
orjson==3.9.2
# via maggma (setup.py)
packaging==23.1
# via mongomock
paramiko==3.3.1
# via sshtunnel
pycparser==2.21
# via cffi
pydantic==1.10.12
# via
# fastapi
# maggma (setup.py)
pydash==7.0.6
# via maggma (setup.py)
pymongo==4.4.1
# via
# maggma (setup.py)
# mongogrant
pynacl==1.5.0
# via paramiko
python-dateutil==2.8.2
# via
# botocore
# maggma (setup.py)
pyzmq==24.0.1
# via maggma (setup.py)
referencing==0.30.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via mongogrant
rpds-py==0.9.2
# via
# jsonschema
# referencing
ruamel-yaml==0.17.32
# via maggma (setup.py)
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
s3transfer==0.6.1
# via boto3
sentinels==1.0.0
# via mongomock
six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anyio
sshtunnel==0.4.0
# via maggma (setup.py)
starlette==0.27.0
# via fastapi
tqdm==4.65.0
# via maggma (setup.py)
typing-extensions==4.7.1
# via
# fastapi
# pydantic
# pydash
urllib3==1.26.16
# via
# botocore
# requests
werkzeug==2.3.6
# via flask

# The following packages are considered to be unsafe in a requirements file:
# setuptools