script.service.hue icon indicating copy to clipboard operation
script.service.hue copied to clipboard

Update rollbar requirement from ~=0.15.2 to ~=0.16.3

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Updates the requirements on rollbar to permit the latest version.

Release notes

Sourced from rollbar's releases.

v0.16.3

  • Pinned Python 2 CI tests to legacy version of dependencies. See #408
  • Add PyPI badge for supported Python versions. See #408
  • Add Django 4.0+ compatibility. See #408
  • Update PR template. See #408
  • SC-95272: Remove support for Python 3.3. See #408

Full Changelog: https://github.com/rollbar/pyrollbar/compare/v0.16.2...v0.16.3

Changelog

Sourced from rollbar's changelog.

Change Log

The change log is also available on the GitHub Releases Page.

0.16.3

  • Pinned Python 2 CI tests to legacy version of dependencies. See #408
  • Add PyPI badge for supported Python versions. See #408
  • Add Django 4.0+ compatibility. See #408
  • Update PR template. See #408
  • SC-95272: Remove support for Python 3.3. See #408

0.16.2

  • Fix building person data in Django. See #385
  • Fix circular error logging for non-HTTP events in Starlette. See #390
  • Fix Python 3.4 builds. See #389

0.16.1

  • Fix PyPI artifacts

0.16.0

  • Add support for FastAPI framework. See #373
  • Add support for Starlette framework. See #373
  • Add support for ASGI-based frameworks. See #373
  • Add support for HTTPX async handler. See #373
  • Add support for async report_exc_info and report_message. See #373
  • Collect user IP from X-Forwarded-For, fall back to X-Real-Ip. See #370
  • Improve examples. See #368
  • Fix Python 3.3 builds. See #374
  • Fix Flask 0.x builds. See #376

0.15.2

  • Add support for whitelist/blacklist for safelist/blocklist. See #354
  • Add Twisted to the available frameworks. See #360

0.15.1

  • Add support to Python 3.8. See #351
  • Fix deque test. See #349
  • Add alternatives to exception handler. See #335
  • Change dict_merge to allow strict mode. See #339
  • Improve scrubbing test case. See #343

0.15.0

  • Prevent recursive re-raising of exceptions. See #317

... (truncated)

Commits
  • 4eb8a80 Merge pull request #409 from rollbar/release_0.16.3
  • 3bdd00c Bumped version to v0.16.3 and updated changelog
  • c0267cd Merge pull request #408 from rollbar/python_2_ci
  • 484427b Fixed missing quotes
  • 3645bc9 Moved indirect dependencies fixes to CI run not setup.py tests_require. They
  • cc7c80e Added typing-extensions to setup.py tests_require
  • d721060 Moved dependency updates after framework installation
  • 9a78c5f Pinned Python 3.4 CI tests to legacy version of typing-extensions
  • dfcb506 Pinned Python 3.4 CI tests to legacy version of dependencies
  • f724480 Pinned Python 2 CI tests to legacy version of dependencies
  • Additional commits viewable in compare view

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 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)

dependabot[bot] avatar Jun 25 '22 19:06 dependabot[bot]