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

Closed
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ durationpy==0.9
# via kubernetes
future==1.0.0
# via pyseeyou
google-auth==2.35.0
google-auth==2.36.0
# via kubernetes
idna==3.10
# via requests
Expand Down Expand Up @@ -61,7 +61,7 @@ oauthlib==3.2.2
# requests-oauthlib
openedx-atlas==0.6.2
# via -r requirements/base.in
packaging==24.1
packaging==24.2
# via
# black
# tutor
Expand Down Expand Up @@ -89,7 +89,7 @@ pyyaml==6.0.2
# via
# kubernetes
# tutor
regex==2024.9.11
regex==2024.11.6
# via parsimonious
requests==2.32.3
# via
Expand All @@ -113,7 +113,7 @@ six==1.16.0
# python-dateutil
toolz==1.0.0
# via pyseeyou
tqdm==4.66.6
tqdm==4.67.0
# via shandy-sqlfmt
transifex-python==3.5.0
# via -r requirements/base.in
Expand All @@ -129,5 +129,5 @@ urllib3==2.2.3
# requests
websocket-client==1.8.0
# via kubernetes
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
8 changes: 0 additions & 8 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

Expand All @@ -23,13 +22,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
20 changes: 12 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ future==1.0.0
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.35.0
google-auth==2.36.0
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -134,7 +134,7 @@ oauthlib==3.2.2
# requests-oauthlib
openedx-atlas==0.6.2
# via -r requirements/base.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/base.txt
# black
Expand Down Expand Up @@ -176,9 +176,9 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pyinstaller==6.11.0
pyinstaller==6.11.1
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2024.9
pyinstaller-hooks-contrib==2024.10
# via pyinstaller
pylint==3.3.1
# via -r requirements/dev.in
Expand All @@ -197,7 +197,7 @@ pyyaml==6.0.2
# tutor
readme-renderer==44.0
# via twine
regex==2024.9.11
regex==2024.11.6
# via
# -r requirements/base.txt
# parsimonious
Expand Down Expand Up @@ -245,14 +245,18 @@ toolz==1.0.0
# via
# -r requirements/base.txt
# pyseeyou
tqdm==4.66.6
tqdm==4.67.0
# via
# -r requirements/base.txt
# shandy-sqlfmt
transifex-python==3.5.0
# via -r requirements/base.txt
tutor==18.1.4
# via -r requirements/base.txt
# via
# -r requirements/base.txt
# tutor-contrib-pod-autoscaling
tutor-contrib-pod-autoscaling @ git+https://github.com/edunext/tutor-contrib-pod-autoscaling@v18.0.1
# via -r requirements/dev.in
twine==5.1.1
# via -r requirements/dev.in
typing-extensions==4.12.2
Expand All @@ -270,7 +274,7 @@ websocket-client==1.8.0
# via
# -r requirements/base.txt
# kubernetes
zipp==3.20.2
zipp==3.21.0
# via
# -r requirements/base.txt
# importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/tutor-contrib-aspects/tutor-contrib-aspects/requirements/common_constraints.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to manually revert this change

# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.4.0
# via -r requirements/pip.in
Loading