Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
irtazaakram authored Dec 9, 2024
2 parents 9e80b8f + cb9f96a commit 2de2c61
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 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,7 +30,7 @@ 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
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
# via edx-lint
coverage==7.6.8
coverage==7.6.9
# via -r requirements/test.txt
dill==0.3.9
# via pylint
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -51,7 +51,7 @@ 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 Down Expand Up @@ -79,7 +79,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.1
# via -r requirements/quality.in
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/quality.in
# edx-lint
Expand All @@ -98,7 +98,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-django
Expand All @@ -123,7 +123,7 @@ simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# edx-lint
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.6.8
coverage==7.6.9
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand All @@ -14,7 +14,7 @@ packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via pytest-django
pytest-django==4.9.0
# via -r requirements/test.in
2 changes: 1 addition & 1 deletion requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via coveralls
coveralls==4.0.1
# via -r requirements/travis.in
Expand Down

0 comments on commit 2de2c61

Please sign in to comment.