Skip to content

Commit

Permalink
Bump cryptography in /{{cookiecutter.project_slug}} (#720)
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.0...42.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent 63e0ef6 commit 9f2758c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "pypi"
python_version = "3.8"

[packages]
cryptography = "~=42.0.0"
cryptography = "~=42.0.4"
django = "==3.2.24"
"boto3" = "~=1.28.78"
django-environ = "~=0.11.2"
Expand Down
68 changes: 34 additions & 34 deletions {{cookiecutter.project_slug}}/Pipfile.lock

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

0 comments on commit 9f2758c

Please sign in to comment.