Skip to content

Commit

Permalink
fix: remove codejail pin
Browse files Browse the repository at this point in the history
We should use the same version of codejail that edx-platform uses on
each major release. This means that with each release/point-release we
must bump accordingly.
  • Loading branch information
MoisesGSalas committed Oct 23, 2024
1 parent 0d9bdca commit 7fc865c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via flask
edx-codejail==3.2.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
edx-codejail==3.5.1
# via -r requirements/base.in
flask==3.0.3
# via -r requirements/base.in
idna==3.10
Expand Down
1 change: 0 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
# link to other information that will help people in the future to remove the
# pin when possible. Writing an issue against the offending project and
# linking to it here is good.
edx-codejail==3.2.0
6 changes: 2 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ coverage==7.6.4
# via -r requirements/dev.in
dill==0.3.9
# via pylint
edx-codejail==3.2.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
edx-codejail==3.5.1
# via -r requirements/base.txt
flask==3.0.3
# via -r requirements/base.txt
idna==3.10
Expand Down

0 comments on commit 7fc865c

Please sign in to comment.