2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

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] <support@github.com>

* fix merge

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix unused var

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Matthias Mair <code@mjmair.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Oliver 2024-02-22 09:41:01 +11:00 committed by GitHub
parent 2499e97928
commit 0ab173d9d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -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": [

View File

@ -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

View File

@ -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