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 19 updates #240

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
aiohttp 3.9.3 3.9.5
annotated-types 0.6.0 0.7.0
backports-tarfile 1.0.0 1.2.0
certifi 2024.2.2 2024.6.2
discord-py 2.3.2 2.4.0
idna 3.6 3.7
inflect 7.2.0 7.3.0
irc 20.4.0 20.4.1
jaraco-collections 5.0.0 5.0.1
jaraco-functools 4.0.0 4.0.1
jaraco-text 3.12.0 3.12.1
more-itertools 10.2.0 10.3.0
pydantic 2.6.4 2.7.4
pydantic-core 2.16.3 2.20.0
sentry-sdk 1.44.1 2.7.1
tempora 5.5.1 5.6.0
typeguard 4.2.1 4.3.0
typing-extensions 4.11.0 4.12.2
urllib3 2.2.1 2.2.2

Updates aiohttp from 3.9.3 to 3.9.5

Release notes

Sourced from aiohttp's releases.

3.9.5

Bug fixes

  • Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad.

    Related issues and pull requests on GitHub: #8253.

  • Fixed regression (from :pr:8280) with adding Content-Disposition to the form-data part after appending to writer -- by :user:Dreamsorcerer/:user:Olegt0rr.

    Related issues and pull requests on GitHub: #8332.

  • Added default Content-Disposition in multipart/form-data responses to avoid broken form-data responses -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: #8335.


3.9.4

Bug fixes

  • The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:webknjaz.

    Related issues and pull requests on GitHub: #8089.

  • Treated values of Accept-Encoding header as case-insensitive when checking for gzip files -- by :user:steverep.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.9.5 (2024-04-16)

Bug fixes

  • Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad.

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

  • Fixed regression (from :pr:8280) with adding Content-Disposition to the form-data part after appending to writer -- by :user:Dreamsorcerer/:user:Olegt0rr.

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

  • Added default Content-Disposition in multipart/form-data responses to avoid broken form-data responses -- by :user:Dreamsorcerer.

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


3.9.4 (2024-04-11)

Bug fixes

  • The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:webknjaz.

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

... (truncated)

Commits

Updates annotated-types from 0.6.0 to 0.7.0

Release notes

Sourced from annotated-types's releases.

v0.7.0

What's Changed

New Contributors

Full Changelog: annotated-types/annotated-types@v0.6.0...v0.7.0

Commits

Updates backports-tarfile from 1.0.0 to 1.2.0

Changelog

Sourced from backports-tarfile's changelog.

v1.2.0

Features

v1.1.1

