From e1872e6d4ea7df532ee7f507973c21bf0dc2f85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:03:24 -0700 Subject: [PATCH] Bump cryptography from 42.0.4 to 43.0.1 in /envs (#295) * Bump cryptography from 42.0.4 to 43.0.1 in /envs Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- envs/requirements-sarracenia.txt | 2 +- envs/requirements.txt | 2 +- tests/workers/test_make_ww3_wind_file.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/envs/requirements-sarracenia.txt b/envs/requirements-sarracenia.txt index c0301ab0..fdffdde2 100644 --- a/envs/requirements-sarracenia.txt +++ b/envs/requirements-sarracenia.txt @@ -11,7 +11,7 @@ amqp==5.1.0 appdirs==1.4.4 bcrypt==3.2.2 cffi==1.15.1 -cryptography==42.0.4 +cryptography==43.0.1 humanfriendly==10.0 humanize==4.5.0 importlib-metadata==6.0.0 diff --git a/envs/requirements.txt b/envs/requirements.txt index 117c5626..1eb9a17d 100644 --- a/envs/requirements.txt +++ b/envs/requirements.txt @@ -43,7 +43,7 @@ coloredlogs==15.0.1 colorspacious==1.1.2 contourpy==1.2.1 coverage==7.6.0 -cryptography==43.0.0 +cryptography==43.0.1 cycler==0.12.1 cytoolz==0.12.3 dask==2024.7.1 diff --git a/tests/workers/test_make_ww3_wind_file.py b/tests/workers/test_make_ww3_wind_file.py index e6bd0b66..d2a6195c 100644 --- a/tests/workers/test_make_ww3_wind_file.py +++ b/tests/workers/test_make_ww3_wind_file.py @@ -325,7 +325,7 @@ def test_forecast_datasets( coords="minimal", data_vars="minimal", drop_variables=drop_vars, - engine="h5netcdf" + engine="h5netcdf", ) def test_forecast2_datasets( @@ -384,5 +384,5 @@ def test_forecast2_datasets( coords="minimal", data_vars="minimal", drop_variables=drop_vars, - engine="h5netcdf" + engine="h5netcdf", )