Skip to content

Commit

Permalink
fix(deps): update dependency singer-sdk to ~=0.44.0 (#162)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [singer-sdk](https://github.com/meltano/sdk)
([changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md))
| `~=0.43.1` -> `~=0.44.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/singer-sdk/0.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/singer-sdk/0.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/singer-sdk/0.43.1/0.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/singer-sdk/0.43.1/0.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>meltano/sdk (singer-sdk)</summary>

###
[`v0.44.0`](https://github.com/meltano/sdk/blob/HEAD/CHANGELOG.md#v0440-2025-01-23)

[Compare
Source](https://github.com/meltano/sdk/compare/v0.43.1...v0.44.0)

##### ✨ New

- [#&#8203;2830](https://github.com/meltano/sdk/issues/2830)
Allow developers to mark stream schema and settings fields as deprecated
- [#&#8203;2829](https://github.com/meltano/sdk/issues/2829)
Support a `x-sql-datatype` JSON Schema annotation to let targets
customize SQL type handling
- [#&#8203;2819](https://github.com/meltano/sdk/issues/2819)
Add SHA256 encryption method to inline stream maps -- ***Thanks
[@&#8203;ben-schulz-mh](https://github.com/ben-schulz-mh)!***

##### 📦 Packaging changes

- [#&#8203;2407](https://github.com/meltano/sdk/issues/2407)
Use Poetry support for PEP 621
- [#&#8203;2822](https://github.com/meltano/sdk/issues/2822)
Make paramiko and transitive SSH dependencies optional
- [#&#8203;2821](https://github.com/meltano/sdk/issues/2821)
Require urllib3 < 2 on Python < 3.10

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on saturday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/reservoir-data/tap-canny).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent d31fca9 commit f20e4bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
]
dependencies = [
"requests~=2.32.0",
"singer-sdk~=0.43.1",
"singer-sdk~=0.44.0",
]
urls.Documentation = "https://github.com/edgarrmondragon/tap-canny#readme"
urls.Homepage = "https://github.com/edgarrmondragon/tap-canny"
Expand Down
9 changes: 5 additions & 4 deletions uv.lock

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

0 comments on commit f20e4bf

Please sign in to comment.