Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
irtazaakram authored Aug 26, 2024
2 parents 438d265 + ea06806 commit fccdf30
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.8
# via xblock
xblock==5.0.0
xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
setuptools==73.0.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ webob==1.8.8
# via
# -r requirements/base.txt
# xblock
xblock==5.0.0
xblock==5.1.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -35,7 +35,7 @@ filelock==3.15.4
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.7
idna==3.8
# via requests
packaging==24.1
# via
Expand Down

0 comments on commit fccdf30

Please sign in to comment.