Skip to content

Commit

Permalink
chore(deps-dev): Update singer-sdk requirement from ~=0.34.0 to ~=0.35.0
Browse files Browse the repository at this point in the history
Updates the requirements on [singer-sdk](https://github.com/meltano/sdk) to permit the latest version.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and edgarrmondragon committed Feb 12, 2024
1 parent 65a4cd7 commit 1e01e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ dynamic = [
"version",
]
dependencies = [
"singer-sdk~=0.34.0",
"singer-sdk~=0.35.0",
]
optional-dependencies.dev = [
"tap-hookdeck[testing,typing]",
]
optional-dependencies.testing = [
"deptry>=0.12",
"pytest>=7.4",
"singer-sdk[testing]~=0.34.0",
"singer-sdk[testing]",
]
optional-dependencies.typing = [
"mypy",
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"""Pytest configuration for tests in this directory."""

from __future__ import annotations

pytest_plugins = ("singer_sdk.testing.pytest_plugin",)

0 comments on commit 1e01e3f

Please sign in to comment.