Skip to content

Commit

Permalink
chore: Updating Python Requirements (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 6, 2023
1 parent 5a88467 commit 2cb9a61
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ lxml==4.9.2
# via xblock
markupsafe==2.1.2
# via xblock
newrelic==8.6.0
newrelic==8.7.0
# via edx-django-utils
pbr==5.11.1
# via stevedore
prompt-toolkit==3.0.36
prompt-toolkit==3.0.38
# via click-repl
psutil==5.9.4
# via edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ click==8.1.3
click-didyoumean==0.3.0
click-repl==0.2.0
kombu==5.2.4
prompt-toolkit==3.0.36
prompt-toolkit==3.0.38
vine==5.0.0
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==3.0.1
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==7.1.0
coverage==7.2.1
# via codecov
distlib==0.3.6
# via virtualenv
Expand Down Expand Up @@ -43,5 +43,5 @@ tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.14
# via requests
virtualenv==20.19.0
virtualenv==20.20.0
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ colorama==0.4.6
# via typer
commonmark==0.9.1
# via rich
diff-cover==7.4.0
diff-cover==7.5.0
# via -r requirements/dev.in
dill==0.3.6
# via pylint
Expand Down Expand Up @@ -83,7 +83,7 @@ pluggy==1.0.0
# via
# diff-cover
# tox
polib==1.1.1
polib==1.2.0
# via edx-i18n-tools
py==1.11.0
# via tox
Expand Down Expand Up @@ -111,7 +111,7 @@ pylint-plugin-utils==0.7
# via
# pylint-celery
# pylint-django
python-slugify==8.0.0
python-slugify==8.0.1
# via code-annotations
pytz==2022.7.1
# via django
Expand Down Expand Up @@ -154,17 +154,17 @@ tox-battery==0.6.1
# via -r requirements/dev.in
typer[all]==0.7.0
# via rstcheck
types-docutils==0.19.1.4
types-docutils==0.19.1.6
# via rstcheck-core
typing-extensions==4.5.0
# via
# astroid
# pydantic
# pylint
# rich
virtualenv==20.19.0
virtualenv==20.20.0
# via tox
wheel==0.38.4
# via -r requirements/dev.in
wrapt==1.14.1
wrapt==1.15.0
# via astroid
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.3
# pip-tools
packaging==23.0
# via build
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pylint-plugin-utils==0.7
# via
# pylint-celery
# pylint-django
python-slugify==8.0.0
python-slugify==8.0.1
# via code-annotations
pytz==2022.7.1
# via django
Expand Down Expand Up @@ -103,13 +103,13 @@ tomlkit==0.11.6
# via pylint
typer[all]==0.7.0
# via rstcheck
types-docutils==0.19.1.4
types-docutils==0.19.1.6
# via rstcheck-core
typing-extensions==4.5.0
# via
# astroid
# pydantic
# pylint
# rich
wrapt==1.14.1
wrapt==1.15.0
# via astroid
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ click-plugins==1.1.1
# via celery
code-annotations==1.3.0
# via -r requirements/test.in
coverage[toml]==7.1.0
coverage[toml]==7.2.1
# via pytest-cov
cryptography==39.0.1
# via pyjwt
Expand Down Expand Up @@ -151,7 +151,7 @@ mock==5.0.1
# via -r requirements/test.in
mypy-extensions==1.0.0
# via logilab-common
newrelic==8.6.0
newrelic==8.7.0
# via edx-django-utils
packaging==23.0
# via pytest
Expand All @@ -161,7 +161,7 @@ pbr==5.11.1
# via stevedore
pluggy==1.0.0
# via pytest
polib==1.1.1
polib==1.2.0
# via edx-i18n-tools
# via click-repl
psutil==5.9.4
Expand Down Expand Up @@ -203,7 +203,7 @@ python-dateutil==2.8.2
# edx-drf-extensions
# freezegun
# xblock
python-slugify==8.0.0
python-slugify==8.0.1
# via code-annotations
pytz==2022.7.1
# via
Expand Down Expand Up @@ -264,7 +264,7 @@ tomli==2.0.1
# via
# coverage
# pytest
types-toml==0.10.8.4
types-toml==0.10.8.5
# via responses
typing-extensions==4.5.0
# via logilab-common
Expand All @@ -285,7 +285,7 @@ webob==1.8.7
# via xblock
xblock==1.6.2
# via edx-when
zipp==3.13.0
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 2cb9a61

Please sign in to comment.