Skip to content

Commit

Permalink
Merge pull request #361 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
HaSistrunk authored Jan 7, 2025
2 parents b39020b + 9d05344 commit 3ccbe48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pip-compile --upgrade

- name: Create Pull Request
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
token: ${{ steps.app-token.outputs.token }}
base: development
Expand Down
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ asgiref==3.8.1
# via django
asterism==1.1.0
# via -r requirements.in
attrs==24.2.0
attrs==24.3.0
# via
# jsonschema
# referencing
bagit==1.8.1
# via asterism
brotli==1.1.0
# via py7zr
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
coverage[toml]==7.6.8
coverage[toml]==7.6.10
# via pytest-cov
django==4.2.16
django==4.2.17
# via
# -r requirements.in
# asterism
Expand All @@ -37,7 +37,7 @@ exceptiongroup==1.2.2
# via pytest
idna==3.10
# via requests
inflate64==1.0.0
inflate64==1.0.1
# via py7zr
iniconfig==2.0.0
# via pytest
Expand All @@ -53,23 +53,23 @@ packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
psutil==6.1.0
psutil==6.1.1
# via py7zr
psycopg2==2.9.10
# via -r requirements.in
py7zr==0.22.0
# via -r requirements.in
pybcj==1.0.2
pybcj==1.0.3
# via py7zr
pycryptodomex==3.21.0
# via py7zr
pyfc4==0.7
# via -r requirements.in
pyparsing==3.2.0
pyparsing==3.2.1
# via rdflib
pyppmd==1.1.0
pyppmd==1.1.1
# via py7zr
pytest==8.3.3
pytest==8.3.4
# via
# pyfc4
# pytest-cov
Expand All @@ -90,11 +90,11 @@ requests==2.32.3
# -r requirements.in
# amclient
# pyfc4
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
sqlparse==0.5.2
sqlparse==0.5.3
# via django
texttable==1.7.0
# via py7zr
Expand All @@ -106,7 +106,7 @@ typing-extensions==4.12.2
# via asgiref
uritemplate==4.1.1
# via -r requirements.in
urllib3==2.2.3
urllib3==2.3.0
# via
# amclient
# requests

0 comments on commit 3ccbe48

Please sign in to comment.