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

Update Dependencies #344

Merged
merged 2 commits into from
Nov 4, 2024
Merged
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
28 changes: 13 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ brotli==1.1.0
# via py7zr
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
coverage[toml]==7.6.1
coverage[toml]==7.6.4
# via pytest-cov
django==4.2.16
# via
Expand All @@ -41,45 +41,45 @@ inflate64==1.0.0
# via py7zr
iniconfig==2.0.0
# via pytest
isodate==0.6.1
isodate==0.7.2
# via rdflib
jsonschema==4.23.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
# via jsonschema
multivolumefile==0.2.3
# via py7zr
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
psutil==6.0.0
psutil==6.1.0
# via py7zr
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements.in
py7zr==0.22.0
# via -r requirements.in
pybcj==1.0.2
# via py7zr
pycryptodomex==3.20.0
pycryptodomex==3.21.0
# via py7zr
pyfc4==0.7
# via -r requirements.in
pyparsing==3.1.4
pyparsing==3.2.0
# via rdflib
pyppmd==1.1.0
# via py7zr
pytest==8.3.3
# via
# pyfc4
# pytest-cov
pytest-cov==5.0.0
pytest-cov==6.0.0
# via pyfc4
pyyaml==6.0.2
# via -r requirements.in
pyzstd==0.16.1
pyzstd==0.16.2
# via py7zr
rdflib==7.0.0
rdflib==7.1.1
# via pyfc4
referencing==0.35.1
# via
Expand All @@ -90,17 +90,15 @@ requests==2.32.3
# -r requirements.in
# amclient
# pyfc4
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
six==1.16.0
# via isodate
sqlparse==0.5.1
# via django
texttable==1.7.0
# via py7zr
tomli==2.0.1
tomli==2.0.2
# via
# coverage
# pytest
Expand Down
Loading