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 Jul 31, 2023
1 parent 80f259e commit 876eeea
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ xblock==1.6.2
# via
# -r requirements/base.in
# xblock-utils
xblock-utils==3.2.0
xblock-utils==3.3.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packaging==23.1
# via
# -r requirements/tox.txt
# tox
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/tox.txt
# virtualenv
Expand Down Expand Up @@ -57,7 +57,7 @@ tox==3.28.0
# -r requirements/tox.txt
urllib3==2.0.4
# via requests
virtualenv==20.24.1
virtualenv==20.24.2
# via
# -r requirements/tox.txt
# tox
1 change: 1 addition & 0 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
# via pip-tools

Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.9.1
platformdirs==3.10.0
# via pylint
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pylint==2.17.4
pylint==2.17.5
# via -r requirements/quality.in
pymongo==3.13.0
# via
Expand Down Expand Up @@ -95,7 +95,7 @@ stevedore==5.1.0
# edx-opaque-keys
tomli==2.0.1
# via pylint
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
# via
Expand All @@ -118,7 +118,7 @@ xblock==1.6.2
# via
# -r requirements/base.txt
# xblock-utils
xblock-utils==3.2.0
xblock-utils==3.3.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
# via tox
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
virtualenv==20.24.1
virtualenv==20.24.2
# via tox

0 comments on commit 876eeea

Please sign in to comment.