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 #203

Closed
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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ packaging==23.1
# via
# -r requirements/tox.txt
# tox
platformdirs==3.5.3
platformdirs==3.8.0
# via
# -r requirements/tox.txt
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -57,7 +57,7 @@ tox==3.28.0
# -r requirements/tox.txt
urllib3==2.0.3
# via requests
virtualenv==20.23.0
virtualenv==20.23.1
# via
# -r requirements/tox.txt
# tox
13 changes: 6 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ exceptiongroup==1.1.1
# pytest
factory-boy==3.2.1
# via -r requirements/test.txt
faker==18.10.1
faker==18.11.1
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -104,7 +104,7 @@ imagesize==1.4.1
# -r requirements/docs.txt
# -r requirements/test.txt
# sphinx
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -152,11 +152,11 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.5.3
platformdirs==3.8.0
# via
# -r requirements/test.txt
# pylint
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -192,7 +192,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -240,9 +240,8 @@ snowballstemmer==2.2.0
# -r requirements/docs.txt
# -r requirements/test.txt
# sphinx
sphinx==5.3.0
sphinx==6.2.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/docs.txt
# -r requirements/test.txt
# sphinx-rtd-theme
Expand Down
5 changes: 2 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand All @@ -42,9 +42,8 @@ six==1.16.0
# sphinxcontrib-napoleon
snowballstemmer==2.2.0
# via sphinx
sphinx==5.3.0
sphinx==6.2.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/docs.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r requirements/pip.in
13 changes: 6 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exceptiongroup==1.1.1
# via pytest
factory-boy==3.2.1
# via -r requirements/test.in
faker==18.10.1
faker==18.11.1
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand All @@ -75,7 +75,7 @@ imagesize==1.4.1
# via
# -r requirements/docs.txt
# sphinx
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via
# -r requirements/docs.txt
# sphinx
Expand Down Expand Up @@ -109,9 +109,9 @@ packaging==23.1
# sphinx
pbr==5.11.1
# via stevedore
platformdirs==3.5.3
platformdirs==3.8.0
# via pylint
pluggy==1.0.0
pluggy==1.2.0
# via pytest
pockets==0.9.1
# via
Expand All @@ -137,7 +137,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.3.2
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -176,9 +176,8 @@ snowballstemmer==2.2.0
# via
# -r requirements/docs.txt
# sphinx
sphinx==5.3.0
sphinx==6.2.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/docs.txt
# sphinx-rtd-theme
# sphinxcontrib-jquery
Expand Down
6 changes: 3 additions & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.3
platformdirs==3.8.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/tox.in
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
Loading