Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jun 21, 2024
1 parent 9168da6 commit 7e5c196
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -172,7 +172,7 @@ mdurl==0.1.2
# via
# -r requirements/quality.txt
# markdown-it-py
more-itertools==10.2.0
more-itertools==10.3.0
# via
# -r requirements/quality.txt
# jaraco-classes
Expand Down Expand Up @@ -214,7 +214,7 @@ pluggy==1.5.0
# diff-cover
# pytest
# tox
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.txt
pycparser==2.22
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ markupsafe==2.1.5
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -124,7 +124,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down

0 comments on commit 7e5c196

Please sign in to comment.