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 the all group with 7 updates #101

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps the all group with 7 updates:

Package From To
aiohttp 3.8.6 3.9.0
cachetools 5.3.1 5.3.2
httpx 0.25.0 0.25.1
pandas 2.1.1 2.1.3
plotly 5.17.0 5.18.0
wand 0.6.11 0.6.13
yt-dlp 2023.10.13 2023.11.16

Updates aiohttp from 3.8.6 to 3.9.0

Release notes

Sourced from aiohttp's releases.

3.9.0

Features

  • Introduced AppKey for static typing support of Application storage. See https://docs.aiohttp.org/en/stable/web_advanced.html#application-s-config

    (#5864)

  • Added a graceful shutdown period which allows pending tasks to complete before the application's cleanup is called. The period can be adjusted with the shutdown_timeout parameter. -- by :user:Dreamsorcerer. See https://docs.aiohttp.org/en/latest/web_advanced.html#graceful-shutdown

    (#7188)

  • Added handler_cancellation <https://docs.aiohttp.org/en/stable/web_advanced.html#web-handler-cancellation>_ parameter to cancel web handler on client disconnection. -- by :user:mosquito This (optionally) reintroduces a feature removed in a previous release. Recommended for those looking for an extra level of protection against denial-of-service attacks.

    (#7056)

  • Added support for setting response header parameters max_line_size and max_field_size.

    (#2304)

  • Added auto_decompress parameter to ClientSession.request to override ClientSession._auto_decompress. -- by :user:Daste745

    (#3751)

  • Changed raise_for_status to allow a coroutine.

    (#3892)

  • Added client brotli compression support (optional with runtime check).

    (#5219)

  • Added client_max_size to BaseRequest.clone() to allow overriding the request body size. -- :user:anesabml.

    (#5704)

  • Added a middleware type alias aiohttp.typedefs.Middleware.

    (#5898)

  • Exported HTTPMove which can be used to catch any redirection request that has a location -- :user:dreamsorcerer.

    (#6594)

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.9.0 (2023-11-18)

Features

  • Introduced AppKey for static typing support of Application storage. See https://docs.aiohttp.org/en/stable/web_advanced.html#application-s-config

    [#5864](https://github.com/aio-libs/aiohttp/issues/5864) <https://github.com/aio-libs/aiohttp/issues/5864>_

  • Added a graceful shutdown period which allows pending tasks to complete before the application's cleanup is called. The period can be adjusted with the shutdown_timeout parameter. -- by :user:Dreamsorcerer. See https://docs.aiohttp.org/en/latest/web_advanced.html#graceful-shutdown

    [#7188](https://github.com/aio-libs/aiohttp/issues/7188) <https://github.com/aio-libs/aiohttp/issues/7188>_

  • Added handler_cancellation <https://docs.aiohttp.org/en/stable/web_advanced.html#web-handler-cancellation>_ parameter to cancel web handler on client disconnection. -- by :user:mosquito This (optionally) reintroduces a feature removed in a previous release. Recommended for those looking for an extra level of protection against denial-of-service attacks.

    [#7056](https://github.com/aio-libs/aiohttp/issues/7056) <https://github.com/aio-libs/aiohttp/issues/7056>_

  • Added support for setting response header parameters max_line_size and max_field_size.

    [#2304](https://github.com/aio-libs/aiohttp/issues/2304) <https://github.com/aio-libs/aiohttp/issues/2304>_

  • Added auto_decompress parameter to ClientSession.request to override ClientSession._auto_decompress. -- by :user:Daste745

    [#3751](https://github.com/aio-libs/aiohttp/issues/3751) <https://github.com/aio-libs/aiohttp/issues/3751>_

  • Changed raise_for_status to allow a coroutine.

    [#3892](https://github.com/aio-libs/aiohttp/issues/3892) <https://github.com/aio-libs/aiohttp/issues/3892>_

  • Added client brotli compression support (optional with runtime check).

    [#5219](https://github.com/aio-libs/aiohttp/issues/5219) <https://github.com/aio-libs/aiohttp/issues/5219>_

  • Added client_max_size to BaseRequest.clone() to allow overriding the request body size. -- :user:anesabml.

    [#5704](https://github.com/aio-libs/aiohttp/issues/5704) <https://github.com/aio-libs/aiohttp/issues/5704>_

  • Added a middleware type alias aiohttp.typedefs.Middleware.

    [#5898](https://github.com/aio-libs/aiohttp/issues/5898) <https://github.com/aio-libs/aiohttp/issues/5898>_

  • Exported HTTPMove which can be used to catch any redirection request that has a location -- :user:dreamsorcerer.

... (truncated)

Commits

Updates cachetools from 5.3.1 to 5.3.2

Changelog

Sourced from cachetools's changelog.

v5.3.2 (2023-10-24)

  • Add support for Python 3.12.

  • Various documentation improvements.

Commits
  • 3889195 Release v5.3.2.
  • 63a5287 Add ReadTheDocs .readthedocs.yaml configuration file.
  • 8050888 Improve docs index.
  • f37f8e9 Align ReadTheDocs and doc builds in the test suite
  • fab9682 Merge pull request #289 from kurtmckee/use-sha-for-github-action-versions-iss...
  • d0d2675 Use SHAs, not mutable version tags, to ID GitHub Action versions
  • 777fc70 Merge pull request #285 from kurtmckee/de-duplicate-versions
  • dcaa85c De-duplicate the version numbers in the project
  • 44a913d Fix release info.
  • 4a27737 Merge pull request #284 from tkem/dependabot/github_actions/actions/checkout-4
  • Additional commits viewable in compare view

Updates httpx from 0.25.0 to 0.25.1

Release notes

Sourced from httpx's releases.

Version 0.25.1

0.25.1 (3rd November, 2023)

  • Add support for Python 3.12. (#2854)
  • Add support for httpcore 1.0 (#2885)

Fixed

  • Raise ValueError on Response.encoding being set after Response.text has been accessed. (#2852)
Changelog

Sourced from httpx's changelog.

0.25.1 (3rd November, 2023)

Added

  • Add support for Python 3.12. (#2854)
  • Add support for httpcore 1.0 (#2885)

Fixed

  • Raise ValueError on Response.encoding being set after Response.text has been accessed. (#2852)
Commits

Updates pandas from 2.1.1 to 2.1.3

Release notes

Sourced from pandas's releases.

Pandas 2.1.3

This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.1.2

This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • 2a953cf RLS: 2.1.3
  • d9665ca Backport PR #55911 on branch 2.1.x (DOC: convert outdated example of NumPy's ...
  • 92ce245 Backport PR #55907 on branch 2.1.x (DOC: Add release date for 2.1.3) (#55913)
  • 1691a51 Backport PR #55894 on 2.1.x: Parquet/Feather IO: disable PyExtensionType auto...
  • 4158666 Backport PR #55764 on branch 2.1.x (REGR: fix return class in _constructor_fr...
  • de8af3c Backport PR #55427 on branch 2.1.x (DOC: Remove outdated docs about NumPy's b...
  • 569f904 Backport PR #55227 on branch 2.1.x (BUG: Interchange object data buffer has t...
  • c9854d9 TST: Make read_csv tests pyarrow 13 compatable on 2.1.x (#55855)
  • 7702f41 Backport PR #55853: DEPS: Use ipython run_cell instead of run_code; remove py...
  • 0bf70c7 Backport PR #55761 on branch 2.1.x (BUG: DatetimeIndex.diff raising TypeError...
  • Additional commits viewable in compare view

Updates plotly from 5.17.0 to 5.18.0

Release notes

Sourced from plotly's releases.

v5.18.0

Updated

  • Updated Plotly.js from version 2.26.0 to version 2.27.0. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated plotly.graph_objects module. Notable changes include:
    • Add insiderange to cartesian axes to help avoid overlap between visible grid lines and tick labels of the counter axis when they are positioned inside [#6735], this feature was anonymously sponsored: thank you to our sponsor!
    • Fix column order changes on hover [#6718], with thanks to @​bhavinpatel1109 for the contribution!
    • Fix hover at timestamp '1970-01-01 00:00:00' [#6752], with thanks to @​adamjhawley for the contribution!
    • Fix clearing empty candlestick using react [#6757]

Fixed

  • Repair crash on Matplotlib 3.8 related to get_offset_position [#4372],
  • Handle deprecation of pandas.Series.dt.to_pydatetime() calls and suppress the FutureWarning they currently emit. [#4379]
Changelog

Sourced from plotly's changelog.

[5.18.0] - 2023-10-25

Updated

  • Updated Plotly.js from version 2.26.0 to version 2.27.0. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated plotly.graph_objects module. Notable changes include:
    • Add insiderange to cartesian axes to help avoid overlap between visible grid lines and tick labels of the counter axis when they are positioned inside [#6735], this feature was anonymously sponsored: thank you to our sponsor!
    • Fix column order changes on hover [#6718], with thanks to @​bhavinpatel1109 for the contribution!
    • Fix hover at timestamp '1970-01-01 00:00:00' [#6752], with thanks to @​adamjhawley for the contribution!
    • Fix clearing empty candlestick using react [#6757]

Fixed

  • Repair crash on Matplotlib 3.8 related to get_offset_position [#4372],
  • Handle deprecation of pandas.Series.dt.to_pydatetime() calls and suppress the FutureWarning they currently emit. [#4379]
Commits
  • 4988b44 version changes for v5.18.0
  • 08a39fa Merge pull request #4390 from plotly/update-plotly-js-2.27.0
  • ab946dd Update doc/python/axes.md
  • b01a685 Update axes.md
  • 53e28f5 add insiderange example
  • 44c5857 Update CHANGELOG.md
  • e13b588 update plotly.js to 2.27.0
  • 57e4d1d Merge pull request #4379 from ned2/suppress-futurewarning
  • ede7343 add CHANGELOG entry
  • e65aabc suppress FutureWarning for Series.dt.to_pydatetime() calls
  • Additional commits viewable in compare view

Updates wand from 0.6.11 to 0.6.13

Release notes

Sourced from wand's releases.

Wand 0.6.13

🤦 Hotfix release to remove a "work-in-progress" pyproject.toml file that was mistakenly included with Wand 0.6.12 sdist package.

Wand 0.6.12

The 0.6.12 release includes some minor bug fixes, adds a few composite operators, and updates Sphinx build versions (used for documentation).

See 0.6.12 Milestone for a list of all issues tracked in Github.

See changelog for a list of all bug fixes.

Contributors

The following people have contributed since the Wand 0.6.11 release.

See git log 0.6.11..0.6.12 for a full history.

     18 E. McConville
      3 Louis Sautier
      1 Kian-Meng Ang
      1 odruzhynin
Changelog

Sourced from wand's changelog.

Version 0.6.13

Released on November 3rd, 2023.

  • Removed broken pyproject.toml file from source distribution.

.. _changelog-0.6.12:

Version 0.6.12

Released on November 3rd, 2023.

  • Fixed behavior when passing zero to :meth:Image.chop() <wand.image.BaseImage.chop>. [:issue:622]

  • Fixed libmagick yield MagickCore library on Linux. [:issue:612]

  • Fixed removing mask when passing :const:None to :meth:Image.write_mask() <wand.image.BaseImage.write_mask> method. [:issue:636]

  • Added new :const:COMPOSITE_OPERATORS <wand.image.COMPOSITE_OPERATORS> operators. [:issue:627 by druzhynin-oleksii]

    • 'freeze'
    • 'interpolate'
    • 'negate'
    • 'reflect'
    • 'rmse'
    • 'saliency'
    • 'seamless_blend'
    • 'soft_burn'
    • 'soft_dodge'
    • 'stamp'
  • [DOC] Updated Sphinx version to 7.2.6

.. _changelog-0.6.11:

Commits

Updates yt-dlp from 2023.10.13 to 2023.11.16

Release notes

Sourced from yt-dlp's releases.

yt-dlp 2023.11.16

Installation Documentation Donate Discord Nightly Master

A description of the various files are in the README


Extractor changes

Misc. changes

yt-dlp 2023.11.14

Installation Documentation Donate Discord Nightly Master

A description of the various files are in the README


Important changes

Core changes

Extractor changes

... (truncated)

Changelog

Sourced from yt-dlp's changelog.

2023.11.16

Extractor changes

Misc. changes

2023.11.14

Important changes

Core changes

Extractor changes

... (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 all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.6` | `3.9.0` |
| [cachetools](https://github.com/tkem/cachetools) | `5.3.1` | `5.3.2` |
| [httpx](https://github.com/encode/httpx) | `0.25.0` | `0.25.1` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.1.1` | `2.1.3` |
| [plotly](https://github.com/plotly/plotly.py) | `5.17.0` | `5.18.0` |
| [wand](https://github.com/emcconville/wand) | `0.6.11` | `0.6.13` |
| [yt-dlp](https://github.com/yt-dlp/yt-dlp) | `2023.10.13` | `2023.11.16` |


Updates `aiohttp` from 3.8.6 to 3.9.0
- [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.8.6...v3.9.0)

Updates `cachetools` from 5.3.1 to 5.3.2
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.3.1...v5.3.2)

Updates `httpx` from 0.25.0 to 0.25.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.25.0...0.25.1)

Updates `pandas` from 2.1.1 to 2.1.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.1.1...v2.1.3)

Updates `plotly` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.py@v5.17.0...v5.18.0)

Updates `wand` from 0.6.11 to 0.6.13
- [Release notes](https://github.com/emcconville/wand/releases)
- [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst)
- [Commits](emcconville/wand@0.6.11...0.6.13)

Updates `yt-dlp` from 2023.10.13 to 2023.11.16
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2023.10.13...2023.11.16)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: plotly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: wand
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

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

@dependabot dependabot bot closed this Nov 27, 2023
@dependabot dependabot bot deleted the dependabot/pip/all-537d677eac branch November 27, 2023 05:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants