From 571b079eef55e86a385683fa643b9a32e16472aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:04:00 -0300 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates (#214) Bumps the pip group with 2 updates in the /api directory: [cryptography](https://github.com/pyca/cryptography) and [django](https://github.com/django/django). Updates `cryptography` from 42.0.2 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4) Updates `django` from 4.2.10 to 4.2.11 - [Commits](https://github.com/django/django/compare/4.2.10...4.2.11) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip-security-group - dependency-name: django dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 6d03f20..83f16d9 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -10,10 +10,10 @@ charset-normalizer==3.2.0 click==8.1.7 colorama==0.4.6 coverage==7.3.2 -cryptography==42.0.2 +cryptography==42.0.4 defusedxml==0.7.1 dj-database-url==2.1.0 -Django==4.2.10 +Django==4.2.11 django-cors-headers==4.3.0 django-redis==5.4.0 djangorestframework==3.14.0