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

chore(deps): bump the dependencies group with 6 updates #228

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the dependencies group with 6 updates:

Package From To
inflect 7.0.0 7.2.0
irc 20.3.1 20.4.0
jaraco-classes 3.3.1 3.4.0
pydantic 2.6.3 2.6.4
pydantic-core 2.16.3 2.17.0
sentry-sdk 1.40.6 1.44.0

Updates inflect from 7.0.0 to 7.2.0

Changelog

Sourced from inflect's changelog.

v7.2.0

Features

  • Replace pydantic with typeguard (#195)

v7.1.0

Features

  • Now handle 'pair of x' in pl_sb_uninflected_complete (#188)
Commits
  • dbde4d2 Finalize
  • 684cd1a Merge pull request #199 from abravalheri/issue-195-typeguard
  • c8c27d9 Mark type checking block as uncovered.
  • c3bb3d6 Merge branch 'main' into issue-195-typeguard
  • fea125b Add news fragment.
  • 8e5842c 👹 Feed the hobgoblins (delint).
  • 57dca31 👹 Feed the hobgoblins (delint).
  • 9a5a85d Fix pointless comparison (B015).
  • 1d877c5 👹 Feed the hobgoblins (delint).
  • 0a88ec3 Catch more specific exception (B017).
  • Additional commits viewable in compare view

Updates irc from 20.3.1 to 20.4.0

Changelog

Sourced from irc's changelog.

v20.4.0

Features

  • Replace deprecated ssl.wrap_socket with SSLContext.wrap_socket and update examples in connection.py docs. (#216)
Commits

Updates jaraco-classes from 3.3.1 to 3.4.0

Changelog

Sourced from jaraco-classes's changelog.

v3.4.0

Features

  • Better type hints for NonDataProperty. (#13)
Commits

Updates pydantic from 2.6.3 to 2.6.4

Release notes

Sourced from pydantic's releases.

v2.6.4 (2024-03-12)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.6.3...v2.6.4/

Changelog

Sourced from pydantic's changelog.

v2.6.4 (2024-03-12)

GitHub release

What's Changed

Fixes

Commits

Updates pydantic-core from 2.16.3 to 2.17.0

Release notes

Sourced from pydantic-core's releases.

v2.17.0

What's Changed

Packaging

Fixes

Performance

New Features

Changes

... (truncated)

Commits

Updates sentry-sdk from 1.40.6 to 1.44.0

Release notes

Sourced from sentry-sdk's releases.

1.44.0

Various fixes & improvements

1.43.0

Various fixes & improvements

  • Add optional keep_alive (#2842) by @​sentrivana

    If you're experiencing frequent network issues between the SDK and Sentry, you can try turning on TCP keep-alive:

    import sentry_sdk
    sentry_sdk.init(
    # ...your usual settings...
    keep_alive=True,
    )

  • Add support for Celery Redbeat cron tasks (#2643) by @​kwigley

    The SDK now supports the Redbeat scheduler in addition to the default Celery Beat scheduler for auto instrumenting crons. See the docs for more information about how to set this up.

  • aws_event can be an empty list (#2849) by @​sentrivana

  • Re-export Event in types.py (#2829) by @​szokeasaurusrex

  • Small API docs improvement (#2828) by @​antonpirker

  • Fixed OpenAI tests (#2834) by @​antonpirker

  • Bump checkouts/data-schemas from ed078ed to 8232f17 (#2832) by @​dependabot

1.42.0

Various fixes & improvements

  • New integration: OpenAI integration (#2791) by @​colin-sentry

    We added an integration for OpenAI to capture errors and also performance data when using the OpenAI Python SDK.

    Useage:

    This integrations is auto-enabling, so if you have the openai package in your project it will be enabled. Just initialize Sentry before you create your OpenAI client.

    from openai import OpenAI
    import sentry_sdk
    sentry_sdk.init(

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

1.44.0

Various fixes & improvements

1.43.0

Various fixes & improvements

  • Add optional keep_alive (#2842) by @​sentrivana

    If you're experiencing frequent network issues between the SDK and Sentry, you can try turning on TCP keep-alive:

    import sentry_sdk
    sentry_sdk.init(
    # ...your usual settings...
    keep_alive=True,
    )

  • Add support for Celery Redbeat cron tasks (#2643) by @​kwigley

    The SDK now supports the Redbeat scheduler in addition to the default Celery Beat scheduler for auto instrumenting crons. See the docs for more information about how to set this up.

  • aws_event can be an empty list (#2849) by @​sentrivana

  • Re-export Event in types.py (#2829) by @​szokeasaurusrex

  • Small API docs improvement (#2828) by @​antonpirker

  • Fixed OpenAI tests (#2834) by @​antonpirker

  • Bump checkouts/data-schemas from ed078ed to 8232f17 (#2832) by @​dependabot

1.42.0

Various fixes & improvements

  • New integration: OpenAI integration (#2791) by @​colin-sentry

    We added an integration for OpenAI to capture errors and also performance data when using the OpenAI Python SDK.

    Useage:

    This integrations is auto-enabling, so if you have the openai package in your project it will be enabled. Just initialize Sentry before you create your OpenAI client.

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [inflect](https://github.com/jaraco/inflect) | `7.0.0` | `7.2.0` |
| [irc](https://github.com/jaraco/irc) | `20.3.1` | `20.4.0` |
| [jaraco-classes](https://github.com/jaraco/jaraco.classes) | `3.3.1` | `3.4.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.6.3` | `2.6.4` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.16.3` | `2.17.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.6` | `1.44.0` |


Updates `inflect` from 7.0.0 to 7.2.0
- [Release notes](https://github.com/jaraco/inflect/releases)
- [Changelog](https://github.com/jaraco/inflect/blob/main/NEWS.rst)
- [Commits](jaraco/inflect@v7.0.0...v7.2.0)

Updates `irc` from 20.3.1 to 20.4.0
- [Release notes](https://github.com/jaraco/irc/releases)
- [Changelog](https://github.com/jaraco/irc/blob/main/NEWS.rst)
- [Commits](jaraco/irc@v20.3.1...v20.4.0)

Updates `jaraco-classes` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/jaraco/jaraco.classes/releases)
- [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.classes@v3.3.1...v3.4.0)

Updates `pydantic` from 2.6.3 to 2.6.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.3...v2.6.4)

Updates `pydantic-core` from 2.16.3 to 2.17.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.16.3...v2.17.0)

Updates `sentry-sdk` from 1.40.6 to 1.44.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.40.6...1.44.0)

---
updated-dependencies:
- dependency-name: inflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: irc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jaraco-classes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Apr 1, 2024
@TrueBrain
Copy link
Member

@dependabot ignore pydantic-core minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2024

OK, I won't notify you about version 2.17.x of pydantic-core again, unless you unignore it.

@TrueBrain
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/dependencies-2d8832b5e4 branch April 9, 2024 17:45
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