Skip to content

Commit

Permalink
Merge pull request #2835 from SFDO-Tooling/feature/update-deps-cci-3-…
Browse files Browse the repository at this point in the history
…60-0

Update requirements for CCI 3.60.0
  • Loading branch information
davidmreed authored Jun 10, 2022
2 parents b80f880 + 64a252d commit 83c39eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
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==3.60.0.dev1
cumulusci==3.60.0
# 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
23 changes: 15 additions & 8 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ authlib==1.0.1
# simple-salesforce
bleach==5.0.0
# via sfdo-template-helpers
boto3==1.24.2
boto3==1.24.6
# via -r requirements/prod.in
botocore==1.27.2
botocore==1.27.6
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -59,20 +59,21 @@ cryptography==37.0.2
# authlib
# cumulusci
# pyjwt
# secretstorage
# sfdo-template-helpers
cumulusci==3.60.0.dev1
cumulusci==3.60.0
# via -r requirements/prod.in
defusedxml==0.7.1
# via python3-openid
deprecated==1.2.13
# via redis
django-allauth==0.50.0
django-allauth==0.51.0
# via -r requirements/prod.in
django-anymail==8.6
# via -r requirements/prod.in
django-crispy-forms==1.14.0
# via -r requirements/prod.in
django-defender==0.9.4
django-defender==0.9.5
# via -r requirements/prod.in
django-environ==0.8.1
# via -r requirements/prod.in
Expand Down Expand Up @@ -157,6 +158,10 @@ importlib-metadata==4.11.4
# cumulusci
# keyring
# markdown
jeepney==0.8.0
# via
# cumulusci
# secretstorage
jinja2==2.11.3
# via
# cumulusci
Expand All @@ -169,7 +174,7 @@ keyring==23.0.1
# via cumulusci
logfmt==0.4
# via sfdo-template-helpers
lxml==4.8.0
lxml==4.9.0
# via cumulusci
markdown==3.3.7
# via sfdo-template-helpers
Expand Down Expand Up @@ -294,6 +299,8 @@ salesforce-bulk==2.2.0
# via cumulusci
sarge==0.1.7.post1
# via cumulusci
secretstorage==3.3.2
# via cumulusci
selenium==3.141.0
# via
# cumulusci
Expand All @@ -312,7 +319,7 @@ six==1.16.0
# python-dateutil
# salesforce-bulk
# snowfakery
snowfakery==3.1.0
snowfakery==3.2.1
# via cumulusci
sqlalchemy==1.4.36
# via
Expand Down Expand Up @@ -342,7 +349,7 @@ urllib3==1.26.9
# snowfakery
webencodings==0.5.1
# via bleach
whitenoise==6.1.0
whitenoise==6.2.0
# via -r requirements/prod.in
wrapt==1.14.1
# via deprecated
Expand Down

0 comments on commit 83c39eb

Please sign in to comment.