Skip to content

Commit

Permalink
Bump cryptography from 42.0.4 to 43.0.1 in /envs (#295)
Browse files Browse the repository at this point in the history
* 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](pyca/cryptography@42.0.4...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: dependabot[bot] <[email protected]>
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>
  • Loading branch information
dependabot[bot] and pre-commit-ci[bot] authored Sep 4, 2024
1 parent 6a75b51 commit e1872e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion envs/requirements-sarracenia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion envs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/workers/test_make_ww3_wind_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -384,5 +384,5 @@ def test_forecast2_datasets(
coords="minimal",
data_vars="minimal",
drop_variables=drop_vars,
engine="h5netcdf"
engine="h5netcdf",
)

0 comments on commit e1872e6

Please sign in to comment.