Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #427

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.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==23.3.1
pip==23.3.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==69.0.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
55 changes: 7 additions & 48 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@
#
# make upgrade
#
annotated-types==0.6.0
# via pydantic
arrow==1.3.0
# via cookiecutter
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
cerberus==1.3.5
# via plette
certifi==2023.11.17
# via requests
chardet==5.2.0
Expand All @@ -36,15 +32,11 @@ cookiecutter==2.5.0
# via -r requirements/base.in
dill==0.3.7
# via pylint
distlib==0.3.7
# via requirementslib
docopt==0.6.2
# via pipreqs
edx-lint==5.3.6
# via -r requirements/base.in
idna==3.6
# via requests
isort==5.13.0
isort==5.13.2
# via pylint
jinja2==3.1.2
# via
Expand All @@ -60,25 +52,11 @@ mdurl==0.1.2
# via markdown-it-py
pbr==6.0.0
# via stevedore
pep517==0.13.1
# via requirementslib
pip-api==0.0.30
# via isort
pipreqs==0.4.13
# via isort
platformdirs==4.1.0
# via
# pylint
# requirementslib
plette[validation]==0.4.4
# via requirementslib
pydantic==2.5.2
# via requirementslib
pydantic-core==2.14.5
# via pydantic
# via pylint
pygments==2.17.2
# via rich
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand All @@ -103,12 +81,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
requests==2.31.0
# via
# cookiecutter
# requirementslib
# yarg
requirementslib==3.0.0
# via isort
# via cookiecutter
rich==13.7.0
# via cookiecutter
six==1.16.0
Expand All @@ -120,29 +93,15 @@ stevedore==5.1.0
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# pep517
# pylint
# via pylint
tomlkit==0.12.3
# via
# plette
# pylint
# requirementslib
# via pylint
types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.9.0
# via
# annotated-types
# astroid
# pydantic
# pydantic-core
# pylint
# rich
urllib3==2.1.0
# via requests
yarg==0.1.9
# via pipreqs

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand Down
65 changes: 5 additions & 60 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ alabaster==0.7.13
# via
# -r requirements/test.txt
# sphinx
annotated-types==0.6.0
# via
# -r requirements/test.txt
# pydantic
arrow==1.3.0
# via
# -r requirements/test.txt
Expand All @@ -24,12 +20,12 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.1
astroid==3.0.2
# via
# -r requirements/test.txt
# pylint
# pylint-celery
babel==2.13.1
babel==2.14.0
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand All @@ -51,10 +47,6 @@ cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
cerberus==1.3.5
# via
# -r requirements/test.txt
# plette
certifi==2023.11.17
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -106,11 +98,10 @@ dill==0.3.7
# via
# -r requirements/test.txt
# pylint
distlib==0.3.7
distlib==0.3.8
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# requirementslib
# virtualenv
django==3.2.23
# via
Expand All @@ -123,10 +114,6 @@ doc8==0.11.2
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
docopt==0.6.2
# via
# -r requirements/test.txt
# pipreqs
docutils==0.19
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -172,7 +159,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.0
isort==5.13.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -234,20 +221,8 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pep517==0.13.1
# via
# -r requirements/test.txt
# requirementslib
pip-api==0.0.30
# via
# -r requirements/test.txt
# isort
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
pipreqs==0.4.13
# via
# -r requirements/test.txt
# isort
pkginfo==1.9.6
# via
# -r requirements/test.txt
Expand All @@ -257,14 +232,8 @@ platformdirs==4.1.0
# -r requirements/ci.txt
# -r requirements/test.txt
# pylint
# requirementslib
# tox
# virtualenv
plette[validation]==0.4.4
# via
# -r requirements/test.txt
# plette
# requirementslib
pluggy==1.3.0
# via
# -r requirements/ci.txt
Expand All @@ -277,14 +246,6 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydantic==2.5.2
# via
# -r requirements/test.txt
# requirementslib
pydantic-core==2.14.5
# via
# -r requirements/test.txt
# pydantic
pydata-sphinx-theme==0.14.4
# via
# -r requirements/test.txt
Expand All @@ -300,7 +261,7 @@ pygments==2.17.2
# readme-renderer
# rich
# sphinx
pylint==3.0.2
pylint==3.0.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -363,18 +324,12 @@ requests==2.31.0
# -r requirements/test.txt
# cookiecutter
# requests-toolbelt
# requirementslib
# sphinx
# twine
# yarg
requests-toolbelt==1.0.0
# via
# -r requirements/test.txt
# twine
requirementslib==3.0.0
# via
# -r requirements/test.txt
# isort
restructuredtext-lint==1.4.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -466,7 +421,6 @@ tomli==2.0.1
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# pep517
# pip-tools
# pylint
# pyproject-api
Expand All @@ -476,9 +430,7 @@ tomli==2.0.1
tomlkit==0.12.3
# via
# -r requirements/test.txt
# plette
# pylint
# requirementslib
tox==4.11.4
# via -r requirements/ci.txt
twine==4.0.2
Expand All @@ -490,11 +442,8 @@ types-python-dateutil==2.8.19.14
typing-extensions==4.9.0
# via
# -r requirements/test.txt
# annotated-types
# asgiref
# astroid
# pydantic
# pydantic-core
# pydata-sphinx-theme
# pylint
# rich
Expand All @@ -512,10 +461,6 @@ wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarg==0.1.9
# via
# -r requirements/test.txt
# pipreqs
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
# via -r requirements/pip.in
Loading