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 Python dependencies #2029

Merged
merged 1 commit into from
Jul 22, 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
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.3.7
sphinx==7.4.7
# via
# -r -
# myst-parser
Expand All @@ -77,11 +77,11 @@ sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.0.6
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==1.0.8
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
Expand Down
19 changes: 10 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ azure-mgmt-core==1.4.0
# azure-mgmt-storage
azure-mgmt-dns==8.1.0
# via data-safe-haven (pyproject.toml)
azure-mgmt-keyvault==10.3.0
azure-mgmt-keyvault==10.3.1
# via data-safe-haven (pyproject.toml)
azure-mgmt-msi==7.0.0
# via data-safe-haven (pyproject.toml)
Expand All @@ -80,13 +80,13 @@ azure-mgmt-resource==23.1.1
# via data-safe-haven (pyproject.toml)
azure-mgmt-storage==21.2.1
# via data-safe-haven (pyproject.toml)
azure-storage-blob==12.20.0
azure-storage-blob==12.21.0
# via
# azure-storage-file-datalake
# data-safe-haven (pyproject.toml)
azure-storage-file-datalake==12.15.0
azure-storage-file-datalake==12.16.0
# via data-safe-haven (pyproject.toml)
azure-storage-file-share==12.16.0
azure-storage-file-share==12.17.0
# via data-safe-haven (pyproject.toml)
certifi==2024.7.4
# via
Expand All @@ -100,7 +100,7 @@ chevron==0.14.0
# via data-safe-haven (pyproject.toml)
click==8.1.7
# via typer
cryptography==42.0.8
cryptography==43.0.0
# via
# -c requirements-constraints.txt
# acme
Expand Down Expand Up @@ -149,7 +149,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
msal==1.29.0
msal==1.30.0
# via
# azure-identity
# data-safe-haven (pyproject.toml)
Expand All @@ -173,12 +173,12 @@ protobuf==4.25.3
# via pulumi
psycopg==3.2.1
# via data-safe-haven (pyproject.toml)
pulumi==3.124.0
pulumi==3.125.0
# via
# data-safe-haven (pyproject.toml)
# pulumi-azure-native
# pulumi-random
pulumi-azure-native==2.49.1
pulumi-azure-native==2.50.1
# via data-safe-haven (pyproject.toml)
pulumi-random==4.16.3
# via data-safe-haven (pyproject.toml)
Expand All @@ -194,7 +194,7 @@ pyjwt[crypto]==2.8.0
# via
# data-safe-haven (pyproject.toml)
# msal
pyopenssl==24.1.0
pyopenssl==24.2.1
# via
# acme
# josepy
Expand Down Expand Up @@ -246,6 +246,7 @@ typing-extensions==4.12.2
# azure-keyvault-certificates
# azure-keyvault-keys
# azure-keyvault-secrets
# azure-mgmt-keyvault
# azure-storage-blob
# azure-storage-file-datalake
# azure-storage-file-share
Expand Down
Loading