From 24c3d997227cb47f6cc62da2f5cc307c657efb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:39:13 +0000 Subject: [PATCH 1/2] :arrow_up: Bump cryptography from 43.0.0 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee20e04b88..aedd107220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", From 77c01a9c65763068782db21c515e4b8966573499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 4 Sep 2024 00:45:41 +0000 Subject: [PATCH 2/2] [dependabot skip] :wrench: Update Python requirements files --- .hatch/requirements-lint.txt | 4 ++-- .hatch/requirements-test.txt | 6 +++--- .hatch/requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.hatch/requirements-lint.txt b/.hatch/requirements-lint.txt index a7b04ea1cc..7b681b99d9 100644 --- a/.hatch/requirements-lint.txt +++ b/.hatch/requirements-lint.txt @@ -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 @@ -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 diff --git a/.hatch/requirements-test.txt b/.hatch/requirements-test.txt index 8458c182a9..472849bb22 100644 --- a/.hatch/requirements-test.txt +++ b/.hatch/requirements-test.txt @@ -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 @@ -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 @@ -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 diff --git a/.hatch/requirements.txt b/.hatch/requirements.txt index e91a41ccd1..ca5fe00336 100644 --- a/.hatch/requirements.txt +++ b/.hatch/requirements.txt @@ -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 @@ -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