Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
refactor!: use Python 3.8 venv to run make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood committed Apr 15, 2024
1 parent d180fd1 commit f432ae4
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 8 deletions.
16 changes: 14 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,12 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
async-timeout==4.0.3
# via redis
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# kombu
billiard==4.2.0
# via celery
celery==5.3.6
Expand Down Expand Up @@ -88,8 +94,14 @@ sqlparse==0.5.0
# via django
stevedore==5.2.0
# via edx-django-utils
typing-extensions==4.11.0
# via
# asgiref
# kombu
tzdata==2024.1
# via celery
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
# via requests
vine==5.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
11 changes: 10 additions & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,8 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.1.0
# via build
packaging==24.0
# via build
pip-tools==7.4.1
Expand All @@ -16,8 +18,15 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
17 changes: 16 additions & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -12,6 +12,15 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
async-timeout==4.0.3
# via
# -r requirements/base.txt
# redis
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# celery
# kombu
billiard==4.2.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -145,9 +154,15 @@ stevedore==5.2.0
# via
# -r requirements/base.txt
# edx-django-utils
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
# kombu
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.1
# via
Expand Down
26 changes: 25 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -17,6 +17,15 @@ astroid==3.1.0
# -r requirements/test.in
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/base.txt
# redis
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# celery
# kombu
billiard==4.2.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -97,6 +106,8 @@ edx-lint==5.3.6
# via -r requirements/test.in
edx-rest-api-client==5.7.0
# via -r requirements/base.txt
exceptiongroup==1.2.0
# via pytest
idna==3.7
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -223,11 +234,24 @@ testfixtures==8.1.0
# via -r requirements/test.in
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# pylint
# pytest
tomlkit==0.12.4
# via pylint
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
# astroid
# kombu
# pylint
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.1
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -20,6 +20,8 @@ py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
Expand Down

0 comments on commit f432ae4

Please sign in to comment.