Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytrakt from 3.4.35 to 4.0.0 #2165

Merged
merged 2 commits into from
Jan 28, 2025
Merged

Bump pytrakt from 3.4.35 to 4.0.0 #2165

merged 2 commits into from
Jan 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Bumps pytrakt from 3.4.35 to 4.0.0.

Release notes

Sourced from pytrakt's releases.

4.0.0

Commits

  • 113a8b9: Add HttpClient class (Elan Ruusamäe) #51
  • 15acd61: Add timeout to HttpClient (Elan Ruusamäe) #51
  • 84b8673: Add Config class (Elan Ruusamäe) #51
  • 153d7bb: Add config factory to core (Elan Ruusamäe) #51
  • 46687f0: Export config factory (Elan Ruusamäe) #51
  • f2ea711: Add TokenAuth class (Elan Ruusamäe) #51
  • 155a85d: Add api factory (Elan Ruusamäe) #51
  • ff737a2: Export api factory (Elan Ruusamäe) #51
  • 24795af: Add BaseAdapter class (Elan Ruusamäe) #51
  • 72a2d78: Add OAuthAdapter adapter (Elan Ruusamäe) #51
  • 54fd899: Add PinAuthAdapter adapter (Elan Ruusamäe) #51
  • 3d1e23d: Add DeviceAuthAdapter module (Elan Ruusamäe) #51
  • 38b3d70: Add auth module (Elan Ruusamäe) #51
  • 9b45253: Add decorators module (Elan Ruusamäe) #51
  • cc0d449: Export decorators for backward compat (Elan Ruusamäe) #51
  • df32767: Use updated init_auth in core.init() (Elan Ruusamäe) #51
  • 3e5ad90: Drop unused Core class (Elan Ruusamäe) #51
  • 7951438: Drop unused auth methods from core (Elan Ruusamäe) #51
  • 1e12732: Cleanup unused imports in core (Elan Ruusamäe) #51
  • 41ffb5a: Drop unused core constants (Elan Ruusamäe) #51
  • c1790a8: Update MockCore to use HttpClient (Elan Ruusamäe) #51
  • 0b1d0f2: Update base version to 4.0.0 (Elan Ruusamäe) #51
  • Add api client class (#51) #51 (Elan Ruusamäe)
  • 28fae60: Add HttpClient.auth setter/getter (Elan Ruusamäe) #55
  • 4ef5d08: Uset auth setter to set token auth (Elan Ruusamäe) #55
  • 4f34003: Cleanup unuset set_auth method (Elan Ruusamäe) #55
  • 06c16e7: 📝 Add docstrings to auth-refactor (coderabbitai[bot]) #56
  • b66874b: Fix comment for cached function (Elan Ruusamäe) #56
  • a38f02e: 📝 Add docstrings to auth-refactor (#56) (Elan Ruusamäe) #56
  • Replace HttpClient set_auth method with auth property (#55) #55 (Elan Ruusamäe)
  • 44db661: Update precommit isort: 5.12.0 -> 5.13.2 (Elan Ruusamäe)
  • cd8771c: Add python 3.13 to CI test (Elan Ruusamäe) #54
  • 974a1c1: Add python 3.10 - 3.13 to package classifiers (Elan Ruusamäe) #54
  • 91217b2: Add CI job to test if docs build (Elan Ruusamäe) #12
  • 6e1f012: Ignore CI job if updating only docs (Elan Ruusamäe) #12
  • Add Python 3.13 to CI (#54) #54 (Elan Ruusamäe)
  • Add job to test docs build (#12) #12 (Elan Ruusamäe)
  • 4e2addb: Use sphinx from pip (Elan Ruusamäe) #58
  • c083a96: Use tee rather direction (Elan Ruusamäe) #58
  • a5b5b12: Enable shell tracing (Elan Ruusamäe) #58
  • Use sphinx from pip (#58) #58 (Elan Ruusamäe)
  • 15dbcc2: Fix oauth/token path (Elan Ruusamäe) #59
  • a8e5fba: Fix oauth/token path, recursive overflow (#59) (Elan Ruusamäe) #59
  • b6ed4b4: Add max retries to token refresh (Elan Ruusamäe) #60
  • Add max retries to token refresh (#60) #60 (Elan Ruusamäe)
  • 29921e7: Add api test (Elan Ruusamäe) #53
  • Add api test (#53) #53 (Elan Ruusamäe)
  • 02f49ac: Set max retries to 1 (Elan Ruusamäe) #61

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytrakt](https://github.com/glensc/python-pytrakt) from 3.4.35 to 4.0.0.
- [Release notes](https://github.com/glensc/python-pytrakt/releases)
- [Changelog](https://github.com/glensc/python-pytrakt/blob/main/HISTORY.rst)
- [Commits](glensc/python-pytrakt@3.4.35...4.0.0)

---
updated-dependencies:
- dependency-name: pytrakt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 28, 2025
@glensc glensc merged commit c23a86e into main Jan 28, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pytrakt-4.0.0 branch January 28, 2025 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant