mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
* 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:
parent
2499e97928
commit
0ab173d9d7
@ -837,7 +837,7 @@ class BuildAllocationTest(BuildAPITest):
|
|||||||
si.quantity = 100
|
si.quantity = 100
|
||||||
si.save()
|
si.save()
|
||||||
|
|
||||||
response = self.post(
|
self.post(
|
||||||
self.url,
|
self.url,
|
||||||
{
|
{
|
||||||
"items": [
|
"items": [
|
||||||
@ -860,7 +860,7 @@ class BuildAllocationTest(BuildAPITest):
|
|||||||
lft=0, rght=0
|
lft=0, rght=0
|
||||||
)
|
)
|
||||||
|
|
||||||
response = self.post(
|
self.post(
|
||||||
self.url,
|
self.url,
|
||||||
{
|
{
|
||||||
"items": [
|
"items": [
|
||||||
|
@ -33,7 +33,7 @@ coverage==5.5
|
|||||||
# coveralls
|
# coveralls
|
||||||
coveralls==2.1.2
|
coveralls==2.1.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
cryptography==41.0.6
|
cryptography==42.0.4
|
||||||
# via
|
# via
|
||||||
# -c requirements.txt
|
# -c requirements.txt
|
||||||
# pdfminer-six
|
# pdfminer-six
|
||||||
|
@ -32,7 +32,7 @@ coreapi==2.3.3
|
|||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
coreschema==0.0.4
|
coreschema==0.0.4
|
||||||
# via coreapi
|
# via coreapi
|
||||||
cryptography==41.0.6
|
cryptography==42.0.4
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# djangorestframework-simplejwt
|
# djangorestframework-simplejwt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user