Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan committed Jan 2, 2024
2 parents 8c6d72f + b911f5d commit 14c3a6d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
fs==2.4.16
# via -r requirements/base.in
lxml==4.9.4
lxml==5.0.0
# via -r requirements/base.in
mako==1.3.0
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.3.4
coverage==7.4.0
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.34.7
boto3==1.34.11
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -65,7 +65,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -113,7 +113,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.92.1
hypothesis==6.92.2
# via -r requirements/test.txt
importlib-metadata==7.0.1
# via
Expand Down Expand Up @@ -148,7 +148,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/test.txt
lxml==4.9.4
lxml==5.0.0
# via -r requirements/test.txt
mako==1.3.0
# via -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
boto3==1.34.7
boto3==1.34.11
# via fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.in
lxml==4.9.4
lxml==5.0.0
# via -r requirements/base.txt
mako==1.3.0
# via -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.34.7
boto3==1.34.11
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -64,7 +64,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lxml==4.9.4
lxml==5.0.0
# via -r requirements/django.txt
mako==1.3.0
# via -r requirements/django.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==3.0.2
# pylint-celery
attrs==23.1.0
# via hypothesis
boto3==1.34.7
boto3==1.34.11
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.7
botocore==1.34.11
# via
# -r requirements/django.txt
# boto3
Expand All @@ -41,7 +41,7 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -78,7 +78,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.92.1
hypothesis==6.92.2
# via -r requirements/test.in
inflect==7.0.0
# via jinja2-pluralize
Expand All @@ -100,7 +100,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lxml==4.9.4
lxml==5.0.0
# via -r requirements/django.txt
mako==1.3.0
# via -r requirements/django.txt
Expand Down

0 comments on commit 14c3a6d

Please sign in to comment.