Skip to content

Commit aea8066

Browse files
authored
Merge pull request #280 from openedx/repo-tools/upgrade-python-requirements-8d9f865
chore: Upgrade Python requirements
2 parents 8d9f865 + 1b3bbd2 commit aea8066

File tree

8 files changed

+284
-240
lines changed

8 files changed

+284
-240
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade

requirements/ci.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -28,7 +28,7 @@ pluggy==1.5.0
2828
# via tox
2929
pyproject-api==1.8.0
3030
# via tox
31-
tox==4.23.0
31+
tox==4.23.2
3232
# via -r requirements/ci.in
33-
virtualenv==20.27.0
33+
virtualenv==20.27.1
3434
# via tox

0 commit comments

Comments
 (0)