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 across 1 directory with 17 updates #249

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 17 updates in the / directory:

Package From To
aiohttp 3.9.5 3.10.5
attrs 23.2.0 24.2.0
certifi 2024.6.2 2024.8.30
idna 3.7 3.8
inflect 7.3.0 7.3.1
irc 20.4.1 20.5.0
jaraco-collections 5.0.1 5.1.0
jaraco-context 5.3.0 6.0.1
jaraco-functools 4.0.1 4.0.2
jaraco-stream 3.0.3 3.0.4
jaraco-text 3.12.1 4.0.0
more-itertools 10.3.0 10.4.0
pydantic 2.7.4 2.8.2
pydantic-core 2.18.4 2.23.1
sentry-sdk 2.7.1 2.13.0
tempora 5.6.0 5.7.0
yarl 1.9.4 1.9.6

Updates aiohttp from 3.9.5 to 3.10.5

Release notes

Sourced from aiohttp's releases.

3.10.5

Bug fixes

  • Fixed :meth:aiohttp.ClientResponse.json() not setting status when :exc:aiohttp.ContentTypeError is raised -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8742.

Miscellaneous internal changes

  • Improved performance of the WebSocket reader -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8736, #8747.


3.10.4

Bug fixes

  • Fixed decoding base64 chunk in BodyPartReader -- by :user:hyzyla.

    Related issues and pull requests on GitHub: #3867.

  • Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8680.

  • Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:bdraco.

    If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.10.5 (2024-08-19)

Bug fixes

  • Fixed :meth:aiohttp.ClientResponse.json() not setting status when :exc:aiohttp.ContentTypeError is raised -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8742.

Miscellaneous internal changes

  • Improved performance of the WebSocket reader -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8736, :issue:8747.


3.10.4 (2024-08-17)

Bug fixes

  • Fixed decoding base64 chunk in BodyPartReader -- by :user:hyzyla.

    Related issues and pull requests on GitHub: :issue:3867.

  • Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8680.

... (truncated)

Commits

Updates attrs from 23.2.0 to 24.2.0

Commits

Updates certifi from 2024.6.2 to 2024.8.30

Commits

Updates idna from 3.7 to 3.8

Release notes

Sourced from idna's releases.

v3.8

What's Changed

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Full Changelog: kjd/idna@v3.7...v3.8

Changelog

Sourced from idna's changelog.

3.8 (2024-08-23) ++++++++++++++++

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Commits
  • 784c6f4 Release v3.8
  • 28c7c9e Typo fix
  • a2b41c3 Pin remainder of Github Actions flagged in code scanning
  • 1f613c5 More Github Action dependency pinning
  • a87e2b6 Update OSSF scorecard to latest version
  • 12d4dd1 Merge pull request #182 from kjd/github-pypi-actions
  • e1a1541 Pin Github Actions dependencies
  • c109d3a Merge branch 'master' into github-pypi-actions
  • f8a8de4 Do not try to build/send packages to TestPyPI for now
  • 613bdde Update regexp to move global flag to start of expression
  • Additional commits viewable in compare view

Updates inflect from 7.3.0 to 7.3.1

Changelog

Sourced from inflect's changelog.

v7.3.1

