Skip to content

Commit

Permalink
chore: Updating Python Requirements (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 3, 2023
1 parent df7646d commit 250602d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
django==3.2.22
# via
Expand All @@ -62,7 +62,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==5.0.1
django-ipware==5.0.2
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -204,7 +204,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.3.2
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ edx-lint==5.3.6
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -177,7 +177,7 @@ typing-extensions==4.8.0
# typer
virtualenv==20.24.6
# via tox
wheel==0.41.2
wheel==0.41.3
# via -r requirements/dev.in
zipp==3.17.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
ddt==1.6.0
# via -r requirements/test.in
Expand All @@ -67,7 +67,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==5.0.1
django-ipware==5.0.2
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -189,14 +189,14 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
# pytest-xdist
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
pytest-xdist==3.3.1
# via -r requirements/test.in
Expand Down Expand Up @@ -283,7 +283,7 @@ urllib3==2.0.7
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down

0 comments on commit 250602d

Please sign in to comment.