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 5, 2023
1 parent 317282b commit 53455a3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mock==5.1.0
# via -r requirements/ci.in
packaging==23.2
# via tox
platformdirs==4.0.0
platformdirs==4.1.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand All @@ -28,5 +28,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ filelock==3.13.1
# via
# tox
# virtualenv
freezegun==1.2.2
freezegun==1.3.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# build
# keyring
Expand Down Expand Up @@ -201,15 +201,15 @@ packaging==23.2
# build
# pytest
# tox
path==16.7.1
path==16.9.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
pip-tools==7.3.0
# via -r requirements/dev.in
pkginfo==1.9.6
# via twine
platformdirs==4.0.0
platformdirs==4.1.0
# via
# pylint
# virtualenv
Expand Down Expand Up @@ -368,7 +368,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
wcwidth==0.2.12
# via prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ factory-boy==3.3.0
# via -r requirements/test.in
faker==20.1.0
# via factory-boy
freezegun==1.2.2
freezegun==1.3.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via sphinx
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# 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 @@ -120,13 +120,13 @@ factory-boy==3.3.0
# via -r requirements/test.in
faker==20.1.0
# via factory-boy
freezegun==1.2.2
freezegun==1.3.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# keyring
# twine
Expand Down Expand Up @@ -179,7 +179,7 @@ pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==4.0.0
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ factory-boy==3.3.0
# via -r requirements/test.in
faker==20.1.0
# via factory-boy
freezegun==1.2.2
freezegun==1.3.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
Expand Down

0 comments on commit 53455a3

Please sign in to comment.