From 0f66c5eb9bb6259f9303bfccf98cc9afeb383346 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Wed, 28 Jun 2023 09:57:44 +0200 Subject: [PATCH] Rebuild dependencies with python 3.9 for now --- requirements/base.txt | 4 +++- requirements/ci.txt | 15 +++++++++++++-- requirements/development.txt | 20 ++++++++++++++++---- requirements/production.txt | 6 +++++- requirements/testing.txt | 13 +++++++++++-- 5 files changed, 48 insertions(+), 10 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 081e512..ca92e22 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile --output-file=requirements/base.txt pyproject.toml @@ -104,6 +104,8 @@ soupsieve==2.4.1 # via beautifulsoup4 sqlparse==0.4.4 # via django +typing-extensions==4.6.3 + # via asgiref uritemplate==4.1.1 # via drf-yasg urllib3==2.0.3 diff --git a/requirements/ci.txt b/requirements/ci.txt index 7afd85f..5af4236 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile --extra=ci --extra=testing --output-file=requirements/ci.txt pyproject.toml requirements/base.txt requirements/testing.txt @@ -110,7 +110,7 @@ factory-boy==3.2.1 # via # -r requirements/testing.txt # newsreader (pyproject.toml) -faker==18.11.1 +faker==18.11.2 # via # -r requirements/testing.txt # factory-boy @@ -267,6 +267,17 @@ tblib==2.0.0 # via # -r requirements/testing.txt # newsreader (pyproject.toml) +tomli==2.0.1 + # via + # -r requirements/testing.txt + # autoflake + # black +typing-extensions==4.6.3 + # via + # -r requirements/base.txt + # -r requirements/testing.txt + # asgiref + # black uritemplate==4.1.1 # via # -r requirements/base.txt diff --git a/requirements/development.txt b/requirements/development.txt index a8ecb6b..45ca8a4 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile --extra=development --extra=testing --output-file=requirements/development.txt pyproject.toml requirements/base.txt requirements/testing.txt @@ -83,9 +83,9 @@ django-celery-beat==2.0.0 # -r requirements/base.txt # -r requirements/testing.txt # newsreader (pyproject.toml) -django-debug-toolbar==3.4.0 +django-debug-toolbar==4.1.0 # via newsreader (pyproject.toml) -django-extensions==3.1.5 +django-extensions==3.2.3 # via newsreader (pyproject.toml) django-registration-redux==2.12 # via @@ -117,7 +117,7 @@ factory-boy==3.2.1 # via # -r requirements/testing.txt # newsreader (pyproject.toml) -faker==18.11.1 +faker==18.11.2 # via # -r requirements/testing.txt # factory-boy @@ -280,6 +280,18 @@ tblib==2.0.0 # via # -r requirements/testing.txt # newsreader (pyproject.toml) +tomli==2.0.1 + # via + # -r requirements/testing.txt + # autoflake + # black + # build +typing-extensions==4.6.3 + # via + # -r requirements/base.txt + # -r requirements/testing.txt + # asgiref + # black uritemplate==4.1.1 # via # -r requirements/base.txt diff --git a/requirements/production.txt b/requirements/production.txt index 87e46f7..e9a69fa 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile --output-file=requirements/production.txt pyproject.toml requirements/base.txt @@ -175,6 +175,10 @@ sqlparse==0.4.4 # via # -r requirements/base.txt # django +typing-extensions==4.6.3 + # via + # -r requirements/base.txt + # asgiref uritemplate==4.1.1 # via # -r requirements/base.txt diff --git a/requirements/testing.txt b/requirements/testing.txt index 3b2181e..e6bb278 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile --extra=testing --output-file=requirements/testing.txt pyproject.toml requirements/base.txt @@ -84,7 +84,7 @@ drf-yasg==1.21.6 # newsreader (pyproject.toml) factory-boy==3.2.1 # via newsreader (pyproject.toml) -faker==18.11.1 +faker==18.11.2 # via factory-boy feedparser==6.0.10 # via @@ -202,6 +202,15 @@ sqlparse==0.4.4 # django tblib==2.0.0 # via newsreader (pyproject.toml) +tomli==2.0.1 + # via + # autoflake + # black +typing-extensions==4.6.3 + # via + # -r requirements/base.txt + # asgiref + # black uritemplate==4.1.1 # via # -r requirements/base.txt