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

Maintenance run 2025-01-01 #199

Merged
merged 1 commit into from
Jan 9, 2025
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
16 changes: 8 additions & 8 deletions requirements.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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements.txt requirements.in
Expand All @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# django
# django-cors-headers
attrs==24.2.0
attrs==24.3.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -39,11 +39,11 @@ azure-storage-blob==12.24.0
# via -r requirements.in
cachetools==5.5.0
# via google-auth
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
cryptography==44.0.0
# via
Expand Down Expand Up @@ -200,12 +200,12 @@ portalocker==2.10.1
# via msal-extensions
proto-plus==1.25.0
# via google-api-core
protobuf==5.29.1
protobuf==5.29.2
# via
# google-api-core
# googleapis-common-protos
# proto-plus
psutil==6.1.0
psutil==6.1.1
# via
# opencensus-ext-azure
# oslo-utils
Expand All @@ -225,7 +225,7 @@ pyjwt[crypto]==2.10.1
# via
# msal
# pyjwt
pyparsing==3.2.0
pyparsing==3.2.1
# via oslo-utils
python-dateutil==2.9.0.post0
# via datapunt-objectstore
Expand Down Expand Up @@ -297,7 +297,7 @@ tzdata==2024.2
# oslo-utils
uritemplate==4.1.1
# via drf-yasg
urllib3==2.2.3
urllib3==2.3.0
# via requests
wrapt==1.17.0
# via
Expand Down
20 changes: 10 additions & 10 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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements_dev.txt requirements_dev.in
Expand All @@ -9,7 +9,7 @@ asgiref==3.8.1
# -r ./requirements.txt
# django
# django-cors-headers
attrs==24.2.0
attrs==24.3.0
# via
# -r ./requirements.txt
# jsonschema
Expand Down Expand Up @@ -51,21 +51,21 @@ cachetools==5.5.0
# via
# -r ./requirements.txt
# google-auth
certifi==2024.8.30
certifi==2024.12.14
# via
# -r ./requirements.txt
# requests
cffi==1.17.1
# via
# -r ./requirements.txt
# cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r ./requirements.txt
# requests
click==8.1.7
click==8.1.8
# via black
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via pytest-cov
cryptography==44.0.0
# via
Expand Down Expand Up @@ -298,13 +298,13 @@ proto-plus==1.25.0
# via
# -r ./requirements.txt
# google-api-core
protobuf==5.29.1
protobuf==5.29.2
# via
# -r ./requirements.txt
# google-api-core
# googleapis-common-protos
# proto-plus
psutil==6.1.0
psutil==6.1.1
# via
# -r ./requirements.txt
# opencensus-ext-azure
Expand Down Expand Up @@ -332,7 +332,7 @@ pyjwt[crypto]==2.10.1
# via
# -r ./requirements.txt
# msal
pyparsing==3.2.0
pyparsing==3.2.1
# via
# -r ./requirements.txt
# oslo-utils
Expand Down Expand Up @@ -439,7 +439,7 @@ uritemplate==4.1.1
# via
# -r ./requirements.txt
# drf-yasg
urllib3==2.2.3
urllib3==2.3.0
# via
# -r ./requirements.txt
# requests
Expand Down
Loading