Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 9, 2024
1 parent 46948ba commit d4fa056
Show file tree
Hide file tree
Showing 8 changed files with 190 additions and 261 deletions.
Original file line number Diff line number Diff line change
@@ -1,34 +1,23 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
build==1.1.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
pyproject-hooks==1.1.0
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
wheel==0.44.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
wheel==0.42.0
wheel==0.44.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
pip==24.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==69.1.1
setuptools==74.1.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
43 changes: 18 additions & 25 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
arrow==1.3.0
# via cookiecutter
astroid==3.1.0
astroid==3.2.4
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
certifi==2024.2.2
certifi==2024.8.30
# via requests
chardet==5.2.0
# via binaryornot
Expand All @@ -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
edx-lint==5.4.0
# via -r requirements/base.in
idna==3.6
idna==3.8
# via requests
isort==5.13.2
# via pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# code-annotations
# cookiecutter
Expand All @@ -50,13 +50,13 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.0
platformdirs==4.3.2
# via pylint
pygments==2.17.2
pygments==2.18.0
# via rich
pylint==3.1.0
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand All @@ -76,32 +76,25 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pyyaml==6.0.1
pyyaml==6.0.2
# via
# code-annotations
# cookiecutter
requests==2.31.0
requests==2.32.3
# via cookiecutter
rich==13.7.1
rich==13.8.0
# via cookiecutter
six==1.16.0
# via
# edx-lint
# python-dateutil
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
tomlkit==0.13.2
# via pylint
tomlkit==0.12.4
# via pylint
types-python-dateutil==2.9.0.20240316
types-python-dateutil==2.9.0.20240906
# via arrow
typing-extensions==4.10.0
# via
# astroid
# pylint
# rich
urllib3==2.2.1
urllib3==2.2.2
# via requests
22 changes: 9 additions & 13 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
cachetools==5.3.3
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.16.0
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.3.2
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.2
tox==4.18.1
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.26.4
# via tox
Loading

0 comments on commit d4fa056

Please sign in to comment.