Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Greatuk 77 bump django #246

Merged
merged 2 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ node_modules/

# Generated files
config/staticfiles

/Dockerfile.dev
11 changes: 5 additions & 6 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==4.2.7
django==4.2.10
django-amazon-ses==4.0.1
django-axes==6.2.0
django-clear-cache==0.3
Expand All @@ -16,15 +16,14 @@ django-staff-sso-client==4.2.1
django-storages==1.14.2
django-taggit==5.0.1
djangorestframework==3.14.0
directory-validators>=9.3.2
directory-validators>=9.3.3
boto3==1.17.*
botocore==1.20.*
bs4
celery[redis]>=5.2.2
certifi==2023.7.22
cryptography==42.0.4
dj-database-url==0.4.2
dj-database-url==0.4.2
drf-spectacular>=0.26.*
gunicorn==19.7.1
kombu<6.0,>=5.2.3
Expand All @@ -39,11 +38,11 @@ Pyjwt==2.4.0
raven
raven==6.5.0
requests[security]==2.31.0
sigauth==5.2.4
sorl-thumbnail==12.9.0
sigauth==5.2.6
sorl-thumbnail==12.10.0
sqlparse>=0.4.4
urllib3>=1.26.18
waitress==2.1.2
weasyprint==52.5
weasyprint==61.1
whitenoise==6.6.0
zenpy==1.1.10
38 changes: 15 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,20 @@ botocore==1.20.112
# -r requirements.in
# boto3
# s3transfer
brotli==1.1.0
# via fonttools
bs4==0.0.1
# via -r requirements.in
cachetools==5.3.2
# via zenpy
cairocffi==1.6.1
# via
# cairosvg
# weasyprint
cairosvg==2.7.1
# via weasyprint
celery[redis]==5.3.6
# via
# -r requirements.in
# celery
# via -r requirements.in
certifi==2023.7.22
# via
# -r requirements.in
# requests
cffi==1.16.0
# via
# cairocffi
# cryptography
# weasyprint
charset-normalizer==3.3.2
Expand All @@ -69,16 +62,12 @@ click-repl==0.3.0
cryptography==42.0.4
# via -r requirements.in
cssselect2==0.7.0
# via
# cairosvg
# weasyprint
defusedxml==0.7.1
# via cairosvg
directory-validators==9.3.2
# via weasyprint
directory-validators==9.3.3
# via -r requirements.in
dj-database-url==0.4.2
# via -r requirements.in
django==4.2.7
django==4.2.10
# via
# -r requirements.in
# directory-validators
Expand Down Expand Up @@ -140,6 +129,8 @@ docopt==0.6.2
# via notifications-python-client
drf-spectacular==0.27.0
# via -r requirements.in
fonttools[woff]==4.49.0
# via weasyprint
gunicorn==19.7.1
# via -r requirements.in
html5lib==1.1
Expand Down Expand Up @@ -177,7 +168,6 @@ olefile==0.47
pillow==10.2.0
# via
# -r requirements.in
# cairosvg
# directory-validators
# django-markdownx
# weasyprint
Expand All @@ -187,6 +177,8 @@ psycopg2-binary==2.8.6
# via -r requirements.in
pycparser==2.21
# via cffi
pydyf==0.9.0
# via weasyprint
pyjwt==2.4.0
# via
# -r requirements.in
Expand Down Expand Up @@ -225,7 +217,6 @@ requests[security]==2.31.0
# -r requirements.in
# django-countries-plus
# notifications-python-client
# requests
# requests-oauthlib
# zenpy
requests-oauthlib==1.3.1
Expand All @@ -236,14 +227,14 @@ rpds-py==0.15.2
# referencing
s3transfer==0.4.2
# via boto3
sigauth==5.2.4
sigauth==5.2.6
# via -r requirements.in
six==1.16.0
# via
# html5lib
# mohawk
# python-dateutil
sorl-thumbnail==12.9.0
sorl-thumbnail==12.10.0
# via -r requirements.in
soupsieve==2.5
# via beautifulsoup4
Expand All @@ -253,7 +244,6 @@ sqlparse==0.4.4
# django
tinycss2==1.2.1
# via
# cairosvg
# cssselect2
# weasyprint
typing-extensions==4.9.0
Expand Down Expand Up @@ -282,7 +272,7 @@ waitress==2.1.2
# via -r requirements.in
wcwidth==0.2.12
# via prompt-toolkit
weasyprint==52.5
weasyprint==61.1
# via -r requirements.in
webencodings==0.5.1
# via
Expand All @@ -295,6 +285,8 @@ zenpy==1.1.10
# via -r requirements.in
zipp==3.17.0
# via importlib-metadata
zopfli==0.2.3
# via fonttools

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading