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

Dependency updates #324

Merged
merged 2 commits into from
Sep 3, 2024
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- --in-place
- --aggressive
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
20 changes: 10 additions & 10 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==23.2.0
attrs==24.2.0
# via
# jsonschema
# referencing
bagit==1.8.1
# via asterism
brotli==1.1.0
# via py7zr
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via pytest-cov
django==4.2.14
django==4.2.15
# via
# -r requirements.in
# asterism
Expand All @@ -35,7 +35,7 @@ djangorestframework==3.15.2
# asterism
exceptiongroup==1.2.2
# via pytest
idna==3.7
idna==3.8
# via requests
inflate64==1.0.0
# via py7zr
Expand All @@ -57,15 +57,15 @@ psutil==6.0.0
# via py7zr
psycopg2==2.9.9
# via -r requirements.in
py7zr==0.21.1
py7zr==0.22.0
# via -r requirements.in
pybcj==1.0.2
# via py7zr
pycryptodomex==3.20.0
# via py7zr
pyfc4==0.7
# via -r requirements.in
pyparsing==3.1.2
pyparsing==3.1.4
# via rdflib
pyppmd==1.1.0
# via py7zr
Expand All @@ -75,9 +75,9 @@ pytest==8.3.2
# pytest-cov
pytest-cov==5.0.0
# via pyfc4
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements.in
pyzstd==0.16.0
pyzstd==0.16.1
# via py7zr
rdflib==7.0.0
# via pyfc4
Expand All @@ -90,7 +90,7 @@ requests==2.32.3
# -r requirements.in
# amclient
# pyfc4
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down
Loading