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

chore: Upgrade Python requirements #438

Merged
merged 1 commit into from
Sep 16, 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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ python-dateutil==2.4.0
# -c requirements/constraints.txt
# -r requirements/base.in
# elasticsearch-dsl
pytz==2024.1
pytz==2024.2
# via drf-yasg
pyyaml==6.0.2
# via
Expand Down
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==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.3
# via
# tox
# virtualenv
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.0.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pbr==6.1.0
# stevedore
pep8==1.7.1
# via -r requirements/test.in
platformdirs==4.3.2
platformdirs==4.3.3
# via virtualenv
pluggy==1.5.0
# via
Expand Down Expand Up @@ -222,7 +222,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -239,7 +239,7 @@ python-dateutil==2.4.0
# faker
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# drf-yasg
Expand Down