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 Mar 8, 2024
1 parent 86a2317 commit 8eaf86e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.10
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand All @@ -60,11 +60,11 @@ filelock==3.13.1
# virtualenv
idna==3.6
# via requests
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# keyring
# twine
importlib-resources==6.1.2
importlib-resources==6.1.3
# via keyring
isort==5.13.2
# via
Expand Down Expand Up @@ -104,7 +104,7 @@ path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -182,7 +182,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.4
# via pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/dev.in
twine==5.0.0
# via -r requirements/dev.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==3.3.2
# via requests
cryptography==42.0.5
# via secretstorage
django==4.2.10
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/doc.in
Expand All @@ -43,12 +43,12 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# keyring
# sphinx
# twine
importlib-resources==6.1.2
importlib-resources==6.1.3
# via keyring
jaraco-classes==3.3.1
# via keyring
Expand Down Expand Up @@ -76,7 +76,7 @@ packaging==23.2
# sphinx
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
pockets==0.9.1
# via sphinxcontrib-napoleon
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via build
packaging==23.2
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ code-annotations==1.6.0
# via edx-lint
dill==0.3.8
# via pylint
django==4.2.10
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand Down

0 comments on commit 8eaf86e

Please sign in to comment.