Skip to content

Commit

Permalink
Merge pull request #2833 from SFDO-Tooling/feature/update-cci-dev-rel…
Browse files Browse the repository at this point in the history
…ease

Update deps
  • Loading branch information
Paul Prescod authored Jun 3, 2022
2 parents f68015f + 08910eb commit b80f880
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# pip-compile requirements/dev.in
#

alabaster==0.7.12
# via sphinx
appnope==0.1.3
Expand Down Expand Up @@ -36,7 +37,7 @@ click==8.1.3
# via
# -c requirements/prod.txt
# black
coverage==6.4
coverage==6.4.1
# via
# -r requirements/dev.in
# coveralls
Expand Down Expand Up @@ -73,7 +74,7 @@ faker==12.3.3
# via
# -c requirements/prod.txt
# factory-boy
filelock==3.7.0
filelock==3.7.1
# via virtualenv
flake8==4.0.1
# via -r requirements/dev.in
Expand Down Expand Up @@ -203,7 +204,7 @@ six==1.16.0
# virtualenv
snowballstemmer==2.2.0
# via sphinx
sphinx==5.0.0
sphinx==5.0.1
# via -r requirements/dev.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand Down Expand Up @@ -234,7 +235,7 @@ tomli==2.0.1
# via
# black
# pytest
traitlets==5.2.2
traitlets==5.2.2.post1
# via
# ipython
# matplotlib-inline
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansi2html
boto3
coloredlogs
cumulusci
cumulusci==3.60.0.dev1
# Until we can go through: https://docs.djangoproject.com/en/4.0/releases/4.0/#backwards-incompatible-changes-in-4-0
django<4
django-allauth
Expand Down
10 changes: 5 additions & 5 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# pip-compile requirements/prod.in
#

ansi2html==1.7.0
# via -r requirements/prod.in
appdirs==1.4.4
Expand All @@ -20,9 +21,9 @@ authlib==1.0.1
# simple-salesforce
bleach==5.0.0
# via sfdo-template-helpers
boto3==1.24.0
boto3==1.24.2
# via -r requirements/prod.in
botocore==1.27.0
botocore==1.27.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -59,7 +60,7 @@ cryptography==37.0.2
# cumulusci
# pyjwt
# sfdo-template-helpers
cumulusci==3.59.1
cumulusci==3.60.0.dev1
# via -r requirements/prod.in
defusedxml==0.7.1
# via python3-openid
Expand Down Expand Up @@ -229,7 +230,7 @@ pyyaml==6.0
# via
# cumulusci
# snowfakery
redis==4.3.1
redis==4.3.3
# via
# -r requirements/prod.in
# django-defender
Expand Down Expand Up @@ -323,7 +324,6 @@ typing-extensions==4.2.0
# via
# cumulusci
# pydantic
# rich
# snowfakery
unicodecsv==0.14.1
# via
Expand Down

0 comments on commit b80f880

Please sign in to comment.