Skip to content

Commit

Permalink
build(deps): bump cryptography from 41.0.6 to 42.0.0
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.6...42.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 7647c69 commit 98aa6be
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 30 deletions.
67 changes: 38 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ openpyxl = "^3.1.2"
scikit-maad = "^1.4.0"
setuptools = "^68.1.0"
certifi = "^2023.7.22"
cryptography = "^41.0.2"
cryptography = ">=41.0.2,<43.0.0"
dask = {version = "^2023.9.3", optional = true}
[tool.poetry.extras]
dev = ["pre-commit", "isort", "black", "flake8"]
Expand Down

0 comments on commit 98aa6be

Please sign in to comment.