Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Apr 8, 2024
2 parents 4cbea0f + ebb4adb commit 9fa3944
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django==4.2.11
# -r requirements/base.in
fs==2.4.16
# via xblock
lxml==5.1.1
lxml==5.2.1
# via xblock
mako==1.3.2
# via xblock
Expand All @@ -41,13 +41,13 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via asgiref
web-fragments==2.1.0
web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
xblock==3.0.0
xblock==3.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ iniconfig==2.0.0
# pytest
isort==5.13.2
# via pylint
lxml==5.1.1
lxml==5.2.1
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -110,21 +110,21 @@ tomli==2.0.1
# pytest
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
# astroid
# pylint
web-fragments==2.1.0
web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock==3.0.0
xblock==3.1.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 9fa3944

Please sign in to comment.