mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Bump cryptography from 40.0.1 to 41.0.0 (#4955)
* Bump cryptography from 40.0.1 to 41.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.1 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.1...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * bump everything * do not build for linux/arm/v7 see https://github.com/inventree/InvenTree/pull/4955#issuecomment-1575909025 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
parent
d8965c6c2b
commit
2ed7eefa27
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -121,7 +121,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # pin@v3.2.0
|
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # pin@v3.2.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
target: production
|
target: production
|
||||||
tags: ${{ env.docker_tags }}
|
tags: ${{ env.docker_tags }}
|
||||||
|
@ -105,12 +105,12 @@ tomli==2.0.1
|
|||||||
# via
|
# via
|
||||||
# build
|
# build
|
||||||
# pyproject-hooks
|
# pyproject-hooks
|
||||||
typing-extensions==4.6.2
|
typing-extensions==4.6.3
|
||||||
# via
|
# via
|
||||||
# -c requirements.txt
|
# -c requirements.txt
|
||||||
# asgiref
|
# asgiref
|
||||||
# django-test-migrations
|
# django-test-migrations
|
||||||
urllib3==1.26.16
|
urllib3==2.0.2
|
||||||
# via
|
# via
|
||||||
# -c requirements.txt
|
# -c requirements.txt
|
||||||
# requests
|
# requests
|
||||||
|
@ -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==40.0.1
|
cryptography==41.0.1
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# pyjwt
|
# pyjwt
|
||||||
@ -168,7 +168,7 @@ markdown==3.4.3
|
|||||||
# via django-markdownify
|
# via django-markdownify
|
||||||
markuppy==1.14
|
markuppy==1.14
|
||||||
# via tablib
|
# via tablib
|
||||||
markupsafe==2.1.2
|
markupsafe==2.1.3
|
||||||
# via jinja2
|
# via jinja2
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
# via requests-oauthlib
|
# via requests-oauthlib
|
||||||
@ -244,7 +244,7 @@ requests==2.31.0
|
|||||||
# requests-oauthlib
|
# requests-oauthlib
|
||||||
requests-oauthlib==1.3.1
|
requests-oauthlib==1.3.1
|
||||||
# via django-allauth
|
# via django-allauth
|
||||||
sentry-sdk==1.24.0
|
sentry-sdk==1.25.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-q-sentry
|
# django-q-sentry
|
||||||
@ -269,7 +269,7 @@ tinycss2==1.1.1
|
|||||||
# bleach
|
# bleach
|
||||||
# cssselect2
|
# cssselect2
|
||||||
# weasyprint
|
# weasyprint
|
||||||
typing-extensions==4.6.2
|
typing-extensions==4.6.3
|
||||||
# via
|
# via
|
||||||
# asgiref
|
# asgiref
|
||||||
# qrcode
|
# qrcode
|
||||||
@ -277,7 +277,7 @@ uritemplate==4.1.1
|
|||||||
# via
|
# via
|
||||||
# coreapi
|
# coreapi
|
||||||
# drf-spectacular
|
# drf-spectacular
|
||||||
urllib3==1.26.16
|
urllib3==2.0.2
|
||||||
# via
|
# via
|
||||||
# requests
|
# requests
|
||||||
# sentry-sdk
|
# sentry-sdk
|
||||||
|
Loading…
Reference in New Issue
Block a user