From 0ab173d9d73ee414696911af20e76eb4b30c0936 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 22 Feb 2024 09:41:01 +1100 Subject: [PATCH] Dependabot/pip/cryptography 42.0.4 (#6545) (#6546) * Dependabot/pip/cryptography 42.0.4 (#6545) * Bump cryptography from 42.0.2 to 42.0.4 Bumps [cryptography](https://github.com/pyca/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) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] * fix merge --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix unused var --------- Signed-off-by: dependabot[bot] Co-authored-by: Matthias Mair Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- InvenTree/build/test_api.py | 4 ++-- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/InvenTree/build/test_api.py b/InvenTree/build/test_api.py index 6f7ad83e14..35e306533f 100644 --- a/InvenTree/build/test_api.py +++ b/InvenTree/build/test_api.py @@ -837,7 +837,7 @@ class BuildAllocationTest(BuildAPITest): si.quantity = 100 si.save() - response = self.post( + self.post( self.url, { "items": [ @@ -860,7 +860,7 @@ class BuildAllocationTest(BuildAPITest): lft=0, rght=0 ) - response = self.post( + self.post( self.url, { "items": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 8409bb3757..9948840039 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,7 +33,7 @@ coverage==5.5 # coveralls coveralls==2.1.2 # via -r requirements-dev.in -cryptography==41.0.6 +cryptography==42.0.4 # via # -c requirements.txt # pdfminer-six diff --git a/requirements.txt b/requirements.txt index ce505eb84f..94ddf152c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ coreapi==2.3.3 # via -r requirements.in coreschema==0.0.4 # via coreapi -cryptography==41.0.6 +cryptography==42.0.4 # via # -r requirements.in # djangorestframework-simplejwt