Skip to content

Commit

Permalink
feat: Upgrade Python dependency edx-codejail
Browse files Browse the repository at this point in the history
Upgrade codejail to add 22.04 support

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
  • Loading branch information
feanil authored and github-actions[bot] committed Oct 22, 2024
1 parent 784b2b8 commit d45e63f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ edx-celeryutils==1.3.0
# -r requirements/edx/kernel.in
# edx-name-affirmation
# super-csv
edx-codejail==3.4.1
edx-codejail==3.5.1
# via -r requirements/edx/kernel.in
edx-completion==4.7.3
# via -r requirements/edx/kernel.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ edx-celeryutils==1.3.0
# -r requirements/edx/testing.txt
# edx-name-affirmation
# super-csv
edx-codejail==3.4.1
edx-codejail==3.5.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ edx-celeryutils==1.3.0
# -r requirements/edx/base.txt
# edx-name-affirmation
# super-csv
edx-codejail==3.4.1
edx-codejail==3.5.1
# via -r requirements/edx/base.txt
edx-completion==4.7.3
# via -r requirements/edx/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ edx-celeryutils==1.3.0
# -r requirements/edx/base.txt
# edx-name-affirmation
# super-csv
edx-codejail==3.4.1
edx-codejail==3.5.1
# via -r requirements/edx/base.txt
edx-completion==4.7.3
# via -r requirements/edx/base.txt
Expand Down

0 comments on commit d45e63f

Please sign in to comment.