From 542498b66dcb94c923d2405ba1fef7379d0bb354 Mon Sep 17 00:00:00 2001 From: Halidu Abubakar Date: Tue, 20 Feb 2024 23:23:24 +0000 Subject: [PATCH 1/2] POLS-94 Add codeowners file --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..2bf6b37f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @uktrade/great-gov-admins From ddfa19dc7660672355af10a7e84c372c660a9fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:24:05 +0000 Subject: [PATCH 2/2] Bump cryptography from 41.0.7 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- requirements_test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index f9ea322c..905745cf 100644 --- a/requirements.in +++ b/requirements.in @@ -22,7 +22,7 @@ bleach==3.* boto3==1.24.* celery[redis] certifi==2023.7.22 -cryptography==41.* +cryptography==42.* dj-database-url==2.* drf-spectacular elastic-apm>6.0 diff --git a/requirements.txt b/requirements.txt index aef12109..e9997895 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ click-repl==0.3.0 # via celery cron-descriptor==1.4.0 # via django-celery-beat -cryptography==41.0.7 +cryptography==42.0.4 # via -r requirements.in defusedxml==0.7.1 # via willow diff --git a/requirements_test.txt b/requirements_test.txt index 712ec09e..eceaeba4 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -73,7 +73,7 @@ coveralls==3.3.1 # via -r requirements_test.in cron-descriptor==1.4.0 # via django-celery-beat -cryptography==41.0.7 +cryptography==42.0.4 # via -r requirements.in defusedxml==0.7.1 # via willow