Bugfixes

  • Set minimum version of more-itertools to 8.5 (#215)
Commits

Updates irc from 20.4.1 to 20.5.0

Changelog

Sourced from irc's changelog.

v20.5.0

Features

  • Refactored commands processing so now every command has a numeric and a name. Programs reliant on numeric values not yet defined can do so without breaking once they are defined. (#214)

v20.4.3

Bugfixes

  • Unconditionally close the socket, even if shutdown fails. (#224)

v20.4.2

Bugfixes

  • Stop excluding scripts. Prevents docs and scripts from being installed. (#231)
Commits
  • 4513dc3 Finalize
  • 92e7d76 Add news fragment.
  • d0df1e3 Rename Code to Command for clarity.
  • 90d541b Always resolve a command to a Code object.
  • 497aba6 Inline the compatibility shim.
  • 4d4ba1b Restore compatibility for Python 3.11.
  • c95c063 Load codes from a text file and model them as unified objects.
  • e051a49 Add some type hints to help with ServerConnection.connect.
  • 63599db Merge pull request #233 from rmblau/main
  • 98dc33d 👹 Feed the hobgoblins (delint).
  • Additional commits viewable in compare view

Updates jaraco-collections from 5.0.1 to 5.1.0

Changelog

Sourced from jaraco-collections's changelog.

v5.1.0

Features

  • Fully typed RangeMap and avoid complete iterations to find matches (#16)
Commits

Updates jaraco-context from 5.3.0 to 6.0.1

Changelog

Sourced from jaraco-context's changelog.

v6.0.1

Bugfixes

  • Removed type declarations as suggested by Gemini. (#13)

v6.0.0

Bugfixes

  • Fixed bug in repo_context where standard output from git would not be hidden (because git emits standard output on the stderr stream).

Deprecations and Removals

  • Removed deprecated 'tarball_context', 'infer_compression', and 'null' contexts.
Commits
  • 088151e Finalize
  • 97cd186 Add news fragment.
  • 591cb84 Revert "Apply Gemini's ideas for improving the types."
  • 04c905d 🚡 Toil the docs.
  • 9c41698 Add workaround for cleaning out read-only files when wiping repo context.
  • e051242 Apply Gemini's ideas for improving the types.
  • d892f53 Finalize
  • 2ae9f20 Declare project as typed.
  • 0483ad7 Expanded test coverage to cover 100% of the code.
  • 9226589 Suppress logging from the tarfile_served.
  • Additional commits viewable in compare view

Updates jaraco-functools from 4.0.1 to 4.0.2

Changelog

Sourced from jaraco-functools's changelog.

v4.0.2

No significant changes.

Commits

Updates jaraco-stream from 3.0.3 to 3.0.4

Changelog

Sourced from jaraco-stream's changelog.

v3.0.4

Bugfixes

  • Moved more_itertools into the dependencies. (#5)
Commits

Updates jaraco-text from 3.12.1 to 4.0.0

Changelog

Sourced from jaraco-text's changelog.

v4.0.0

Deprecations and Removals

  • Made 'inflect' an optional dependency. The show-newlines script now will crash unless jaraco.text[inflect] is installed.

v3.14.0

Features

  • Add new 'clean' function, extracted from 'yield_lines'.

v3.13.1

Bugfixes

  • Fix EncodingWarning.

v3.13.0

Features

  • Add 'lines_from' function.
Commits

Updates more-itertools from 10.3.0 to 10.4.0

Release notes

Sourced from more-itertools's releases.

Version 10.4.0

What's Changed

New Contributors

Full Changelog: more-itertools/more-itertools@v10.3.0...v10.4.0

Commits

Updates pydantic from 2.7.4 to 2.8.2

Release notes

Sourced from pydantic's releases.

v2.8.2 (2024-07-03)

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

Full Changelog: pydantic/pydantic@v2.8.1...v2.8.2

v2.8.1 (2024-07-03)

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.8.0...v2.8.1

v2.8.0 (2024-07-01)

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.8.2 (2024-07-03)

GitHub release

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

v2.8.1 (2024-07-03)

GitHub release

What's Changed

Packaging

Fixes

v2.8.0 (2024-07-01)

GitHub release

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

What's Changed

Packaging

New Features

... (truncated)

Commits
  • 4978ee2 update history
  • 0345929 v bump
  • d390a04 Fix issue with assertion caused by pluggable schema validator (#9838)
  • 040865f update history
  • 5a33e3b bump version
  • 2f9abb2 Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 (#9832)
  • ce9c5f7 Remove spooky meetings file (#9824)
  • 6bdd6d1 Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...
  • 701ccde Fix list constraint json schema application (#9818)
  • 2a066a2 Bump ruff to v0.5.0 and pyright to v1.1.369 (#9801)
  • Additional commits viewable in compare view

Updates pydantic-core from 2.18.4 to 2.23.1

Release notes

Sourced from pydantic-core's releases.

v2.23.1 2024-08-29

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.23.0...v2.23.1

v2.23.0 2024-08-19

What's Changed

Full Changelog: pydantic/pydantic-core@v2.22.0...v2.23.0

v2.22.0 2024-08-15

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.21.0...v2.22.0

v2.21.0 2024-08-05

What's Changed

Packaging

... (truncated)

Commits
  • d93e6b1 Prep for v2.23.1 patch release (#1425)
  • cd04138 Refactor BigInt boilerplate (#1421)
  • d0384c7 Support BigInt serialization for int subclasses (#1417)
  • f4a0675 Use more explicit warning regarding serialization warning for missing fields ...
  • 4113638 Prep for v2.23.0 (#1412)
  • 51c412b Breaking change: Change metadata type hint from Any -> `Dict[str, Any] | ...
  • b127652 Adding cls reference to TypedDictSchema (#1410)
  • de04f03 Disable automatic assignees with hooky (#1408)
  • a6d0d63 Version bump to prep for new release (#1406)
  • 08a99b5 Introduce exactness into Decimal validation logic (#1405)
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.7.1 to 2.13.0

Release notes

Sourced from sentry-sdk's releases.

2.13.0

Various fixes & improvements

  • New integration: Ray (#2400) (#2444) by @​glowskir

    Usage: (add the RayIntegration to your sentry_sdk.init() call and make sure it is called in the worker processes)

    import ray
    import sentry_sdk
    from sentry_sdk.integrations.ray import RayIntegration
    def init_sentry():
    sentry_sdk.init(
    dsn="...",
    traces_sample_rate=1.0,
    integrations=[RayIntegration()],
    )
    init_sentry()
    ray.init(
    runtime_env=dict(worker_process_setup_hook=init_sentry),
    )

    For more information, see the documentation for the Ray integration.

  • New integration: Litestar (#2413) (#3358) by @​KellyWalker

    Usage: (add the LitestarIntegration to your sentry_sdk.init())

    from litestar import Litestar, get
    import sentry_sdk
    from sentry_sdk.integrations.litestar import LitestarIntegration
    sentry_sdk.init(
    dsn="...",
    traces_sample_rate=1.0,
    integrations=[LitestarIntegration()],
    )
    @​get("/")
    async def index() -> str:
    return "Hello, world!"
    app = Litestar(...)

    For more information, see the documentation for the Lite...

    Description has been truncated

…pdates

Bumps the dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.5` |
| [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.2.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.6.2` | `2024.8.30` |
| [idna](https://github.com/kjd/idna) | `3.7` | `3.8` |
| [inflect](https://github.com/jaraco/inflect) | `7.3.0` | `7.3.1` |
| [irc](https://github.com/jaraco/irc) | `20.4.1` | `20.5.0` |
| [jaraco-collections](https://github.com/jaraco/jaraco.collections) | `5.0.1` | `5.1.0` |
| [jaraco-context](https://github.com/jaraco/jaraco.context) | `5.3.0` | `6.0.1` |
| [jaraco-functools](https://github.com/jaraco/jaraco.functools) | `4.0.1` | `4.0.2` |
| [jaraco-stream](https://github.com/jaraco/jaraco.stream) | `3.0.3` | `3.0.4` |
| [jaraco-text](https://github.com/jaraco/jaraco.text) | `3.12.1` | `4.0.0` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.3.0` | `10.4.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.4` | `2.8.2` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.18.4` | `2.23.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.7.1` | `2.13.0` |
| [tempora](https://github.com/jaraco/tempora) | `5.6.0` | `5.7.0` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.4` | `1.9.6` |



Updates `aiohttp` from 3.9.5 to 3.10.5
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.5...v3.10.5)

Updates `attrs` from 23.2.0 to 24.2.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `certifi` from 2024.6.2 to 2024.8.30
- [Commits](certifi/python-certifi@2024.06.02...2024.08.30)

Updates `idna` from 3.7 to 3.8
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.7...v3.8)

Updates `inflect` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/jaraco/inflect/releases)
- [Changelog](https://github.com/jaraco/inflect/blob/main/NEWS.rst)
- [Commits](jaraco/inflect@v7.3.0...v7.3.1)

Updates `irc` from 20.4.1 to 20.5.0
- [Release notes](https://github.com/jaraco/irc/releases)
- [Changelog](https://github.com/jaraco/irc/blob/main/NEWS.rst)
- [Commits](jaraco/irc@v20.4.1...v20.5.0)

Updates `jaraco-collections` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/jaraco/jaraco.collections/releases)
- [Changelog](https://github.com/jaraco/jaraco.collections/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.collections@v5.0.1...v5.1.0)

Updates `jaraco-context` from 5.3.0 to 6.0.1
- [Release notes](https://github.com/jaraco/jaraco.context/releases)
- [Changelog](https://github.com/jaraco/jaraco.context/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.context@v5.3.0...v6.0.1)

Updates `jaraco-functools` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/jaraco/jaraco.functools/releases)
- [Changelog](https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.functools@v4.0.1...v4.0.2)

Updates `jaraco-stream` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/jaraco/jaraco.stream/releases)
- [Changelog](https://github.com/jaraco/jaraco.stream/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.stream@v3.0.3...v3.0.4)

Updates `jaraco-text` from 3.12.1 to 4.0.0
- [Release notes](https://github.com/jaraco/jaraco.text/releases)
- [Changelog](https://github.com/jaraco/jaraco.text/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.text@v3.12.1...v4.0.0)

Updates `more-itertools` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.3.0...v10.4.0)

Updates `pydantic` from 2.7.4 to 2.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.4...v2.8.2)

Updates `pydantic-core` from 2.18.4 to 2.23.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.18.4...v2.23.1)

Updates `sentry-sdk` from 2.7.1 to 2.13.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@2.7.1...2.13.0)

Updates `tempora` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/jaraco/tempora/releases)
- [Changelog](https://github.com/jaraco/tempora/blob/main/NEWS.rst)
- [Commits](jaraco/tempora@v5.6.0...v5.7.0)

Updates `yarl` from 1.9.4 to 1.9.6
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.9.4...v1.9.6)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: inflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: irc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jaraco-collections
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jaraco-context
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jaraco-functools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jaraco-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jaraco-text
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: more-itertools
  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-minor
  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
- dependency-name: tempora
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: yarl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2024

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

@dependabot dependabot bot closed this Oct 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/dependencies-ef26feeb24 branch October 1, 2024 06:54
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