Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jul 15, 2024
2 parents 89f2680 + b16ae74 commit 565f02e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.13
django==4.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.2.0
setuptools==70.3.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.2
astroid==3.2.3
# via pylint
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# django
coverage==7.5.4
coverage==7.6.0
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.13
django==4.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -108,7 +108,7 @@ tomli==2.0.1
# -r requirements/test.txt
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
typing-extensions==4.12.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
coverage==7.5.4
coverage==7.6.0
# via -r requirements/test.in
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
Expand Down
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.5.4
coverage[toml]==7.6.0
# via coveralls
coveralls==4.0.1
# via -r requirements/travis.in
Expand Down

0 comments on commit 565f02e

Please sign in to comment.