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 #436

Merged
merged 1 commit into from
Feb 6, 2024
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.2
pip==24.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==69.0.3
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
arrow==1.3.0
# via cookiecutter
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
certifi==2023.11.17
certifi==2024.2.2
# via requests
chardet==5.2.0
# via binaryornot
Expand All @@ -26,7 +26,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
cookiecutter==2.5.0
# via -r requirements/base.in
Expand All @@ -44,15 +44,15 @@ jinja2==3.1.3
# cookiecutter
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pygments==2.17.2
# via rich
Expand All @@ -72,7 +72,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
python-dateutil==2.8.2
# via arrow
python-slugify==8.0.2
python-slugify==8.0.3
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -103,5 +103,5 @@ typing-extensions==4.9.0
# astroid
# pylint
# rich
urllib3==2.1.0
urllib3==2.2.0
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -47,7 +47,7 @@ cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -78,7 +78,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -90,7 +90,7 @@ cookiecutter==2.5.0
# via
# -r requirements/test.txt
# pytest-cookies
cryptography==42.0.1
cryptography==42.0.2
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -186,7 +186,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -227,7 +227,7 @@ pkginfo==1.9.6
# via
# -r requirements/test.txt
# twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -300,12 +300,12 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# arrow
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/test.txt
# babel
Expand Down Expand Up @@ -447,7 +447,7 @@ typing-extensions==4.9.0
# pydata-sphinx-theme
# pylint
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/test.txt
# requests
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.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arrow==1.3.0
# cookiecutter
asgiref==3.7.2
# via django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/base.txt
# pylint
Expand All @@ -31,7 +31,7 @@ binaryornot==0.4.4
# cookiecutter
build==1.0.3
# via -r requirements/test.in
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -56,15 +56,15 @@ click-log==0.4.0
# via
# -r requirements/base.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/base.txt
# edx-lint
cookiecutter==2.5.0
# via
# -r requirements/base.txt
# pytest-cookies
cryptography==42.0.1
cryptography==42.0.2
# via secretstorage
dill==0.3.8
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/base.txt
# rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -166,7 +166,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -220,12 +220,12 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# arrow
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/base.txt
# code-annotations
# cookiecutter
pytz==2023.3.post1
pytz==2024.1
# via
# babel
# django
Expand Down Expand Up @@ -330,7 +330,7 @@ typing-extensions==4.9.0
# pydata-sphinx-theme
# pylint
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/base.txt
# requests
Expand Down