Skip to content

Commit

Permalink
chore(deps-dev): bump cookiecutter from 2.2.2 to 2.3.0 (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 4, 2023
1 parent 65d9dba commit bb56a1a
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ singer-sdk = { version="^0.30.0" }
fs-s3fs = { version = "^1.1.1", optional = true }

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
pytest = "^7.4.0"
singer-sdk = { version="^0.30.0", extras = ["testing"] }

[tool.poetry.extras]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cached-property = "^1" # Remove after Python 3.7 support is dropped
{%- endif %}

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
pytest = "^7.4.0"
singer-sdk = { version="^0.30.0", extras = ["testing"] }

[tool.poetry.extras]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requests = "^2.31.0"
{%- endif %}

[tool.poetry.dev-dependencies]
pytest = "^7.2.1"
pytest = "^7.4.0"
singer-sdk = { version="^0.30.0", extras = ["testing"] }

[tool.poetry.extras]
Expand Down
34 changes: 27 additions & 7 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 @@ -101,7 +101,7 @@ testing = [
commitizen-version-bump = { git = "https://github.com/meltano/commitizen-version-bump.git", branch = "main" }
xdoctest = "^1.1.1"
mypy = "^1.0"
cookiecutter = ">=2.1.1,<2.2.3"
cookiecutter = ">=2.1.1,<2.3.1"
PyYAML = "^6.0"
freezegun = "^1.2.2"
numpy = [
Expand Down

0 comments on commit bb56a1a

Please sign in to comment.