Skip to content

Commit

Permalink
Merge pull request #554 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-470534e

chore: Upgrade Python requirements
  • Loading branch information
mumarkhan999 authored Jan 7, 2025
2 parents 470534e + fd8ded6 commit 6afc855
Show file tree
Hide file tree
Showing 9 changed files with 338 additions and 340 deletions.
40 changes: 21 additions & 19 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@
#
# make upgrade
#
aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.10
aiohttp==3.11.11
# via
# github-py
# pytest-aiohttp
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
attrs==24.2.0
attrs==24.3.0
# via aiohttp
cachetools==5.5.0
# via google-auth
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
dockerfile==3.3.1
# via -r requirements/base.in
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
gitdb==4.0.11
gitdb==4.0.12
# via gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/github.in
gitpython==3.1.43
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/github.in
gitpython==3.1.44
# via pytest-repo-health
google-auth==2.35.0
google-auth==2.37.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,23 +56,25 @@ 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
# rsa
pyasn1-modules==0.4.1
# via google-auth
pyparsing==3.2.0
pyparsing==3.2.1
# 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 All @@ -94,11 +96,11 @@ requests-oauthlib==2.0.0
# via google-auth-oauthlib
rsa==4.9
# via google-auth
smmap==5.0.1
smmap==5.0.2
# via gitdb
toml==0.10.2
# via -r requirements/base.in
urllib3==2.2.3
urllib3==2.3.0
# via requests
yarl==1.17.1
yarl==1.18.3
# via aiohttp
6 changes: 3 additions & 3 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 @@ -27,11 +27,11 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyparsing==3.2.0
pyparsing==3.2.1
# via packaging
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

0 comments on commit 6afc855

Please sign in to comment.