Bugfixes

  • Declare the backports namespace package. (#5)

v1.1.0

Features

  • Backported tests from CPython. (#2)

Bugfixes

  • Fixed a bug in _proc_gnulong on Python 3.8 where removesuffix was used.
Commits

Updates certifi from 2024.2.2 to 2024.6.2

Commits
  • 124f4ad 2024.06.02 (#291)
  • c2196ce --- (#290)
  • fefdeec Bump actions/checkout from 4.1.4 to 4.1.5 (#289)
  • 3c5fb15 Bump actions/download-artifact from 4.1.6 to 4.1.7 (#286)
  • 4a9569a Bump actions/checkout from 4.1.2 to 4.1.4 (#287)
  • 1fc8086 Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 (#288)
  • ad52dce Bump peter-evans/create-pull-request from 6.0.3 to 6.0.4 (#283)
  • 651904f Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#284)
  • 84fcfba Bump actions/download-artifact from 4.1.4 to 4.1.6 (#285)
  • 46b8057 Bump peter-evans/create-pull-request from 6.0.2 to 6.0.3 (#282)
  • Additional commits viewable in compare view

Updates discord-py from 2.3.2 to 2.4.0

Commits
  • 978a96b Version bump to v2.4.0
  • c75ca25 Add changelog for v2.4.0
  • d528e8f Add information on Message.poll for Message Content Intent
  • c055fd3 Fix ui.Button providing a custom_id for premium buttons
  • be9edf8 Remove setting sku_id explicitly via button decorator
  • 9eac365 Allow deletion race conditions to work with purge
  • fb12d3d Remove unnecessary warning logs for poll events
  • 837bc35 Add missing versionadded for a few decorators
  • bb1d09a Account for user installations in Channel.permissions_for
  • 895d6c3 Add Permissions.use_external_apps
  • Additional commits viewable in compare view

Updates idna from 3.6 to 3.7

Release notes

Sourced from idna's releases.

v3.7

What's Changed

  • Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]

Thanks to Guido Vranken for reporting the issue.

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

Changelog

Sourced from idna's changelog.

3.7 (2024-04-11) ++++++++++++++++

  • Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]

Thanks to Guido Vranken for reporting the issue.

Commits
  • 1d365e1 Release v3.7
  • c1b3154 Merge pull request #172 from kjd/optimize-contextj
  • 0394ec7 Merge branch 'master' into optimize-contextj
  • cd58a23 Merge pull request #152 from elliotwutingfeng/dev
  • 5beb28b More efficient resolution of joiner contexts
  • 1b12148 Update ossf/scorecard-action to v2.3.1
  • d516b87 Update Github actions/checkout to v4
  • c095c75 Merge branch 'master' into dev
  • 60a0a4c Fix typo in GitHub Actions workflow key
  • 5918a0e Merge branch 'master' into dev
  • Additional commits viewable in compare view

Updates inflect from 7.2.0 to 7.3.0

Changelog

Sourced from inflect's changelog.

v7.3.0

Features

  • Restricted typing_extensions to Python 3.8. (#211)

v7.2.1

Bugfixes

  • Refactored number_to_words toward reduced complexity.
Commits

Updates irc from 20.4.0 to 20.4.1

Changelog

Sourced from irc's changelog.

v20.4.1

Bugfixes

  • Fix SSL wrapper usage example in Factory docstring. (#228)
Commits

Updates jaraco-collections from 5.0.0 to 5.0.1

Changelog

Sourced from jaraco-collections's changelog.

v5.0.1

Bugfixes

  • Delinting and package refresh.
Commits

Updates jaraco-functools from 4.0.0 to 4.0.1

Changelog

Sourced from jaraco-functools's changelog.

v4.0.1

No significant changes.

Commits

Updates jaraco-text from 3.12.0 to 3.12.1

Changelog

Sourced from jaraco-text's changelog.

v3.12.1

No significant changes.

Commits

Updates more-itertools from 10.2.0 to 10.3.0

Release notes

Sourced from more-itertools's releases.

Version 10.3.0

What's Changed

New Contributors

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

Commits
  • 7e46c39 Merge pull request #851 from more-itertools/version-10.3.0
  • 94e4f88 Remove trailing comma
  • 9c5dbb5 Bring in unique()
  • 932859d Merge remote-tracking branch 'origin/add-unique-recipe' into version-10.3.0
  • b78815e Add README updates
  • 8ec0620 Docs for 10.3.0
  • 0b76d6c Bump version: 10.2.0 → 10.3.0
  • 9e10fa4 Add unique()
  • 6944752 Merge pull request #847 from more-itertools/issue-843-dft
  • acdbb80 Use fsum, Wikipedia link, and cmath.isclose
  • Additional commits viewable in compare view

Updates pydantic from 2.6.4 to 2.7.4

Release notes

Sourced from pydantic's releases.

v2.7.4 (2024-06-12)

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612

Full Changelog: pydantic/pydantic@v2.7.3...v2.7.4

v2.7.3 (2024-06-03)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.7.2...v2.7.3/*

v2.7.2 (2024-05-28)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.7.1...v2.7.2/

v2.7.1 (2024-04-23)

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.7.4 (2024-06-12)

Github release

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612

v2.7.3 (2024-06-03)

GitHub release

What's Changed

Packaging

Fixes

v2.7.2 (2024-05-28)

GitHub release

What's Changed

Packaging

Fixes

v2.7.1 (2024-04-23)

GitHub release

... (truncated)

Commits

Updates pydantic-core from 2.16.3 to 2.20.0

Release notes

Sourced from pydantic-core's releases.

v2.20.0 2024-06-24

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.19.0...v2.20.0

v2.19.0 2024-06-11

What's Changed

Packaging

Fixes

Features

New Contributors

Full Changelog: pydantic/pydantic-core@v2.18.4...v2.19.0

v2.18.4 2024-06-03

What's Changed

Packaging

Fixes

... (truncated)

Commits

Updates sentry-sdk from 1.44.1 to 2.7.1

Release notes

Sourced from sentry-sdk's releases.

2.7.1

Various fixes & improvements

2.7.0

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.3` | `3.9.5` |
| [annotated-types](https://github.com/annotated-types/annotated-types) | `0.6.0` | `0.7.0` |
| [backports-tarfile](https://github.com/jaraco/backports.tarfile) | `1.0.0` | `1.2.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.6.2` |
| [discord-py](https://github.com/Rapptz/discord.py) | `2.3.2` | `2.4.0` |
| [idna](https://github.com/kjd/idna) | `3.6` | `3.7` |
| [inflect](https://github.com/jaraco/inflect) | `7.2.0` | `7.3.0` |
| [irc](https://github.com/jaraco/irc) | `20.4.0` | `20.4.1` |
| [jaraco-collections](https://github.com/jaraco/jaraco.collections) | `5.0.0` | `5.0.1` |
| [jaraco-functools](https://github.com/jaraco/jaraco.functools) | `4.0.0` | `4.0.1` |
| [jaraco-text](https://github.com/jaraco/jaraco.text) | `3.12.0` | `3.12.1` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.2.0` | `10.3.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.6.4` | `2.7.4` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.16.3` | `2.20.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.44.1` | `2.7.1` |
| [tempora](https://github.com/jaraco/tempora) | `5.5.1` | `5.6.0` |
| [typeguard](https://github.com/agronholm/typeguard) | `4.2.1` | `4.3.0` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.11.0` | `4.12.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` |



Updates `aiohttp` from 3.9.3 to 3.9.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.3...v3.9.5)

Updates `annotated-types` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/annotated-types/annotated-types/releases)
- [Commits](annotated-types/annotated-types@v0.6.0...v0.7.0)

Updates `backports-tarfile` from 1.0.0 to 1.2.0
- [Release notes](https://github.com/jaraco/backports.tarfile/releases)
- [Changelog](https://github.com/jaraco/backports.tarfile/blob/main/NEWS.rst)
- [Commits](jaraco/backports.tarfile@v1.0.0...v1.2.0)

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

Updates `discord-py` from 2.3.2 to 2.4.0
- [Commits](Rapptz/discord.py@v2.3.2...v2.4.0)

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

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

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

Updates `jaraco-collections` from 5.0.0 to 5.0.1
- [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.0...v5.0.1)

Updates `jaraco-functools` from 4.0.0 to 4.0.1
- [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.0...v4.0.1)

Updates `jaraco-text` from 3.12.0 to 3.12.1
- [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.0...v3.12.1)

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

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

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

Updates `sentry-sdk` from 1.44.1 to 2.7.1
- [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.44.1...2.7.1)

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

Updates `typeguard` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@4.2.1...4.3.0)

Updates `typing-extensions` from 4.11.0 to 4.12.2
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.11.0...4.12.2)

Updates `urllib3` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: annotated-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: backports-tarfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: discord-py
  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-minor
  dependency-group: dependencies
- dependency-name: irc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jaraco-collections
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jaraco-functools
  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-patch
  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-major
  dependency-group: dependencies
- dependency-name: tempora
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typeguard
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jul 1, 2024
@TrueBrain TrueBrain merged commit 506aebc into main Jul 1, 2024
9 checks passed
@TrueBrain TrueBrain deleted the dependabot/pip/dependencies-6913527343 branch July 1, 2024 08:31
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