Skip to content

Commit

Permalink
Merge pull request #127 from openedx/feanil/some_maintenance
Browse files Browse the repository at this point in the history
feanil/some maintenance
  • Loading branch information
Feanil Patel authored Nov 7, 2023
2 parents 4c5617d + baf99cf commit fd30c24
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 23 deletions.
3 changes: 1 addition & 2 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@

Django
XBlock
# TODO: Change this once codejail is published to pypi
-e git+https://github.com/openedx/[email protected]#egg=codejail
edx-codejail
9 changes: 5 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
#
-e git+https://github.com/openedx/[email protected]#egg=codejail
# via -r requirements/base.in
appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
edx-codejail==3.3.3
# via -r requirements/base.in
fs==2.4.16
# via xblock
lxml==4.9.3
Expand All @@ -36,6 +36,7 @@ simplejson==3.19.2
# via xblock
six==1.16.0
# via
# edx-codejail
# fs
# python-dateutil
sqlparse==0.4.4
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.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.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/tox.txt
# tox
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.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
Expand Down
6 changes: 1 addition & 5 deletions 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.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
Expand All @@ -8,8 +8,6 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.2
# via build
pip-tools==7.3.0
Expand All @@ -23,8 +21,6 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
#
-e git+https://github.com/openedx/[email protected]#egg=codejail
# via -r requirements/base.txt
appdirs==1.4.4
# via
# -r requirements/base.txt
Expand All @@ -20,10 +18,12 @@ coverage==7.3.2
# via -r requirements/test.txt
dill==0.3.7
# via pylint
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
edx-codejail==3.3.3
# via -r requirements/base.txt
edx-opaque-keys==2.5.1
# via -r requirements/test.txt
fs==2.4.16
Expand Down Expand Up @@ -81,6 +81,7 @@ simplejson==3.19.2
six==1.16.0
# via
# -r requirements/base.txt
# edx-codejail
# fs
# python-dateutil
sqlparse==0.4.4
Expand All @@ -93,7 +94,7 @@ stevedore==5.1.0
# edx-opaque-keys
tomli==2.0.1
# via pylint
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
typing-extensions==4.8.0
# via
Expand All @@ -102,7 +103,6 @@ typing-extensions==4.8.0
# asgiref
# astroid
# edx-opaque-keys
# pylint
web-fragments==2.1.0
# via
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 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.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
#
distlib==0.3.7
# via virtualenv
filelock==3.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down

0 comments on commit fd30c24

Please sign in to comment.