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

Merged
merged 1 commit into from
Feb 12, 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 @@ -10,5 +10,5 @@ wheel==0.42.0
# 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.0.3
setuptools==69.1.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
python-dateutil==2.8.2
# via arrow
python-slugify==8.0.3
python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ distlib==0.3.8
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# django-model-utils
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements/test.txt
doc8==0.11.2
# via
Expand Down Expand Up @@ -163,7 +163,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -300,7 +300,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# arrow
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -433,7 +433,7 @@ tomlkit==0.12.3
# pylint
tox==4.12.1
# via -r requirements/ci.txt
twine==4.0.2
twine==5.0.0
# via -r requirements/test.txt
types-python-dateutil==2.8.19.20240106
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ dill==0.3.8
# pylint
distlib==0.3.8
# via virtualenv
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.in
# django-model-utils
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements/test.in
doc8==0.11.2
# via
Expand Down Expand Up @@ -120,7 +120,7 @@ isort==5.13.2
# -r requirements/base.txt
# -r requirements/test.in
# pylint
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -220,7 +220,7 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# arrow
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -316,7 +316,7 @@ tomlkit==0.12.3
# via
# -r requirements/base.txt
# pylint
twine==4.0.2
twine==5.0.0
# via -r requirements/test.in
types-python-dateutil==2.8.19.20240106
# via
Expand Down