Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 56773c9 commit 56b15c9
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 88 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.9"

[packages]
cryptography = "~=42.0.4"
cryptography = "~=43.0.3"
django = "==3.2.25"
"boto3" = "~=1.35.14"
django-environ = "~=0.11.2"
Expand Down
184 changes: 97 additions & 87 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 56b15c9

Please sign in to comment.