Skip to content

Commit

Permalink
chore: Updating Python Requirements (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 13, 2023
1 parent 1e638d7 commit 52a147f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ django-waffle==4.0.0
# edx-django-utils
edx-django-utils==5.7.0
# via -r requirements/quality.txt
edx-i18n-tools==1.2.0
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
Expand Down Expand Up @@ -124,6 +124,8 @@ lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
lxml==4.9.3
# via edx-i18n-tools
markupsafe==2.1.3
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -180,7 +182,7 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.txt
pycparser==2.21
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ psutil==5.9.5
# via
# -r requirements/test.txt
# edx-django-utils
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via
Expand Down

0 comments on commit 52a147f

Please sign in to comment.