diff --git a/.hatch/requirements-lint.txt b/.hatch/requirements-lint.txt index 6537e891a5..7b681b99d9 100644 --- a/.hatch/requirements-lint.txt +++ b/.hatch/requirements-lint.txt @@ -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 fc4a1be95f..8458c182a9 100644 --- a/.hatch/requirements-test.txt +++ b/.hatch/requirements-test.txt @@ -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.1 +# - cryptography==43.0.0 # - 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.1 +cryptography==43.0.0 # via # -c .hatch/requirements.txt # hatch.envs.test diff --git a/.hatch/requirements.txt b/.hatch/requirements.txt index ca5fe00336..e91a41ccd1 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.1 +# - cryptography==43.0.0 # - 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.1 +cryptography==43.0.0 # via # hatch.envs.default # acme