Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 10, 2023
1 parent f5afeb2 commit d086ff6
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 27 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
asgiref==3.7.2
# via django
django==3.2.21
django==3.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
pytz==2023.3.post1
# via django
sqlparse==0.4.4
# via django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
8 changes: 3 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand All @@ -26,7 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox
20 changes: 9 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.6
astroid==2.15.8
# via
# -r requirements/test.txt
# pylint
Expand All @@ -33,7 +33,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -45,7 +45,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.21
django==3.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -55,7 +55,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -88,7 +88,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
packaging==23.1
packaging==23.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -104,7 +104,7 @@ pep257==0.7.0
# via -r requirements/test.txt
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.10.0
platformdirs==3.11.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -122,7 +122,7 @@ py==1.11.0
# tox
pycodestyle==2.11.0
# via -r requirements/test.txt
pylint==2.17.5
pylint==2.17.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -208,13 +208,11 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/dev.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# asgiref
# astroid
# filelock
# pylint
virtualenv==20.24.5
# via
Expand All @@ -228,7 +226,7 @@ wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand All @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.1
setuptools==68.2.2
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand All @@ -21,7 +21,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -46,19 +46,19 @@ markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
packaging==23.1
packaging==23.2
# via pytest
pbr==5.11.1
# via stevedore
pep257==0.7.0
# via -r requirements/test.in
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
# via -r requirements/test.in
pylint==2.17.5
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -105,7 +105,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit d086ff6

Please sign in to comment.