Skip to content

Commit

Permalink
chore: Run make upgrade after updating the constraints source.
Browse files Browse the repository at this point in the history
  • Loading branch information
Feanil Patel committed Jun 23, 2022
1 parent 443629f commit 8e0d84a
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 10 deletions.
27 changes: 24 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ boto==2.49.0
# via
# -r requirements/test.txt
# xblock-sdk
boto3==1.24.12
boto3==1.24.13
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.27.12
botocore==1.27.13
# via
# -r requirements/test.txt
# boto3
Expand All @@ -50,6 +50,10 @@ certifi==2022.6.15
# via
# -r requirements/test.txt
# requests
cffi==1.15.0
# via
# -r requirements/test.txt
# cryptography
chardet==4.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -87,6 +91,10 @@ coverage==6.4.1
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==37.0.2
# via
# -r requirements/test.txt
# secretstorage
ddt==1.5.0
# via -r requirements/test.txt
dill==0.3.5.1
Expand All @@ -99,7 +107,7 @@ distlib==0.3.4
# virtualenv
django==3.2.13
# via
# -c requirements/common_constraints.txt
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# django-pyfs
# xblock-sdk
Expand Down Expand Up @@ -150,6 +158,11 @@ isort==5.10.1
# via
# -r requirements/test.txt
# pylint
jeepney==0.8.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -227,6 +240,10 @@ py==1.11.0
# tox
pycodestyle==2.8.0
# via -r requirements/test.txt
pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.12.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -313,6 +330,10 @@ s3transfer==0.6.0
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.2
# via
# -r requirements/test.txt
# keyring
simplejson==3.17.6
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==22.1.2
# via -r requirements/pip.in
setuptools==59.8.0
# via
# -c requirements/common_constraints.txt
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ binaryornot==0.4.4
# via cookiecutter
boto==2.49.0
# via xblock-sdk
boto3==1.24.12
boto3==1.24.13
# via fs-s3fs
botocore==1.27.12
botocore==1.27.13
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +50,7 @@ dill==0.3.5.1
# via pylint
django==3.2.13
# via
# -c requirements/common_constraints.txt
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-pyfs
# xblock-sdk
django-pyfs==3.2.0
Expand Down
18 changes: 15 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ bleach==5.0.0
# via readme-renderer
boto==2.49.0
# via xblock-sdk
boto3==1.24.12
boto3==1.24.13
# via fs-s3fs
botocore==1.27.12
botocore==1.27.13
# via
# boto3
# s3transfer
certifi==2022.6.15
# via requests
cffi==1.15.0
# via cryptography
chardet==4.0.0
# via binaryornot
charset-normalizer==2.0.12
Expand All @@ -54,13 +56,15 @@ coverage==6.4.1
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==37.0.2
# via secretstorage
ddt==1.5.0
# via -r requirements/test.in
dill==0.3.5.1
# via pylint
django==3.2.13
# via
# -c requirements/common_constraints.txt
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-pyfs
# xblock-sdk
django-pyfs==3.2.0
Expand Down Expand Up @@ -91,6 +95,10 @@ iniconfig==1.1.1
# via pytest
isort==5.10.1
# via pylint
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# code-annotations
Expand Down Expand Up @@ -136,6 +144,8 @@ py==1.11.0
# via pytest
pycodestyle==2.8.0
# via -r requirements/test.in
pycparser==2.21
# via cffi
pygments==2.12.0
# via
# readme-renderer
Expand Down Expand Up @@ -198,6 +208,8 @@ rich==12.4.4
# via twine
s3transfer==0.6.0
# via boto3
secretstorage==3.3.2
# via keyring
simplejson==3.17.6
# via xblock-sdk
six==1.16.0
Expand Down

0 comments on commit 8e0d84a

Please sign in to comment.