Skip to content

Commit

Permalink
chore: Run poetry lock to install the latest transitive dependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 20, 2024
1 parent 6c6a5f6 commit da9040e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ singer-sdk = { version="~=0.37.0", extras = [
] }
fs-s3fs = { version = "~=1.1.1", optional = true }
{%- if cookiecutter.stream_type in ["REST", "GraphQL"] %}
requests = "~=2.31.0"
requests = "~=2.32.0"
{%- endif %}

[tool.poetry.group.dev.dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python = ">=3.8"
singer-sdk = { version="~=0.37.0"{{ ', extras = ["faker"]' if cookiecutter.faker_extra }} }
fs-s3fs = { version = "~=1.1.1", optional = true }
{%- if cookiecutter.serialization_method != "SQL" %}
requests = "~=2.31.0"
requests = "~=2.32.0"
{%- endif %}

[tool.poetry.dev-dependencies]
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

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

0 comments on commit da9040e

Please sign in to comment.