Skip to content

Commit

Permalink
Maintenance run 2024-08-01
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbeekman authored and Vakgroep SO Dependabot committed Aug 1, 2024
1 parent 74b0987 commit 77e4083
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 17 deletions.
17 changes: 9 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.10
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements.txt requirements.in
Expand Down Expand Up @@ -343,7 +343,7 @@ azure-monitor-query==1.2.0
# via azure-cli
azure-multiapi-storage==1.2.0
# via azure-cli
azure-storage-blob==12.20.0
azure-storage-blob==12.21.0
# via -r requirements.in
azure-storage-common==1.4.2
# via azure-cli
Expand All @@ -355,7 +355,7 @@ azure-synapse-managedprivateendpoints==0.4.0
# via azure-cli
azure-synapse-spark==0.2.0
# via azure-cli
bcrypt==4.1.3
bcrypt==4.2.0
# via paramiko
cachetools==5.4.0
# via google-auth
Expand All @@ -374,7 +374,7 @@ charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via azure-cli
cryptography==42.0.8
cryptography==43.0.0
# via
# adal
# azure-cli-core
Expand Down Expand Up @@ -663,7 +663,7 @@ portalocker==2.10.1
# msal-extensions
proto-plus==1.24.0
# via google-api-core
protobuf==5.27.2
protobuf==5.27.3
# via
# google-api-core
# googleapis-common-protos
Expand Down Expand Up @@ -701,7 +701,7 @@ pynacl==1.5.0
# azure-cli
# paramiko
# pygithub
pyopenssl==24.1.0
pyopenssl==24.2.1
# via azure-cli-core
pyparsing==3.1.2
# via oslo-utils
Expand Down Expand Up @@ -756,7 +756,7 @@ requests-oauthlib==2.0.0
# via msrest
rfc3986==2.0.0
# via oslo-config
rpds-py==0.19.0
rpds-py==0.19.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -793,6 +793,7 @@ tabulate==0.9.0
# knack
typing-extensions==4.12.2
# via
# asgiref
# azure-core
# azure-identity
# azure-keyvault-administration
Expand Down Expand Up @@ -825,5 +826,5 @@ xmltodict==0.13.0
# azure-cli

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.3.0
setuptools==72.1.0
# via -r requirements.in
28 changes: 19 additions & 9 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.10
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements_dev.txt requirements_dev.in
Expand Down Expand Up @@ -502,7 +502,7 @@ azure-multiapi-storage==1.2.0
# via
# -r ./requirements.txt
# azure-cli
azure-storage-blob==12.20.0
azure-storage-blob==12.21.0
# via -r ./requirements.txt
azure-storage-common==1.4.2
# via
Expand All @@ -524,7 +524,7 @@ azure-synapse-spark==0.2.0
# via
# -r ./requirements.txt
# azure-cli
bcrypt==4.1.3
bcrypt==4.2.0
# via
# -r ./requirements.txt
# paramiko
Expand Down Expand Up @@ -561,7 +561,7 @@ colorama==0.4.6
# azure-cli
coverage[toml]==7.6.0
# via pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r ./requirements.txt
# adal
Expand Down Expand Up @@ -653,6 +653,8 @@ drf-extensions==0.7.1
# drf-amsterdam
drf-yasg==1.21.7
# via -r ./requirements.txt
exceptiongroup==1.2.2
# via pytest
fabric==3.2.2
# via
# -r ./requirements.txt
Expand Down Expand Up @@ -945,7 +947,7 @@ proto-plus==1.24.0
# via
# -r ./requirements.txt
# google-api-core
protobuf==5.27.2
protobuf==5.27.3
# via
# -r ./requirements.txt
# google-api-core
Expand Down Expand Up @@ -1000,7 +1002,7 @@ pynacl==1.5.0
# azure-cli
# paramiko
# pygithub
pyopenssl==24.1.0
pyopenssl==24.2.1
# via
# -r ./requirements.txt
# azure-cli-core
Expand All @@ -1012,7 +1014,7 @@ pysocks==1.7.1
# via
# -r ./requirements.txt
# requests
pytest==8.2.2
pytest==8.3.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -1084,7 +1086,7 @@ rfc3986==2.0.0
# via
# -r ./requirements.txt
# oslo-config
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r ./requirements.txt
# jsonschema
Expand Down Expand Up @@ -1132,9 +1134,16 @@ tabulate==0.9.0
# -r ./requirements.txt
# azure-cli
# knack
tomli==2.0.1
# via
# autoflake
# black
# coverage
# pytest
typing-extensions==4.12.2
# via
# -r ./requirements.txt
# asgiref
# azure-core
# azure-identity
# azure-keyvault-administration
Expand All @@ -1143,6 +1152,7 @@ typing-extensions==4.12.2
# azure-keyvault-secrets
# azure-monitor-query
# azure-storage-blob
# black
# jwcrypto
tzdata==2024.1
# via
Expand Down Expand Up @@ -1174,5 +1184,5 @@ xmltodict==0.13.0
# azure-cli

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.3.0
setuptools==72.1.0
# via -r ./requirements.txt

0 comments on commit 77e4083

Please sign in to comment.