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 May 6, 2024
1 parent 43b0237 commit 8bac717
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand All @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==69.1.1
setuptools==69.5.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via -r requirements/base.in
dill==0.3.8
# via pylint
edx-lint==5.3.6
# via -r requirements/base.in
idna==3.6
idna==3.7
# via requests
isort==5.13.2
# via pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# code-annotations
# cookiecutter
Expand All @@ -52,9 +52,9 @@ mdurl==0.1.2
# via markdown-it-py
pbr==6.0.0
# via stevedore
platformdirs==4.2.0
platformdirs==4.2.1
# via pylint
pygments==2.17.2
pygments==2.18.0
# via rich
pylint==3.1.0
# via
Expand Down Expand Up @@ -98,7 +98,7 @@ tomlkit==0.12.4
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# astroid
# pylint
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.26.1
# via tox
Loading

0 comments on commit 8bac717

Please sign in to comment.