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 #235

Merged
merged 1 commit into from
Jan 28, 2025
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 @@ -41,7 +41,7 @@ web-fragments==2.2.0
# via xblock
webob==1.8.9
# via xblock
xblock==5.1.0
xblock==5.1.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/quality.in
fs==2.4.16
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ webob==1.8.9
# via
# -r requirements/base.txt
# xblock
xblock==5.1.0
xblock==5.1.1
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -26,9 +26,9 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
tox==4.23.2
tox==4.24.1
# via -r requirements/tox.in
virtualenv==20.29.1
# via tox
8 changes: 4 additions & 4 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -30,7 +30,7 @@ distlib==0.3.9
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.16.1
filelock==3.17.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -51,13 +51,13 @@ pluggy==1.5.0
# via
# -r requirements/tox.txt
# tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via
# -r requirements/tox.txt
# tox
requests==2.32.3
# via coveralls
tox==4.23.2
tox==4.24.1
# via -r requirements/tox.txt
urllib3==2.2.3
# via
Expand Down
Loading