Skip to content

Commit

Permalink
Merge pull request #156 from lsst-sqre/u/ajt/update-deps
Browse files Browse the repository at this point in the history
update deps and pre-commit action
  • Loading branch information
athornton authored Mar 11, 2024
2 parents 6d0444c + 0d4d7b1 commit b15675c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.11"

- name: Run pre-commit
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

test:
runs-on: ubuntu-latest
Expand Down
85 changes: 37 additions & 48 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/dev.txt requirements/dev.in
Expand All @@ -10,22 +10,22 @@ attrs==23.2.0
# via pytest-mypy
babel==2.14.0
# via sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via furo
boto3-stubs==1.34.19
boto3-stubs==1.34.59
# via -r requirements/dev.in
botocore-stubs==1.34.19
botocore-stubs==1.34.59
# via
# -r requirements/dev.in
# boto3-stubs
build==1.0.3
build==1.1.1
# via pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -c requirements/main.txt
# google-auth
# tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -c requirements/main.txt
# requests
Expand All @@ -43,36 +43,34 @@ colorama==0.4.6
# via tox
commonmark==0.9.1
# via recommonmark
coverage[toml]==7.4.0
# via pytest-cov
coverage[toml]==7.4.3
# via
# coverage
# pytest-cov
distlib==0.3.8
# via virtualenv
docutils==0.20.1
# via
# recommonmark
# sphinx
exceptiongroup==1.2.0
# via
# -c requirements/main.txt
# pytest
filelock==3.13.1
# via
# pytest-mypy
# tox
# virtualenv
flake8==7.0.0
# via -r requirements/dev.in
furo==2023.9.10
furo==2024.1.29
# via -r requirements/dev.in
google-auth==2.26.2
google-auth==2.28.2
# via
# -c requirements/main.txt
# google-auth-stubs
google-auth-stubs==0.2.0
# via -r requirements/dev.in
grpc-stubs==1.53.0.5
# via google-auth-stubs
grpcio==1.60.0
grpcio==1.62.1
# via grpc-stubs
idna==3.6
# via
Expand All @@ -89,33 +87,33 @@ jinja2==3.1.3
# via
# -c requirements/main.txt
# sphinx
markupsafe==2.1.3
markupsafe==2.1.5
# via
# -c requirements/main.txt
# jinja2
mccabe==0.7.0
# via flake8
multidict==6.0.4
multidict==6.0.5
# via yarl
mypy==1.8.0
mypy==1.9.0
# via pytest-mypy
mypy-extensions==1.0.0
# via mypy
packaging==23.2
packaging==24.0
# via
# -c requirements/main.txt
# build
# pyproject-api
# pytest
# sphinx
# tox
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements/dev.in
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# pytest
# tox
Expand All @@ -139,8 +137,10 @@ pygments==2.17.2
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
# via
# build
# pip-tools
pytest==8.1.1
# via
# -r requirements/dev.in
# pytest-cov
Expand All @@ -152,13 +152,13 @@ pytest-cov==4.1.0
# via -r requirements/dev.in
pytest-env==1.1.3
# via -r requirements/dev.in
pytest-isort==3.1.0
pytest-isort==4.0.0
# via -r requirements/dev.in
pytest-mypy==0.10.3
# via -r requirements/dev.in
pytest-vcr==1.0.2
# via -r requirements/dev.in
pytz==2023.3.post1
pytz==2024.1
# via -r requirements/dev.in
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ sphinx==7.2.6
# recommonmark
# sphinx-autodoc-typehints
# sphinx-basic-ng
sphinx-autodoc-typehints==1.25.2
sphinx-autodoc-typehints==2.0.0
# via -r requirements/dev.in
sphinx-basic-ng==1.0.0b2
# via furo
Expand All @@ -205,38 +205,27 @@ sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
tomli==2.0.1
# via
# build
# coverage
# mypy
# pip-tools
# pyproject-api
# pyproject-hooks
# pytest
# pytest-env
# tox
tox==4.12.0
tox==4.14.1
# via -r requirements/dev.in
types-awscrt==0.20.0
types-awscrt==0.20.5
# via botocore-stubs
types-cachetools==5.3.0.7
# via -r requirements/dev.in
types-cryptography==3.3.23.2
# via types-jwt
types-jwt==0.1.3
# via -r requirements/dev.in
types-python-dateutil==2.8.19.20240106
types-python-dateutil==2.8.19.20240311
# via -r requirements/dev.in
types-pytz==2023.3.1.1
types-pytz==2024.1.0.20240203
# via -r requirements/dev.in
types-pyyaml==6.0.12.12
types-pyyaml==6.0.12.20240311
# via -r requirements/dev.in
types-requests==2.31.0.20240106
types-requests==2.31.0.20240311
# via google-auth-stubs
types-s3transfer==0.10.0
# via boto3-stubs
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -c requirements/main.txt
# boto3-stubs
Expand All @@ -247,9 +236,9 @@ urllib3==2.0.7
# requests
# responses
# types-requests
vcrpy==5.1.0
vcrpy==6.0.1
# via pytest-vcr
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wheel==0.42.0
# via pip-tools
Expand Down
51 changes: 21 additions & 30 deletions requirements/main.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,37 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/main.txt requirements/main.in
#
anyio==4.2.0
# via azure-core
azure-core==1.29.6
azure-core==1.30.1
# via azure-storage-blob
azure-storage-blob==12.19.0
azure-storage-blob==12.19.1
# via -r requirements/main.in
blinker==1.7.0
# via flask
boto3==1.34.19
boto3==1.34.59
# via -r requirements/main.in
botocore==1.34.19
botocore==1.34.59
# via
# boto3
# s3transfer
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/main.in
# google-auth
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
cryptography==41.0.7
cryptography==42.0.5
# via
# -r requirements/main.in
# azure-storage-blob
exceptiongroup==1.2.0
# via anyio
figcan==0.0.4
# via -r requirements/main.in
flask==2.3.3
Expand All @@ -47,32 +43,30 @@ flask-classful==0.16.0
# via -r requirements/main.in
flask-marshmallow==0.15.0
# via -r requirements/main.in
google-api-core==2.15.0
google-api-core==2.17.1
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.26.2
google-auth==2.28.2
# via
# google-api-core
# google-cloud-core
# google-cloud-storage
google-cloud-core==2.4.1
# via google-cloud-storage
google-cloud-storage==2.14.0
google-cloud-storage==2.15.0
# via -r requirements/main.in
google-crc32c==1.5.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.0
# via google-cloud-storage
googleapis-common-protos==1.62.0
googleapis-common-protos==1.63.0
# via google-api-core
idna==3.6
# via
# anyio
# requests
importlib-metadata==7.0.1 ; python_version < "3.13"
# via requests
importlib-metadata==7.0.2 ; python_version < "3.13"
# via -r requirements/main.in
isodate==0.6.1
# via azure-storage-blob
Expand All @@ -84,20 +78,20 @@ jmespath==1.0.1
# via
# boto3
# botocore
markupsafe==2.1.3
markupsafe==2.1.5
# via
# jinja2
# werkzeug
marshmallow==3.20.2
marshmallow==3.21.1
# via
# flask-marshmallow
# webargs
packaging==23.2
packaging==24.0
# via
# flask-marshmallow
# marshmallow
# webargs
protobuf==4.25.2
protobuf==4.25.3
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -111,11 +105,11 @@ pycparser==2.21
# via cffi
pyjwt==2.8.0
# via -r requirements/main.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/main.in
# botocore
python-dotenv==1.0.0
python-dotenv==1.0.1
# via -r requirements/main.in
pyyaml==6.0.1
# via -r requirements/main.in
Expand All @@ -133,12 +127,9 @@ six==1.16.0
# azure-core
# isodate
# python-dateutil
sniffio==1.3.0
# via anyio
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/main.in
# anyio
# azure-core
# azure-storage-blob
urllib3==2.0.7
Expand Down

0 comments on commit b15675c

Please sign in to comment.