Skip to content

Commit a1ff477

Browse files
Bump cryptography in /{{cookiecutter.project_slug}} (#873)
Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 44.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.1...44.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c43945 commit a1ff477

File tree

2 files changed

+38
-34
lines changed

2 files changed

+38
-34
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "pypi"
99
python_version = "3.9"
1010

1111
[packages]
12-
cryptography = "~=44.0.1"
12+
cryptography = "~=44.0.2"
1313
django = "==4.2.19"
1414
"boto3" = "~=1.35.55"
1515
django-environ = "~=0.11.2"

{{cookiecutter.project_slug}}/Pipfile.lock

Lines changed: 37 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)