Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* Upgrade pre-commit dependencies
* Upgrade GitHub actions
* Add make package to base-builder Docker stage
* Upgrade Python requirements
  • Loading branch information
replaceafill committed Jul 8, 2024
1 parent c757ade commit fb25c0c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: "Set up buildx"
uses: "docker/setup-buildx-action@v3"
- name: "Build archivematica-tests image"
uses: "docker/build-push-action@v5"
uses: "docker/build-push-action@v6"
with:
context: .
file: ./hack/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
src/(MCPClient/MCPServer|dashboard)/osdeps/.*\.json
)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.5.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 1 addition & 0 deletions hack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN set -ex \
libsasl2-dev \
libsqlite3-dev \
locales \
make \
pkg-config \
tzdata \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
Expand Down
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build==1.2.1
# via pip-tools
cachetools==5.3.3
# via tox
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements.txt
# requests
Expand All @@ -47,7 +47,7 @@ click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements-dev.in
# pytest-cov
Expand Down Expand Up @@ -86,7 +86,7 @@ elasticsearch==6.8.2
# via -r requirements.txt
exceptiongroup==1.2.1
# via pytest
filelock==3.15.1
filelock==3.15.4
# via
# tox
# virtualenv
Expand All @@ -106,7 +106,7 @@ idna==3.7
# via
# -r requirements.txt
# requests
importlib-metadata==7.1.0
importlib-metadata==8.0.0
# via
# -r requirements.txt
# build
Expand Down Expand Up @@ -153,7 +153,7 @@ olefile==0.47
# opf-fido
opf-fido @ git+https://github.com/artefactual-labs/fido.git@564ceb8018a8650fe931cf20e6780ee008e60fca
# via -r requirements.txt
orjson==3.10.5
orjson==3.10.6
# via -r requirements.txt
packaging==24.1
# via
Expand Down Expand Up @@ -194,7 +194,7 @@ pyopenssl==24.1.0
# via
# -r requirements.txt
# josepy
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pyproject-hooks==1.1.0
# via
Expand Down Expand Up @@ -245,7 +245,7 @@ requests==2.32.3
# mozilla-django-oidc
# opf-fido
# python-cas
rpds-py==0.18.1
rpds-py==0.19.0
# via
# -r requirements.txt
# jsonschema
Expand All @@ -268,7 +268,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
Expand All @@ -282,11 +282,11 @@ urllib3==2.2.2
# amclient
# elasticsearch
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via tox
wheel==0.43.0
# via pip-tools
whitenoise==6.6.0
whitenoise==6.7.0
# via -r requirements.txt
zipp==3.19.2
# via
Expand All @@ -303,9 +303,9 @@ zope-interface==6.4.post2
# gevent

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1.2
# via pip-tools
setuptools==70.0.0
setuptools==70.2.0
# via
# -r requirements.txt
# pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bagit @ git+https://github.com/artefactual-labs/bagit-python.git@4b8fde73b4e6314
# via -r requirements.in
brotli==1.1.0
# via -r requirements.in
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand Down Expand Up @@ -68,7 +68,7 @@ gunicorn==22.0.0
# via -r requirements.in
idna==3.7
# via requests
importlib-metadata==7.1.0
importlib-metadata==8.0.0
# via -r requirements.in
importlib-resources==6.4.0
# via opf-fido
Expand Down Expand Up @@ -98,7 +98,7 @@ olefile==0.47
# via opf-fido
opf-fido @ git+https://github.com/artefactual-labs/fido.git@564ceb8018a8650fe931cf20e6780ee008e60fca
# via -r requirements.in
orjson==3.10.5
orjson==3.10.6
# via -r requirements.in
packaging==24.1
# via gunicorn
Expand Down Expand Up @@ -140,7 +140,7 @@ requests==2.32.3
# mozilla-django-oidc
# opf-fido
# python-cas
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
Expand All @@ -160,7 +160,7 @@ urllib3==2.2.2
# amclient
# elasticsearch
# requests
whitenoise==6.6.0
whitenoise==6.7.0
# via -r requirements.in
zipp==3.19.2
# via
Expand All @@ -172,7 +172,7 @@ zope-interface==6.4.post2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.0.0
setuptools==70.2.0
# via
# zope-event
# zope-interface

0 comments on commit fb25c0c

Please sign in to comment.