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

Merged
merged 1 commit into from
Feb 9, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ pytest==8.0.0
# pytest-metadata
pytest-json-report==1.5.0
# via -r requirements/base.in
pytest-metadata==3.0.0
pytest-metadata==3.1.0
# via pytest-json-report
python-dateutil==2.8.2
# via pandas
pytz==2023.4
pytz==2024.1
# via pandas
six==1.16.0
# via python-dateutil
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -59,7 +59,7 @@ distlib==0.3.8
# via
# -r requirements/ci.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
# edx-i18n-tools
Expand Down Expand Up @@ -95,7 +95,7 @@ jinja2==3.1.3
# diff-cover
lxml==5.1.0
# via edx-i18n-tools
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/quality.txt
# jinja2
Expand All @@ -118,7 +118,7 @@ packaging==23.2
# tox
pandas==2.0.3
# via -r requirements/quality.txt
path==16.9.0
path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ pytest-django==4.8.0
# via -r requirements/quality.txt
pytest-json-report==1.5.0
# via -r requirements/quality.txt
pytest-metadata==3.0.0
pytest-metadata==3.1.0
# via
# -r requirements/quality.txt
# pytest-json-report
Expand All @@ -201,7 +201,7 @@ python-slugify==8.0.3
# via
# -r requirements/quality.txt
# code-annotations
pytz==2023.4
pytz==2024.1
# via
# -r requirements/quality.txt
# django
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -57,7 +57,7 @@ jinja2==3.1.3
# -r requirements/test.txt
# code-annotations
# sphinx
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -105,7 +105,7 @@ pytest-django==4.8.0
# via -r requirements/test.txt
pytest-json-report==1.5.0
# via -r requirements/test.txt
pytest-metadata==3.0.0
pytest-metadata==3.1.0
# via
# -r requirements/test.txt
# pytest-json-report
Expand All @@ -117,7 +117,7 @@ python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.4
pytz==2024.1
# via
# -r requirements/test.txt
# babel
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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -45,7 +45,7 @@ jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -102,7 +102,7 @@ pytest-django==4.8.0
# via -r requirements/test.txt
pytest-json-report==1.5.0
# via -r requirements/test.txt
pytest-metadata==3.0.0
pytest-metadata==3.1.0
# via
# -r requirements/test.txt
# pytest-json-report
Expand All @@ -114,7 +114,7 @@ python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.4
pytz==2024.1
# via
# -r requirements/test.txt
# pandas
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ iniconfig==2.0.0
# pytest
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
numpy==1.24.4
# via
Expand Down Expand Up @@ -53,7 +53,7 @@ pytest-django==4.8.0
# via -r requirements/test.in
pytest-json-report==1.5.0
# via -r requirements/base.txt
pytest-metadata==3.0.0
pytest-metadata==3.1.0
# via
# -r requirements/base.txt
# pytest-json-report
Expand All @@ -63,7 +63,7 @@ python-dateutil==2.8.2
# pandas
python-slugify==8.0.3
# via code-annotations
pytz==2023.4
pytz==2024.1
# via
# -r requirements/base.txt
# pandas
Expand Down