Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jun 20, 2024
2 parents 01a630d + 4370a44 commit 76cafeb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# pytest
Expand All @@ -68,7 +68,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pylint==3.2.3
# via -r requirements/quality.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ iniconfig==2.0.0
# via pytest
mock==5.1.0
# via -r requirements/test.in
packaging==24.0
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ distlib==0.3.8
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.7
# via requests
packaging==24.0
packaging==24.1
# via
# -r requirements/tox.txt
# pyproject-api
Expand Down

0 comments on commit 76cafeb

Please sign in to comment.