Skip to content

Commit

Permalink
chore(deps-dev): Bump cookiecutter from 1.7.3 to 2.1.1 (#697)
Browse files Browse the repository at this point in the history
* Bump cookiecutter from 1.7.3 to 2.1.1

Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.3 to 2.1.1.
- [Release notes](https://github.com/cookiecutter/cookiecutter/releases)
- [Changelog](https://github.com/cookiecutter/cookiecutter/blob/master/HISTORY.md)
- [Commits](cookiecutter/cookiecutter@1.7.3...2.1.1)

---
updated-dependencies:
- dependency-name: cookiecutter
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: Use correct values in cookiecutter tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
dependabot[bot] and edgarrmondragon authored Jun 14, 2022
1 parent 632fcb4 commit 4e60670
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
6 changes: 3 additions & 3 deletions cookiecutter/tap-template/cookiecutter.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ tests:
include_cicd_sample_template: "None (Skip)"

- source_name: RESTOAuthTemplateTest
tap_id: test-tap-rest-oath-type
tap_id: test-tap-rest-oauth-type
stream_type: REST
auth_method: OAuth
auth_method: OAuth2
include_cicd_sample_template: "None (Skip)"

- source_name: RESTJWTTemplateTest
Expand Down Expand Up @@ -56,4 +56,4 @@ tests:
tap_id: test-tap-other-custom-with-github-ci
stream_type: Other
auth_method: Custom or N/A
include_cicd_sample_template: Github
include_cicd_sample_template: GitHub
27 changes: 7 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ docs = ["sphinx", "sphinx-rtd-theme", "sphinx-copybutton", "myst-parser"]
pytest = "^7.1.2"
black = {version = "^22.3", allow-prereleases = true}
mypy = "^0.961"
cookiecutter = "^1.7.2"
cookiecutter = "^2.1.1"
PyYAML = "^6.0"
flake8-docstrings = "^1.6.0"
flake8 = "^3.9.0"
Expand Down

0 comments on commit 4e60670

Please sign in to comment.