Skip to content

Commit

Permalink
Merge pull request #184 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-9fa3944

Python Requirements Update
  • Loading branch information
farhan authored Apr 15, 2024
2 parents 9fa3944 + 9bef732 commit 6632b27
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fs==2.4.16
# via xblock
lxml==5.2.1
# via xblock
mako==1.3.2
mako==1.3.3
# via xblock
markupsafe==2.1.5
# via
Expand All @@ -39,7 +39,7 @@ six==1.16.0
# -r requirements/base.in
# fs
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
# via asgiref
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lxml==5.2.1
# via
# -r requirements/base.txt
# xblock
mako==1.3.2
mako==1.3.3
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -99,7 +99,7 @@ six==1.16.0
# -r requirements/base.txt
# fs
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.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.13.3
filelock==3.13.4
# via
# tox
# virtualenv
Expand Down
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ distlib==0.3.8
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.6
idna==3.7
# via requests
packaging==24.0
# via
Expand Down

0 comments on commit 6632b27

Please sign in to comment.