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 rt from 2.2.2 to 3.3.1 #493

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps rt from 2.2.2 to 3.3.1.

Release notes

Sourced from rt's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: python-rt/python-rt@v3.1.4...v3.2.0

v3.1.4

What's Changed

Full Changelog: python-rt/python-rt@v3.1.3...v3.1.4

v3.1.3

[v3.1.3], 2023-10-10

Fixes

  • Fix an issue where no e-mail was sent on ticket creation due to suggesting to use Requestors instead of Requestor (python-rt/python-rt#92).

v3.1.2

Revert breaking change for python3.8 (collections.abc.AsyncIterator is not subscriptable)

v3.1.1

In AsyncRt, instead of returning sequences, return AsyncIterators.

v3.1.0

[v3.1.0], 2023-09-25

Changes

  • Replace requests with httpx for the REST2 part.

Added

  • Add a new AsyncRt class which implements the RT REST2 API in asnyc.
  • Adapt tests to include thew new async parts of this library.

v3.0.7

[v3.0.7], 2023-07-27

Fixes

  • Fix sorting when using search() method (#90)

v3.0.6

[v3.0.6], 2023-06-21

Added

  • Fixed bug in rest1 (#86)

v3.0.5

Added

  • Added support for specifying custom fields on user creation/edit (#82).

... (truncated)

Changelog

Sourced from rt's changelog.

[v3.3.1], 2024-11-14

Fixes

  • Fix str(bytes) warning (BytesWarning: str() on a bytes instance) (#1074)

Changes

  • Set included files for ruff
  • Switch to hatchling
  • Set ignores for tests files
  • Ignore uv.lock

[v3.3.0], 2024-10-04

Removed

  • Remove support for now EoL Python 3.8.

[v3.2.0], 2024-09-06

Added

  • Added option for custom list of fields to be populated for search "query_format" param to avoid unnecessary round trips to get fields like Told, Starts, Resolved, etc by returning the required fields during search. (see #97 @​nerdfirefighter)

[v3.1.4], 2024-02-16

Fixes

  • Add a workaround for a breaking change introduced in RT5.0.5 which returns undefined pages variable for non-superusers (see #93 #94).

[v3.1.3], 2023-10-10

Fixes

  • Fix an issue where no e-mail was sent on ticket creation due to suggesting to use Requestors instead of Requestor (python-rt/python-rt#92).

[v3.1.2], 2023-09-25

Fixes

  • Revert breaking change for python3.8 (collections.abc.AsyncIterator is not subscriptable).

[v3.1.1], 2023-09-25

Fixes

  • In AsyncRt, instead of returning sequences, return AsyncIterators.

[v3.1.0], 2023-09-25

Changes

  • Replace requests with httpx for the REST2 part.

Added

  • Add a new AsyncRt class which implements the RT REST2 API in asnyc.
  • Adapt tests to include thew new async parts of this library.

[v3.0.7], 2023-07-27

Fixes

  • Fix sorting when using search() method (#90)

[v3.0.6], 2023-06-21

Fixes

  • Fixed bug in rest1 (#86)

... (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 [rt](https://github.com/python-rt/python-rt) from 2.2.2 to 3.3.1.
- [Release notes](https://github.com/python-rt/python-rt/releases)
- [Changelog](https://github.com/python-rt/python-rt/blob/master/CHANGELOG.md)
- [Commits](python-rt/python-rt@v2.2.2...v3.3.1)

---
updated-dependencies:
- dependency-name: rt
  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 Nov 18, 2024
@dependabot dependabot bot mentioned this pull request Nov 18, 2024
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.

0 participants