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 11, 2024
1 parent 3e33790 commit 8ab3025
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.0.3
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
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via arrow
python-slugify==8.0.4
# via
Expand All @@ -82,7 +82,7 @@ pyyaml==6.0.1
# cookiecutter
requests==2.31.0
# via cookiecutter
rich==13.7.0
rich==13.7.1
# via cookiecutter
six==1.16.0
# via
Expand All @@ -94,7 +94,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
types-python-dateutil==2.8.19.20240106
# via arrow
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand All @@ -16,7 +16,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -32,7 +32,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 tox
35 changes: 19 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ babel==2.14.0
# -r requirements/test.txt
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
Expand All @@ -38,12 +42,12 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
build==1.0.3
build==1.1.1
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -103,7 +107,7 @@ distlib==0.3.8
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==3.2.24
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -143,15 +147,15 @@ imagesize==1.4.1
# via
# -r requirements/test.txt
# sphinx
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# keyring
# sphinx
# twine
importlib-resources==6.1.2
importlib-resources==6.1.3
# via
# -r requirements/test.txt
# keyring
Expand All @@ -178,7 +182,7 @@ jinja2==3.1.3
# code-annotations
# cookiecutter
# sphinx
keyring==24.3.0
keyring==24.3.1
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -206,7 +210,7 @@ nh3==0.2.15
# via
# -r requirements/test.txt
# readme-renderer
packaging==23.2
packaging==24.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -221,9 +225,9 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
pkginfo==1.10.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -291,13 +295,13 @@ pyproject-hooks==1.0.0
# -r requirements/test.txt
# build
# pip-tools
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cookies
pytest-cookies==0.7.0
# via -r requirements/test.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# arrow
Expand All @@ -310,13 +314,12 @@ pytz==2024.1
# via
# -r requirements/test.txt
# babel
# django
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
# cookiecutter
readme-renderer==42.0
readme-renderer==43.0
# via
# -r requirements/test.txt
# twine
Expand All @@ -339,7 +342,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.7.0
rich==13.7.1
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -428,11 +431,11 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.txt
twine==5.0.0
# via -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.0.3
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
packaging==24.0
# 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
30 changes: 15 additions & 15 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1
# via django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
build==1.0.3
build==1.1.1
# via -r requirements/test.in
certifi==2024.2.2
# via
Expand Down Expand Up @@ -72,7 +74,7 @@ dill==0.3.8
# pylint
distlib==0.3.8
# via virtualenv
django==3.2.24
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand Down Expand Up @@ -105,13 +107,13 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# build
# keyring
# sphinx
# twine
importlib-resources==6.1.2
importlib-resources==6.1.3
# via keyring
iniconfig==2.0.0
# via pytest
Expand All @@ -132,7 +134,7 @@ jinja2==3.1.3
# code-annotations
# cookiecutter
# sphinx
keyring==24.3.0
keyring==24.3.1
# via twine
markdown-it-py==3.0.0
# via
Expand All @@ -154,7 +156,7 @@ more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
packaging==23.2
packaging==24.0
# via
# build
# pydata-sphinx-theme
Expand All @@ -164,7 +166,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -212,11 +214,11 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==8.0.2
pytest==8.1.1
# via pytest-cookies
pytest-cookies==0.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# arrow
Expand All @@ -226,15 +228,13 @@ python-slugify==8.0.4
# code-annotations
# cookiecutter
pytz==2024.1
# via
# babel
# django
# via babel
pyyaml==6.0.1
# via
# -r requirements/base.txt
# code-annotations
# cookiecutter
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -249,7 +249,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -312,7 +312,7 @@ tomli==2.0.1
# pylint
# pyproject-hooks
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/base.txt
# pylint
Expand Down

0 comments on commit 8ab3025

Please sign in to comment.