Skip to content

Commit a94f398

Browse files
committed
Run make update_reqs with python 3.11 version
1 parent 5855e96 commit a94f398

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

requirements/base/base.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/base/base.txt requirements/base/base.in
@@ -172,8 +172,6 @@ tablib==3.5.0
172172
# via django-import-export
173173
telepath==0.3.1
174174
# via wagtail
175-
typing-extensions==4.12.2
176-
# via asgiref
177175
urllib3==1.26.4
178176
# via
179177
# botocore
@@ -189,9 +187,7 @@ webencodings==0.5.1
189187
whitenoise==5.2.0
190188
# via -r requirements/base/base.in
191189
willow[heif]==1.6.3
192-
# via
193-
# wagtail
194-
# willow
190+
# via wagtail
195191

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

requirements/deploy/deploy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/deploy/deploy.txt requirements/deploy/deploy.in

requirements/dev/dev.txt

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/dev/dev.txt requirements/dev/dev.in
@@ -157,11 +157,6 @@ et-xmlfile==1.0.1
157157
# via
158158
# -c requirements/dev/../base/base.txt
159159
# openpyxl
160-
exceptiongroup==1.2.2
161-
# via
162-
# anyio
163-
# ipython
164-
# pytest
165160
executing==2.0.1
166161
# via stack-data
167162
factory-boy==3.3.0
@@ -540,10 +535,7 @@ tinycss2==1.3.0
540535
toml==0.10.2
541536
# via coverage
542537
tomli==2.0.1
543-
# via
544-
# black
545-
# jupyterlab
546-
# pytest
538+
# via jupyterlab
547539
tornado==6.4
548540
# via
549541
# ipykernel
@@ -569,9 +561,6 @@ traitlets==5.14.3
569561
# notebook
570562
typing-extensions==4.12.2
571563
# via
572-
# -c requirements/dev/../base/base.txt
573-
# asgiref
574-
# black
575564
# ipython
576565
# kubernetes-validate
577566
# pytest-factoryboy
@@ -614,7 +603,6 @@ willow[heif]==1.6.3
614603
# via
615604
# -c requirements/dev/../base/base.txt
616605
# wagtail
617-
# willow
618606
zipp==3.18.2
619607
# via importlib-metadata
620608

0 commit comments

Comments
 (0)