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

Merged
merged 1 commit into from
Nov 15, 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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==3.4.0
# via requests
colorama==0.4.6
# via tox
coverage[toml]==7.6.4
coverage[toml]==7.6.5
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand All @@ -28,7 +28,7 @@ filelock==3.16.1
# virtualenv
idna==3.10
# via requests
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand Down
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
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via
# edx-lint
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.6.4
coverage[toml]==7.6.5
# via
# -r requirements/test.in
# coveralls
Expand Down Expand Up @@ -124,7 +124,7 @@ edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.115.4
fastapi==0.115.5
# via pact-python
filelock==3.16.1
# via
Expand Down Expand Up @@ -187,7 +187,7 @@ newrelic==10.2.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# pyproject-api
# pytest
Expand Down Expand Up @@ -304,7 +304,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
sqlparse==0.5.2
# via django
starlette==0.41.2
# via fastapi
Expand Down Expand Up @@ -338,7 +338,7 @@ virtualenv==20.27.1
# via tox
yarl==1.17.1
# via pact-python
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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
4 changes: 2 additions & 2 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 /home/runner/work/edx-val/edx-val/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.5.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via
# edx-lint
# edx-toggles
coverage[toml]==7.6.4
coverage[toml]==7.6.5
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -108,7 +108,7 @@ edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.115.4
fastapi==0.115.5
# via pact-python
fs==2.4.16
# via -r requirements/test.in
Expand Down Expand Up @@ -165,7 +165,7 @@ newrelic==10.2.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via pytest
pact-python==2.2.2
# via -r requirements/test.in
Expand Down Expand Up @@ -269,7 +269,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
sqlparse==0.5.2
# via django
starlette==0.41.2
# via fastapi
Expand Down Expand Up @@ -299,7 +299,7 @@ uvicorn==0.32.0
# via pact-python
yarl==1.17.1
# via pact-python
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ click==8.1.7
# edx-django-utils
# pact-python
# uvicorn
code-annotations==1.8.0
code-annotations==1.8.1
# via edx-toggles
coverage[toml]==7.6.4
coverage[toml]==7.6.5
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -85,7 +85,7 @@ edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.in
fastapi==0.115.4
fastapi==0.115.5
# via pact-python
fs==2.4.16
# via -r requirements/test.in
Expand All @@ -110,7 +110,7 @@ multidict==6.1.0
# via yarl
newrelic==10.2.0
# via edx-django-utils
packaging==24.1
packaging==24.2
# via pytest
pact-python==2.2.2
# via -r requirements/test.in
Expand Down Expand Up @@ -173,7 +173,7 @@ six==1.16.0
# pact-python
sniffio==1.3.1
# via anyio
sqlparse==0.5.1
sqlparse==0.5.2
# via django
starlette==0.41.2
# via fastapi
Expand Down
Loading