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

⬆️ Bump cryptography from 43.0.0 to 43.0.1 #2181

Merged
merged 2 commits into from
Sep 9, 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
4 changes: 2 additions & 2 deletions .hatch/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ click-help-colors==0.9.4
# via molecule
colorama==0.4.6
# via tox
cryptography==43.0.0
cryptography==43.0.1
# via ansible-core
distlib==0.3.8
# via
Expand Down Expand Up @@ -135,7 +135,7 @@ mypy-extensions==1.0.0
# via
# black
# mypy
numpy==2.1.0
numpy==2.1.1
# via pandas-stubs
onigurumacffi==1.3.0
# via ansible-navigator
Expand Down
6 changes: 3 additions & 3 deletions .hatch/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.12
#
# [constraints] .hatch/requirements.txt (SHA256: 6fc3384d70e2398ec8bf13c97bbb52f561f0a65ddd18d90f81f7d7dd20a209d7)
# [constraints] .hatch/requirements.txt (SHA256: 708a9ffce4fcf182c879e0116140849bf78eac89e883d410dfa5fd9535d4d040)
#
# - appdirs==1.4.4
# - azure-core==1.30.2
Expand All @@ -21,7 +21,7 @@
# - azure-storage-file-datalake==12.16.0
# - azure-storage-file-share==12.17.0
# - chevron==0.14.0
# - cryptography==43.0.0
# - cryptography==43.0.1
# - fqdn==1.5.1
# - psycopg==3.2.1
# - pulumi-azure-native==2.58.0
Expand Down Expand Up @@ -181,7 +181,7 @@ click==8.1.7
# typer
coverage==7.6.1
# via hatch.envs.test
cryptography==43.0.0
cryptography==43.0.1
# via
# -c .hatch/requirements.txt
# hatch.envs.test
Expand Down
4 changes: 2 additions & 2 deletions .hatch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# - azure-storage-file-datalake==12.16.0
# - azure-storage-file-share==12.17.0
# - chevron==0.14.0
# - cryptography==43.0.0
# - cryptography==43.0.1
# - fqdn==1.5.1
# - psycopg==3.2.1
# - pulumi-azure-native==2.58.0
Expand Down Expand Up @@ -121,7 +121,7 @@ chevron==0.14.0
# via hatch.envs.default
click==8.1.7
# via typer
cryptography==43.0.0
cryptography==43.0.1
# via
# hatch.envs.default
# acme
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"azure-storage-file-datalake==12.16.0",
"azure-storage-file-share==12.17.0",
"chevron==0.14.0",
"cryptography==43.0.0",
"cryptography==43.0.1",
"fqdn==1.5.1",
"psycopg==3.2.1",
"pulumi-azure-native==2.58.0",
Expand Down