Skip to content

Commit

Permalink
chore: Updating Python Requirements (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 6, 2023
1 parent 805c179 commit 1f153bc
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ celery==5.3.4
# event-tracking
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -62,7 +62,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==5.0.0
django-ipware==5.0.1
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -190,14 +190,14 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.5
urllib3==2.0.6
# via requests
vine==5.0.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
coverage==7.3.1
coverage==7.3.2
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
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 Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
packaging==23.1
packaging==23.2
# via tox
path==16.7.1
# via
Expand All @@ -83,7 +83,7 @@ path-py==12.5.0
# via -r requirements/dev.in
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via
# pylint
# virtualenv
Expand All @@ -97,7 +97,7 @@ py==1.11.0
# via tox
pycodestyle==2.11.0
# via -r requirements/quality.in
pydantic==2.4.1
pydantic==2.4.2
# via rstcheck-core
pydantic-core==2.10.1
# via pydantic
Expand All @@ -107,7 +107,7 @@ pygments==2.16.1
# via
# diff-cover
# rich
pylint==2.17.6
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand All @@ -129,7 +129,7 @@ pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
rich==13.5.3
rich==13.6.0
# via typer
rstcheck==6.2.0
# via -r requirements/quality.in
Expand Down
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.7
# 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 Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ mdurl==0.1.2
# via markdown-it-py
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pycodestyle==2.11.0
# via -r requirements/quality.in
pydantic==2.4.1
pydantic==2.4.2
# via rstcheck-core
pydantic-core==2.10.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.16.1
# via rich
pylint==2.17.6
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand All @@ -89,7 +89,7 @@ pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via code-annotations
rich==13.5.3
rich==13.6.0
# via typer
rstcheck==6.2.0
# via -r requirements/quality.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ bok-choy==2.0.2
# event-tracking
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
# via
# -c requirements/constraints.txt
Expand All @@ -41,7 +41,7 @@ click-plugins==1.1.1
# via celery
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via pytest-cov
cryptography==41.0.4
# via pyjwt
Expand All @@ -65,7 +65,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==5.0.0
django-ipware==5.0.1
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -152,7 +152,7 @@ mypy-extensions==1.0.0
# via logilab-common
newrelic==9.1.0
# via edx-django-utils
packaging==23.1
packaging==23.2
# via pytest
path==16.7.1
# via edx-i18n-tools
Expand Down Expand Up @@ -264,7 +264,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.5
urllib3==2.0.6
# via
# requests
# responses
Expand All @@ -273,7 +273,7 @@ urllib3==2.0.5
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down

0 comments on commit 1f153bc

Please sign in to comment.