Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 19, 2023
1 parent 7515121 commit 2563def
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.2
django-ipware==6.0.3
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -129,9 +129,9 @@ newrelic==9.3.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.42
prompt-toolkit==3.0.43
# via click-repl
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
Expand All @@ -155,7 +155,7 @@ python-dateutil==2.8.2
# -r requirements/base.in
# celery
# xblock
python-ipware==2.0.0
python-ipware==2.0.1
# via django-ipware
pytz==2023.3.post1
# via
Expand Down Expand Up @@ -212,7 +212,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.8.1
xblock==1.9.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
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.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.4
prompt-toolkit==3.0.42
prompt-toolkit==3.0.43
vine==5.1.0
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.3.2
coverage==7.3.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ colorama==0.4.6
# via
# tox
# typer
diff-cover==8.0.1
diff-cover==8.0.2
# via -r requirements/dev.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -61,7 +61,7 @@ importlib-metadata==7.0.0
# via
# rstcheck
# rstcheck-core
isort==5.13.1
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ docutils==0.20.1
# via rstcheck-core
edx-lint==5.3.6
# via -r requirements/quality.in
importlib-metadata==6.11.0
importlib-metadata==7.0.0
# via
# rstcheck
# rstcheck-core
isort==5.13.1
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ click-plugins==1.1.1
# via celery
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# coverage
# pytest-cov
Expand All @@ -65,7 +65,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.2
django-ipware==6.0.3
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
# via pytest-xdist
freezegun==1.3.1
freezegun==1.4.0
# via -r requirements/test.in
fs==2.4.16
# via xblock
Expand Down Expand Up @@ -166,7 +166,7 @@ pluggy==1.3.0
polib==1.2.0
# via edx-i18n-tools
# via click-repl
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -202,7 +202,7 @@ python-dateutil==2.8.2
# celery
# freezegun
# xblock
python-ipware==2.0.0
python-ipware==2.0.1
# via django-ipware
python-slugify==8.0.1
# via code-annotations
Expand Down Expand Up @@ -280,7 +280,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.8.1
xblock==1.9.0
# via edx-when
zipp==3.17.0
# via importlib-metadata
Expand Down

0 comments on commit 2563def

Please sign in to comment.