Skip to content

Commit

Permalink
Merge pull request #2759 from SFDO-Tooling/feature/add-pyyaml-to-prod…
Browse files Browse the repository at this point in the history
…-deps

Prepare 3.40.1
  • Loading branch information
TheBitShepherd authored Jul 22, 2021
2 parents 28eedf6 + 1f24089 commit 0c3d127
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
=======

3.40.1 (2021-07-22)
-------------------

Issues Closed

* Fixed an issue where a missing dependency was causing the hombrew installer formula to break.

3.40.0 (2021-07-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cumulusci/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.40.0
3.40.1
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ pytz==2021.1
# babel
pyyaml==5.4.1
# via
# -c requirements/prod.txt
# pre-commit
# vcrpy
readme-renderer==29.0
Expand Down
1 change: 1 addition & 0 deletions requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ psutil
pydantic
PyJWT
pytz
pyyaml
requests
requests-futures
robotframework
Expand Down
4 changes: 3 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ pytz==2021.1
# via
# -r requirements/prod.in
# fs
pyyaml==5.4.1
# via -r requirements/prod.in
requests==2.26.0
# via
# -r requirements/prod.in
Expand Down Expand Up @@ -125,7 +127,7 @@ six==1.16.0
# salesforce-bulk
snowfakery==2.0
# via -r requirements/prod.in
sqlalchemy==1.4.21
sqlalchemy==1.4.22
# via -r requirements/prod.in
terminaltables==3.1.0
# via -r requirements/prod.in
Expand Down

0 comments on commit 0c3d127

Please sign in to comment.