Skip to content

Commit

Permalink
Update some cookiecutter dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 4, 2023
1 parent ed7a280 commit 58b56b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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

0 comments on commit 58b56b1

Please sign in to comment.