Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
bszabo committed Apr 26, 2022
2 parents d5ae686 + 287783e commit aaf9eb7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ idna==3.3
# via requests
packaging==21.3
# via tox
platformdirs==2.5.1
platformdirs==2.5.2
# via virtualenv
pluggy==1.0.0
# via tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/test.txt
# fs
astroid==2.11.2
astroid==2.11.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -18,11 +18,11 @@ attrs==21.4.0
# -r requirements/test.txt
# hypothesis
# pytest
boto3==1.21.41
boto3==1.21.45
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.24.41
botocore==1.24.45
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -98,7 +98,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# django-pyfs
hypothesis==6.43.1
hypothesis==6.44.0
# via -r requirements/test.txt
idna==3.3
# via
Expand Down Expand Up @@ -167,7 +167,7 @@ pep517==0.12.0
# pip-tools
pip-tools==6.6.0
# via -r requirements/pip-tools.txt
platformdirs==2.5.1
platformdirs==2.5.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -192,7 +192,7 @@ pygments==2.11.2
# via
# -r requirements/test.txt
# diff-cover
pylint==2.13.5
pylint==2.13.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -299,7 +299,7 @@ tox==3.25.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.txt
typing-extensions==4.1.1
typing-extensions==4.2.0
# via
# -r requirements/test.txt
# astroid
Expand Down
4 changes: 2 additions & 2 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.21.41
boto3==1.21.45
# via fs-s3fs
botocore==1.24.41
botocore==1.24.45
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ appdirs==1.4.4
# via
# -r requirements/django.txt
# fs
babel==2.9.1
babel==2.10.1
# via sphinx
boto3==1.21.41
boto3==1.21.45
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.24.41
botocore==1.24.45
# via
# -r requirements/django.txt
# boto3
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/django.txt
# fs
astroid==2.11.2
astroid==2.11.3
# via
# -r requirements/test.in
# pylint
Expand All @@ -17,11 +17,11 @@ attrs==21.4.0
# via
# hypothesis
# pytest
boto3==1.21.41
boto3==1.21.45
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.24.41
botocore==1.24.45
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -70,7 +70,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# django-pyfs
hypothesis==6.43.1
hypothesis==6.44.0
# via -r requirements/test.in
inflect==5.5.2
# via jinja2-pluralize
Expand Down Expand Up @@ -112,7 +112,7 @@ path==16.4.0
# via -r requirements/test.in
pbr==5.8.1
# via stevedore
platformdirs==2.5.1
platformdirs==2.5.2
# via
# pylint
# virtualenv
Expand All @@ -129,7 +129,7 @@ pycodestyle==2.8.0
# via -r requirements/test.in
pygments==2.11.2
# via diff-cover
pylint==2.13.5
pylint==2.13.7
# via
# -r requirements/test.in
# edx-lint
Expand Down Expand Up @@ -204,7 +204,7 @@ tomli==2.0.1
# pytest
tox==3.25.0
# via -r requirements/test.in
typing-extensions==4.1.1
typing-extensions==4.2.0
# via
# astroid
# pylint
Expand Down

0 comments on commit aaf9eb7

Please sign in to comment.