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
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
target: production
|
||||
tags: ${{ env.docker_tags }}
|
||||
|
@ -105,12 +105,12 @@ tomli==2.0.1
|
||||
# via
|
||||
# build
|
||||
# pyproject-hooks
|
||||
typing-extensions==4.6.2
|
||||
typing-extensions==4.6.3
|
||||
# via
|
||||
# -c requirements.txt
|
||||
# asgiref
|
||||
# django-test-migrations
|
||||
urllib3==1.26.16
|
||||
urllib3==2.0.2
|
||||
# via
|
||||
# -c requirements.txt
|
||||
# requests
|
||||
|
@ -32,7 +32,7 @@ coreapi==2.3.3
|
||||
# via -r requirements.in
|
||||
coreschema==0.0.4
|
||||
# via coreapi
|
||||
cryptography==40.0.1
|
||||
cryptography==41.0.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# pyjwt
|
||||
@ -168,7 +168,7 @@ markdown==3.4.3
|
||||
# via django-markdownify
|
||||
markuppy==1.14
|
||||
# via tablib
|
||||
markupsafe==2.1.2
|
||||
markupsafe==2.1.3
|
||||
# via jinja2
|
||||
oauthlib==3.2.2
|
||||
# via requests-oauthlib
|
||||
@ -244,7 +244,7 @@ requests==2.31.0
|
||||
# requests-oauthlib
|
||||
requests-oauthlib==1.3.1
|
||||
# via django-allauth
|
||||
sentry-sdk==1.24.0
|
||||
sentry-sdk==1.25.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-q-sentry
|
||||
@ -269,7 +269,7 @@ tinycss2==1.1.1
|
||||
# bleach
|
||||
# cssselect2
|
||||
# weasyprint
|
||||
typing-extensions==4.6.2
|
||||
typing-extensions==4.6.3
|
||||
# via
|
||||
# asgiref
|
||||
# qrcode
|
||||
@ -277,7 +277,7 @@ uritemplate==4.1.1
|
||||
# via
|
||||
# coreapi
|
||||
# drf-spectacular
|
||||
urllib3==1.26.16
|
||||
urllib3==2.0.2
|
||||
# via
|
||||
# requests
|
||||
# sentry-sdk
|
||||
|
Loading…
Reference in New Issue
Block a user