Rebuild dependencies with python 3.9 for now

This commit is contained in:
Sonny Bakker 2023-06-28 09:57:44 +02:00
parent 7f4a3a3e49
commit 0f66c5eb9b
5 changed files with 48 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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