diff --git a/requirements.txt b/requirements.txt index c63dfb4..fb2424e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -793,6 +793,7 @@ tabulate==0.9.0 # knack typing-extensions==4.12.2 # via + # asgiref # azure-core # azure-identity # azure-keyvault-administration @@ -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 diff --git a/requirements_dev.txt b/requirements_dev.txt index 85f354a..c30f86b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -1143,6 +1152,7 @@ typing-extensions==4.12.2 # azure-keyvault-secrets # azure-monitor-query # azure-storage-blob + # black # jwcrypto tzdata==2024.1 # via @@ -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