Skip to content

Commit

Permalink
chore: Updating Python Requirements (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 9, 2024
1 parent 09216ed commit 884b457
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.7
# via edx-django-utils
cryptography==42.0.2
# via pyjwt
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ asgiref==3.7.2
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -97,7 +97,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -147,7 +147,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==2.12.0
# via -r requirements/test.txt
faker==22.6.0
faker==23.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -186,7 +186,7 @@ jinja2==3.1.3
# -r requirements/test.txt
# code-annotations
# sphinx
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -300,7 +300,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# faker
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jinja2==3.1.3
# via
# -c requirements/test.txt
# sphinx
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -c requirements/test.txt
# jinja2
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/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -87,7 +87,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==2.12.0
# via -r requirements/test.in
faker==22.6.0
faker==23.1.0
# via factory-boy
filelock==3.13.1
# via
Expand All @@ -107,7 +107,7 @@ isort==5.13.2
# pylint
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
Expand Down Expand Up @@ -182,7 +182,7 @@ pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via faker
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
Expand Down

0 comments on commit 884b457

Please sign in to comment.