Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
-c constraints.txt

dogstatsd-python
newrelic
path.py
requests
six
Expand Down
6 changes: 2 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/base.in
certifi==2025.1.31
certifi==2025.4.26
# via requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
dogstatsd-python==0.5.6
# via -r requirements/base.in
idna==3.10
# via requests
newrelic==10.9.0
# via -r requirements/base.in
path==17.1.0
# via path-py
path-py==12.5.0
Expand Down
10 changes: 4 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/test.txt
certifi==2025.1.31
certifi==2025.4.26
# via
# -r requirements/test.txt
# requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via
# -r requirements/test.txt
# requests
coverage[toml]==7.8.0
coverage[toml]==7.8.1
# via
# -r requirements/ci.in
# -r requirements/test.txt
Expand All @@ -31,8 +31,6 @@ iniconfig==2.1.0
# pytest
mock==5.2.0
# via -r requirements/test.txt
newrelic==10.9.0
# via -r requirements/test.txt
packaging==25.0
# via
# -r requirements/test.txt
Expand All @@ -43,7 +41,7 @@ path==17.1.0
# path-py
path-py==12.5.0
# via -r requirements/test.txt
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/test.txt
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==79.0.0
setuptools==80.8.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.8
click==8.2.1
# via pip-tools
packaging==25.0
# via build
Expand Down
6 changes: 2 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/base.txt
certifi==2025.1.31
certifi==2025.4.26
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -20,8 +20,6 @@ idna==3.10
# via
# -r requirements/base.txt
# requests
newrelic==10.9.0
# via -r requirements/base.txt
path==17.1.0
# via
# -r requirements/base.txt
Expand Down
10 changes: 4 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/production.txt
certifi==2025.1.31
certifi==2025.4.26
# via
# -r requirements/production.txt
# requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via
# -r requirements/production.txt
# requests
coverage[toml]==7.8.0
coverage[toml]==7.8.1
# via pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/production.txt
Expand All @@ -26,8 +26,6 @@ iniconfig==2.1.0
# via pytest
mock==5.2.0
# via -r requirements/test.in
newrelic==10.9.0
# via -r requirements/production.txt
packaging==25.0
# via pytest
path==17.1.0
Expand All @@ -36,7 +34,7 @@ path==17.1.0
# path-py
path-py==12.5.0
# via -r requirements/production.txt
pluggy==1.5.0
pluggy==1.6.0
# via pytest
pytest==8.3.5
# via pytest-cov
Expand Down