Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #217

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lxml==5.3.0
# via xblock
mako==1.3.5
# via xblock
markupsafe==2.1.5
markupsafe==3.0.1
# via
# mako
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
coverage==7.6.1
coverage==7.6.2
# via -r requirements/test.txt
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -55,7 +55,7 @@ mako==1.3.5
# via
# -r requirements/base.txt
# xblock
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -90,7 +90,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.in
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/quality.in
# edx-lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.6.1
coverage==7.6.2
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ chardet==5.2.0
# via
# -r requirements/tox.txt
# tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.1
coverage[toml]==7.6.2
# via coveralls
coveralls==4.0.1
# via -r requirements/travis.in
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/tox.txt
# virtualenv
Expand Down