Skip to content

Commit

Permalink
chore: Updating Python Requirements (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 26, 2024
1 parent 610c3b1 commit 31fd580
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ six==1.16.0
# via python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# kombu
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -79,7 +79,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -199,7 +199,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -228,7 +228,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -274,7 +274,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -304,7 +304,7 @@ tomlkit==0.12.3
# pylint
tox==4.13.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -327,7 +327,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
deepmerge==1.1.1
# via sphinxcontrib-openapi
Expand Down Expand Up @@ -111,7 +111,7 @@ importlib-metadata==7.0.1
# keyring
# sphinx
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -273,13 +273,13 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via doc8
tomli==2.0.1
# via doc8
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -39,7 +39,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -61,15 +61,15 @@ six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.3
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# astroid
# pylint
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -85,7 +85,7 @@ prompt-toolkit==3.0.43
# via
# -r requirements/base.txt
# click-repl
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -123,7 +123,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 31fd580

Please sign in to comment.