Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 15, 2024
1 parent 470534e commit 026a4d3
Show file tree
Hide file tree
Showing 9 changed files with 254 additions and 256 deletions.
16 changes: 9 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.10
aiohttp==3.11.2
# 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
# 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
2 changes: 1 addition & 1 deletion 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 Down
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 026a4d3

Please sign in to comment.