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

Bumped waitress to 3.0.1 #1077

Merged
merged 1 commit into from
Oct 31, 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: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requests[security]>=2.32.0
sentry-sdk>=1.20.0.a,<3.0.0
sorl-thumbnail==12.9.0
urllib3>=1.26.19,<2.0.0
waitress==2.1.2
waitress==3.0.1
whitenoise==6.4.0
gunicorn==22.0.0
psycogreen==1.0.2
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# django
# django-countries
async-timeout==4.0.3
async-timeout==5.0.0
# via redis
attrs==24.2.0
# via jsonschema
Expand Down Expand Up @@ -151,7 +151,7 @@ pytz==2023.3
# via
# dateparser
# directory-validators
redis==5.1.1
redis==5.2.0
# via django-redis
regex==2022.1.18
# via
Expand Down Expand Up @@ -198,13 +198,13 @@ urllib3==1.26.20
# sentry-sdk
w3lib==1.22.0
# via directory-client-core
waitress==2.1.2
waitress==3.0.1
# via -r requirements.in
whitenoise==6.4.0
# via -r requirements.in
zope-event==5.0
# via gevent
zope-interface==7.1.0
zope-interface==7.1.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# django
# django-countries
async-timeout==4.0.3
async-timeout==5.0.0
# via redis
attrs==24.2.0
# via jsonschema
Expand Down Expand Up @@ -200,7 +200,7 @@ pytest==8.3.3
# pytest-xdist
pytest-codecov==0.6.0
# via -r requirements_test.in
pytest-cov==5.0.0
pytest-cov==6.0.0
# via
# -r requirements_test.in
# pytest-codecov
Expand All @@ -223,7 +223,7 @@ pytz==2023.3
# via
# dateparser
# directory-validators
redis==5.1.1
redis==5.2.0
# via django-redis
regex==2022.1.18
# via
Expand Down Expand Up @@ -285,7 +285,7 @@ urllib3==1.26.20
# sentry-sdk
w3lib==1.22.0
# via directory-client-core
waitress==2.1.2
waitress==3.0.1
# via -r requirements.in
wheel==0.44.0
# via pip-tools
Expand All @@ -295,7 +295,7 @@ zipp==3.20.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==7.1.0
zope-interface==7.1.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down