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

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
22 changes: 12 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.10
aiohttp==3.11.10
# via
# github-py
# pytest-aiohttp
Expand All @@ -29,18 +29,18 @@ frozenlist==1.5.0
gitdb==4.0.11
# via gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/github.in
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/github.in
gitpython==3.1.43
# via pytest-repo-health
google-auth==2.35.0
google-auth==2.36.0
# via
# google-auth-oauthlib
# gspread
google-auth-oauthlib==1.2.1
# via gspread
gspread==5.11.3
# via
# -c requirements/constraints.txt
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/constraints.txt
# -r requirements/base.in
idna==3.10
# via
Expand All @@ -56,12 +56,14 @@ oauthlib==3.2.2
# via requests-oauthlib
packaging==21.3
# via
# -c requirements/constraints.txt
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/constraints.txt
# pytest
pluggy==1.5.0
# via pytest
propcache==0.2.0
# via yarl
propcache==0.2.1
# via
# aiohttp
# yarl
pyasn1==0.6.1
# via
# pyasn1-modules
Expand All @@ -72,7 +74,7 @@ pyparsing==3.2.0
# via packaging
pytest==8.0.2
# via
# -c requirements/constraints.txt
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/constraints.txt
# pytest-aiohttp
# pytest-asyncio
# pytest-repo-health
Expand Down Expand Up @@ -100,5 +102,5 @@ toml==0.10.2
# via -r requirements/base.in
urllib3==2.2.3
# via requests
yarl==1.17.1
yarl==1.18.3
# via aiohttp
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.16.1
# virtualenv
packaging==21.3
# via
# -c requirements/constraints.txt
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/constraints.txt
# pyproject-api
# tox
platformdirs==4.3.6
Expand All @@ -33,5 +33,5 @@ pyproject-api==1.5.0
# via tox
tox==4.0.0
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
8 changes: 0 additions & 8 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 @@ -24,13 +23,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
Loading
Loading