Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Oct 9, 2023
2 parents 8bef478 + c244954 commit d0bc0b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.53
boto3==1.28.62
# via fs-s3fs
botocore==1.31.53
botocore==1.31.62
# via
# boto3
# s3transfer
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# openedx-django-pyfs
Expand All @@ -34,7 +34,9 @@ lazy==1.6
lxml==4.9.3
# via xblock
mako==1.2.4
# via xblock-utils
# via
# xblock
# xblock-utils
markupsafe==2.1.3
# via
# mako
Expand All @@ -51,10 +53,12 @@ pytz==2023.3.post1
# xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.6.2
s3transfer==0.7.0
# via boto3
simplejson==3.19.1
# via xblock-utils
simplejson==3.19.2
# via
# xblock
# xblock-utils
six==1.16.0
# via
# fs
Expand All @@ -64,19 +68,19 @@ sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
urllib3==1.26.16
urllib3==1.26.17
# via botocore
web-fragments==2.1.0
# via
# xblock
# xblock-utils
webob==1.8.7
# via xblock
xblock[django]==1.7.0
xblock[django]==1.8.1
# via
# -r requirements/base.in
# xblock-utils
xblock-utils==3.4.1
xblock-utils==4.0.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_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip_tools.in
Expand Down

0 comments on commit d0bc0b1

Please sign in to comment.