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

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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
fs==2.4.16
# via xblock
lxml==5.3.0
# via xblock
mako==1.3.6
mako==1.3.8
# via xblock
markupsafe==3.0.2
# via
Expand All @@ -30,12 +30,12 @@ pyyaml==6.0.2
# via xblock
simplejson==3.19.3
# via xblock
six==1.16.0
six==1.17.0
# via
# -r requirements/base.in
# fs
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.3
# via django
web-fragments==2.2.0
# via xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via
# -r requirements/tox.txt
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.9
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand All @@ -37,7 +37,7 @@ filelock==3.16.1
# virtualenv
idna==3.10
# via requests
packaging==24.1
packaging==24.2
# via
# -r requirements/tox.txt
# pyproject-api
Expand All @@ -59,9 +59,9 @@ requests==2.32.3
# via coveralls
tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.2.3
urllib3==2.3.0
# via requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/tox.txt
# tox
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
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.1
# 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/xblock-image-modal/xblock-image-modal/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.6.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# 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.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
22 changes: 11 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.5
astroid==3.3.8
# via
# -r requirements/test.txt
# pylint
# pylint-celery
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# click-log
Expand All @@ -27,17 +27,17 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
coverage==7.6.4
coverage==7.6.9
# via -r requirements/test.txt
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -57,15 +57,15 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
lxml==5.3.0
# via
# -r requirements/base.txt
# xblock
mako==1.3.6
mako==1.3.8
# via
# -r requirements/base.txt
# xblock
Expand All @@ -92,7 +92,7 @@ platformdirs==4.3.6
# pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pylint==3.3.1
pylint==3.3.3
# via
# -r requirements/quality.in
# -r requirements/test.txt
Expand Down Expand Up @@ -139,18 +139,18 @@ simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
# edx-lint
# fs
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
#
# make upgrade
#
astroid==3.3.5
astroid==3.3.8
# via
# pylint
# pylint-celery
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==2.1.0
# via edx-lint
coverage==7.6.4
coverage==7.6.9
# via -r requirements/test.in
dill==0.3.9
# via pylint
Expand All @@ -29,7 +29,7 @@ edx-opaque-keys==2.11.0
# via -r requirements/test.in
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
Expand All @@ -41,7 +41,7 @@ pbr==6.1.0
# via stevedore
platformdirs==4.3.6
# via pylint
pylint==3.3.1
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand All @@ -61,9 +61,9 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
# via code-annotations
six==1.16.0
six==1.17.0
# via edx-lint
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-opaque-keys
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand All @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
Loading