Skip to content

Commit

Permalink
Merge branch 'main' into kgpayne/version-when-package-name-differs-fr…
Browse files Browse the repository at this point in the history
…om-exec-name
  • Loading branch information
Ken Payne authored Feb 9, 2023
2 parents 27122e7 + 3fcac26 commit fb6481c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions cookiecutter/tap-template/{{cookiecutter.tap_id}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ python = "<3.12,>=3.7.1"
singer-sdk = { version="^0.19.0"}
fs-s3fs = { version = "^1.1.1", optional = true}
{%- if cookiecutter.stream_type in ["REST", "GraphQL"] %}
requests = "^2.28.1"
requests = "^2.28.2"
{%- endif %}

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
flake8 = "^5.0.4"
black = "^22.12.0"
pydocstyle = "^6.2.1"
mypy = "^0.991"
isort = "^5.12.0"
black = "^23.1.0"
pydocstyle = "^6.3.0"
mypy = "^1.0.0"
isort = "^5.11.5"
{%- if cookiecutter.stream_type in ["REST", "GraphQL"] %}
types-requests = "^2.28.11.7"
types-requests = "^2.28.11.12"
{%- endif %}

[tool.poetry.extras]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ python = "<3.12,>=3.7.1"
singer-sdk = { version="^0.19.0"}
fs-s3fs = { version = "^1.1.1", optional = true}
{%- if cookiecutter.serialization_method != "SQL" %}
requests = "^2.28.1"
requests = "^2.28.2"
{%- endif %}

[tool.poetry.dev-dependencies]
pytest = "^7.2.1"
flake8 = "^5.0.4"
black = "^22.12.0"
pydocstyle = "^6.2.1"
mypy = "^0.991"
isort = "^5.12.0"
black = "^23.1.0"
pydocstyle = "^6.3.0"
mypy = "^1.0.0"
isort = "^5.11.5"
{%- if cookiecutter.serialization_method != "SQL" %}
types-requests = "^2.28.11.7"
types-requests = "^2.28.11.12"
{%- endif %}

[tool.poetry.extras]
Expand Down

0 comments on commit fb6481c

Please # to comment.