Rebuild dependencies with python 3.9 for now
This commit is contained in:
parent
7f4a3a3e49
commit
0f66c5eb9b
5 changed files with 48 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue