Upgrade some python packages

This commit is contained in:
Daniel Egger 2022-10-10 17:03:31 +02:00
parent 871c69c0a9
commit a2bb4aeb18
4 changed files with 32 additions and 30 deletions

View File

@ -580,7 +580,10 @@ if APP_ENVIRONMENT == "development":
# django-extensions # django-extensions
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# https://django-extensions.readthedocs.io/en/latest/installation_instructions.html#configuration # https://django-extensions.readthedocs.io/en/latest/installation_instructions.html#configuration
INSTALLED_APPS += ["django_extensions"] # noqa F405 INSTALLED_APPS += [
"django_extensions",
# "django_watchfiles"
] # noqa F405
if APP_ENVIRONMENT in ["production", "caprover"] or APP_ENVIRONMENT.startswith( if APP_ENVIRONMENT in ["production", "caprover"] or APP_ENVIRONMENT.startswith(
"caprover" "caprover"

View File

@ -1,8 +1,6 @@
-r requirements.in -r requirements.in
Werkzeug[watchdog] # https://github.com/pallets/werkzeug
ipdb # https://github.com/gotcha/ipdb ipdb # https://github.com/gotcha/ipdb
watchgod # https://github.com/samuelcolvin/watchgod
pip-tools pip-tools
# Testing # Testing
@ -33,5 +31,8 @@ django-extensions # https://github.com/django-extensions/django-extensions
django-coverage-plugin # https://github.com/nedbat/django_coverage_plugin django-coverage-plugin # https://github.com/nedbat/django_coverage_plugin
pytest-django # https://github.com/pytest-dev/pytest-django pytest-django # https://github.com/pytest-dev/pytest-django
# django-watchfiles custom PR
https://github.com/q0w/django-watchfiles/archive/issue-1.zip
# code checking # code checking
truffleHog truffleHog

View File

@ -7,7 +7,7 @@
anyascii==0.3.1 anyascii==0.3.1
# via wagtail # via wagtail
anyio==3.5.0 anyio==3.5.0
# via watchgod # via watchfiles
appnope==0.1.2 appnope==0.1.2
# via ipython # via ipython
argon2-cffi==21.3.0 argon2-cffi==21.3.0
@ -15,9 +15,7 @@ argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0 argon2-cffi-bindings==21.2.0
# via argon2-cffi # via argon2-cffi
asgiref==3.5.0 asgiref==3.5.0
# via # via django
# django
# uvicorn
astroid==2.11.2 astroid==2.11.2
# via pylint # via pylint
asttokens==2.0.5 asttokens==2.0.5
@ -35,10 +33,12 @@ backcall==0.2.0
# via ipython # via ipython
beautifulsoup4==4.9.3 beautifulsoup4==4.9.3
# via wagtail # via wagtail
black==22.8.0 black==22.10.0
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# ufmt # ufmt
build==0.8.0
# via pip-tools
certifi==2021.10.8 certifi==2021.10.8
# via # via
# requests # requests
@ -82,11 +82,12 @@ dill==0.3.4
# via pylint # via pylint
distlib==0.3.4 distlib==0.3.4
# via virtualenv # via virtualenv
dj-database-url==0.5.0 dj-database-url==1.0.0
# via -r requirements.in # via -r requirements.in
django==3.2.13 django==3.2.13
# via # via
# -r requirements.in # -r requirements.in
# dj-database-url
# django-cors-headers # django-cors-headers
# django-csp # django-csp
# django-debug-toolbar # django-debug-toolbar
@ -100,6 +101,7 @@ django==3.2.13
# django-stubs-ext # django-stubs-ext
# django-taggit # django-taggit
# django-treebeard # django-treebeard
# django-watchfiles
# djangorestframework # djangorestframework
# drf-spectacular # drf-spectacular
# wagtail # wagtail
@ -140,6 +142,8 @@ django-taggit==2.1.0
# via wagtail # via wagtail
django-treebeard==4.5.1 django-treebeard==4.5.1
# via wagtail # via wagtail
django-watchfiles @ https://github.com/q0w/django-watchfiles/archive/issue-1.zip
# via -r requirements-dev.in
djangorestframework==3.13.1 djangorestframework==3.13.1
# via # via
# -r requirements.in # -r requirements.in
@ -222,9 +226,7 @@ libcst==0.4.7
# ufmt # ufmt
# usort # usort
markupsafe==2.1.1 markupsafe==2.1.1
# via # via jinja2
# jinja2
# werkzeug
marshmallow==3.15.0 marshmallow==3.15.0
# via environs # via environs
matplotlib-inline==0.1.3 matplotlib-inline==0.1.3
@ -253,6 +255,7 @@ openpyxl==3.0.9
# via tablib # via tablib
packaging==21.3 packaging==21.3
# via # via
# build
# marshmallow # marshmallow
# pytest # pytest
# pytest-sugar # pytest-sugar
@ -264,7 +267,7 @@ pathspec==0.9.0
# black # black
# trailrunner # trailrunner
pep517==0.12.0 pep517==0.12.0
# via pip-tools # via build
pexpect==4.8.0 pexpect==4.8.0
# via ipython # via ipython
pickleshare==0.7.5 pickleshare==0.7.5
@ -273,7 +276,7 @@ pillow==9.0.1
# via # via
# -r requirements.in # -r requirements.in
# wagtail # wagtail
pip-tools==6.6.2 pip-tools==6.9.0
# via -r requirements-dev.in # via -r requirements-dev.in
platformdirs==2.5.1 platformdirs==2.5.1
# via # via
@ -318,7 +321,7 @@ pyparsing==3.0.7
# via packaging # via packaging
pyrsistent==0.18.1 pyrsistent==0.18.1
# via jsonschema # via jsonschema
pytest==7.1.1 pytest==7.1.3
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-django # pytest-django
@ -403,6 +406,7 @@ toml==0.10.2
tomli==2.0.1 tomli==2.0.1
# via # via
# black # black
# build
# django-stubs # django-stubs
# mypy # mypy
# pep517 # pep517
@ -450,7 +454,7 @@ urllib3==1.26.9
# sentry-sdk # sentry-sdk
usort==1.0.5 usort==1.0.5
# via ufmt # via ufmt
uvicorn[standard]==0.17.6 uvicorn[standard]==0.18.3
# via -r requirements.in # via -r requirements.in
uvloop==0.16.0 uvloop==0.16.0
# via uvicorn # via uvicorn
@ -465,11 +469,9 @@ wagtail-factories==2.0.1
# via -r requirements.in # via -r requirements.in
wagtail-localize==1.2.1 wagtail-localize==1.2.1
# via -r requirements.in # via -r requirements.in
watchdog==2.1.9 watchfiles==0.17.0
# via werkzeug
watchgod==0.8.2
# via # via
# -r requirements-dev.in # django-watchfiles
# uvicorn # uvicorn
wcwidth==0.2.5 wcwidth==0.2.5
# via prompt-toolkit # via prompt-toolkit
@ -477,8 +479,6 @@ webencodings==0.5.1
# via html5lib # via html5lib
websockets==10.2 websockets==10.2
# via uvicorn # via uvicorn
werkzeug[watchdog]==2.2.0
# via -r requirements-dev.in
wheel==0.37.1 wheel==0.37.1
# via pip-tools # via pip-tools
whitenoise==6.0.0 whitenoise==6.0.0

View File

@ -7,15 +7,13 @@
anyascii==0.3.1 anyascii==0.3.1
# via wagtail # via wagtail
anyio==3.5.0 anyio==3.5.0
# via watchgod # via watchfiles
argon2-cffi==21.3.0 argon2-cffi==21.3.0
# via -r requirements.in # via -r requirements.in
argon2-cffi-bindings==21.2.0 argon2-cffi-bindings==21.2.0
# via argon2-cffi # via argon2-cffi
asgiref==3.5.0 asgiref==3.5.0
# via # via django
# django
# uvicorn
async-timeout==4.0.2 async-timeout==4.0.2
# via redis # via redis
attrs==21.4.0 attrs==21.4.0
@ -44,15 +42,15 @@ cryptography==36.0.2
# via authlib # via authlib
deprecated==1.2.13 deprecated==1.2.13
# via redis # via redis
dj-database-url==0.5.0 dj-database-url==1.0.0
# via -r requirements.in # via -r requirements.in
django==3.2.13 django==3.2.13
# via # via
# -r requirements.in # -r requirements.in
# dj-database-url
# django-cors-headers # django-cors-headers
# django-csp # django-csp
# django-filter # django-filter
# django-htmx
# django-model-utils # django-model-utils
# django-modelcluster # django-modelcluster
# django-permissionedforms # django-permissionedforms
@ -204,7 +202,7 @@ urllib3==1.26.9
# via # via
# requests # requests
# sentry-sdk # sentry-sdk
uvicorn[standard]==0.17.6 uvicorn[standard]==0.18.3
# via -r requirements.in # via -r requirements.in
uvloop==0.16.0 uvloop==0.16.0
# via uvicorn # via uvicorn
@ -217,7 +215,7 @@ wagtail-factories==2.0.1
# via -r requirements.in # via -r requirements.in
wagtail-localize==1.2.1 wagtail-localize==1.2.1
# via -r requirements.in # via -r requirements.in
watchgod==0.8.1 watchfiles==0.17.0
# via uvicorn # via uvicorn
webencodings==0.5.1 webencodings==0.5.1
# via html5lib # via html5lib