Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dogstatsd-python==0.5.6
# via -r requirements/base.in
idna==3.4
# via requests
newrelic==8.7.0
newrelic==8.8.0
# via -r requirements/base.in
path==16.6.0
# via path-py
Expand Down
12 changes: 4 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/test.txt
attrs==22.2.0
# via
# -r requirements/test.txt
# pytest
certifi==2022.12.7
# via
# -r requirements/test.txt
Expand All @@ -18,7 +14,7 @@ charset-normalizer==3.1.0
# via
# -r requirements/test.txt
# requests
coverage[toml]==7.2.1
coverage[toml]==7.2.3
# via
# -r requirements/ci.in
# -r requirements/test.txt
Expand All @@ -39,9 +35,9 @@ iniconfig==2.0.0
# pytest
mock==5.0.1
# via -r requirements/test.txt
newrelic==8.7.0
newrelic==8.8.0
# via -r requirements/test.txt
packaging==23.0
packaging==23.1
# via
# -r requirements/test.txt
# pytest
Expand All @@ -55,7 +51,7 @@ pluggy==1.0.0
# via
# -r requirements/test.txt
# pytest
pytest==7.2.2
pytest==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1
# via -r requirements/pip.in
setuptools==67.6.0
setuptools==67.6.1
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==23.0
packaging==23.1
# via build
pip-tools==6.12.3
pip-tools==6.13.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ idna==3.4
# via
# -r requirements/base.txt
# requests
newrelic==8.7.0
newrelic==8.8.0
# via -r requirements/base.txt
path==16.6.0
# via
Expand Down
10 changes: 4 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/production.txt
attrs==22.2.0
# via pytest
certifi==2022.12.7
# via
# -r requirements/production.txt
Expand All @@ -16,7 +14,7 @@ charset-normalizer==3.1.0
# via
# -r requirements/production.txt
# requests
coverage[toml]==7.2.1
coverage[toml]==7.2.3
# via pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/production.txt
Expand All @@ -30,9 +28,9 @@ iniconfig==2.0.0
# via pytest
mock==5.0.1
# via -r requirements/test.in
newrelic==8.7.0
newrelic==8.8.0
# via -r requirements/production.txt
packaging==23.0
packaging==23.1
# via pytest
path==16.6.0
# via
Expand All @@ -42,7 +40,7 @@ path-py==12.5.0
# via -r requirements/production.txt
pluggy==1.0.0
# via pytest
pytest==7.2.2
pytest==7.3.1
# via pytest-cov
pytest-cov==4.0.0
# via -r requirements/test.in
Expand Down