Skip to content

Commit

Permalink
chore: Updating Python Requirements (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 13, 2024
1 parent a27fdbe commit e95981b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
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/base.in
Expand Down Expand Up @@ -80,7 +80,7 @@ typing-extensions==4.9.0
# via
# asgiref
# kombu
tzdata==2023.4
tzdata==2024.1
# via
# backports-zoneinfo
# celery
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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
# -r requirements/test.txt
Expand Down Expand Up @@ -273,7 +273,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# celery
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -350,7 +350,7 @@ typing-extensions==4.9.0
# astroid
# kombu
# pylint
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/test.txt
# backports-zoneinfo
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
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# celery
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
Expand Down Expand Up @@ -191,7 +191,7 @@ typing-extensions==4.9.0
# astroid
# kombu
# pylint
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
Expand Down

0 comments on commit e95981b

Please sign in to comment.