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

Deps: Bump the python-packages group with 6 updates #1058

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-packages group with 6 updates:

Package From To
autohooks-plugin-ruff 23.10.0 23.11.0
rope 1.10.0 1.11.0
charset-normalizer 3.3.1 3.3.2
httpcore 0.18.0 1.0.1
ruff 0.1.3 0.1.4
tomlkit 0.12.1 0.12.2

Updates autohooks-plugin-ruff from 23.10.0 to 23.11.0

Release notes

Sourced from autohooks-plugin-ruff's releases.

autohooks-plugin-ruff 23.11.0

23.11.0 - 2023-11-02

Bug Fixes

Dependencies

  • Bump the python-packages group with 3 updates debfaec
  • Bump the python-packages group with 8 updates (#45) b8e7f0e
Commits
  • ff991b0 Automatic release to 23.11.0
  • 401d42f Fix: Don't double unwrap config (#46)
  • debfaec Deps: Bump the python-packages group with 3 updates
  • b8e7f0e Deps: Bump the python-packages group with 8 updates (#45)
  • 9ec0f42 Automatic adjustments after release
  • See full diff in compare view

Updates rope from 1.10.0 to 1.11.0

Changelog

Sourced from rope's changelog.

Release 1.11.0

Commits
  • afe08c2 Update CHANGELOG
  • dfed096 Bump version
  • 90a781d Update CHANGELOG
  • 78315b5 Merge pull request #719 from tkrabel/named-inmemory-db
  • 340176a Merge remote-tracking branch 'origin/master' into named-inmemory-db
  • f75467d Change in-memory database name prefix memdb -> rope-
  • 9856c02 Change to use sha256 hashing
  • 7c39119 Merge remote-tracking branch 'origin/master' into named-inmemory-db
  • 4c3b48c Merge pull request #724 from python-rope/all-contributors/add-tkrabel
  • c7ef507 update .all-contributorsrc
  • Additional commits viewable in compare view

Updates charset-normalizer from 3.3.1 to 3.3.2

Release notes

Sourced from charset-normalizer's releases.

Version 3.3.2

3.3.2 (2023-10-31)

Fixed

  • Unintentional memory usage regression when using large payloads that match several encodings (#376)
  • Regression on some detection cases showcased in the documentation (#371)

Added

  • Noise (md) probe that identifies malformed Arabic representation due to the presence of letters in isolated form (credit to my wife, thanks!)
Changelog

Sourced from charset-normalizer's changelog.

3.3.2 (2023-10-31)

Fixed

  • Unintentional memory usage regression when using large payload that match several encoding (#376)
  • Regression on some detection case showcased in the documentation (#371)

Added

  • Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form (credit to my wife)
Commits
  • 79dce48 🐛 Regression on some detection case showcased in the documentation (#371)...
  • a4b9b01 Bump github/codeql-action from 2.22.4 to 2.22.5 (#375)
  • dcc01cc Bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#374)
  • 9cd402c Bump pytest from 7.4.2 to 7.4.3 (#373)
  • e274dcc 🐛 Fix unintentional memory usage regression when using large payload that...
  • 07f3041 ⬆️ Bump github/codeql-action from 2.22.3 to 2.22.4 (#370)
  • See full diff in compare view

Updates httpcore from 0.18.0 to 1.0.1

Release notes

Sourced from httpcore's releases.

Version 1.0.1

1.0.1 (November 3rd, 2023)

  • Fix pool timeout to account for the total time spent retrying. (#823)
  • Raise a neater RuntimeError when the correct async deps are not installed. (#826)
  • Add support for synchronous TLS-in-TLS streams. (#840)

Version 1.0.0

1.0.0 (6th Oct 2023)

From version 1.0 our async support is now optional, as the package has minimal dependencies by default.

For async support use either pip install 'httpcore[asyncio]' or pip install 'httpcore[trio]'.

The project versioning policy is now explicitly governed by SEMVER. See https://semver.org/.

  • Async support becomes fully optional. (#809)
  • Add support for Python 3.12. (#807)
Changelog

Sourced from httpcore's changelog.

1.0.1 (November 3rd, 2023)

  • Fix pool timeout to account for the total time spent retrying. (#823)
  • Raise a neater RuntimeError when the correct async deps are not installed. (#826)
  • Add support for synchronous TLS-in-TLS streams. (#840)

1.0.0 (October 6th, 2023)

From version 1.0 our async support is now optional, as the package has minimal dependencies by default.

For async support use either pip install 'httpcore[asyncio]' or pip install 'httpcore[trio]'.

The project versioning policy is now explicitly governed by SEMVER. See https://semver.org/.

  • Async support becomes fully optional. (#809)
  • Add support for Python 3.12. (#807)
Commits
  • 9c818e9 Version 1.0.1 (#842)
  • 08b3eee Raise a neater RuntimeError when the correct async deps are not installed. (#...
  • 66aa1c1 Fix synchronous TLS-in-TLS streams (#840)
  • d664b32 Bump mkdocs-material from 9.4.2 to 9.4.7 (#837)
  • aea3a6b Bump trio-typing from 0.8.0 to 0.9.0 (#838)
  • 29f172d Bump black from 23.7.0 to 23.10.1 (#835)
  • e039dd1 Bump mkdocs-material-extensions from 1.2 to 1.3 (#839)
  • f8dcb5f Bump pytest from 7.4.0 to 7.4.3 (#836)
  • 7fce352 typo in changelog (#827)
  • f8ff1c4 Ensure pool timeout is applied, even after attempts leading to ConnectionNotA...
  • Additional commits viewable in compare view

Updates ruff from 0.1.3 to 0.1.4

Release notes

Sourced from ruff's releases.

v0.1.4

Changes

Preview features

  • [flake8-trio] Implement timeout-without-await (TRIO001) (#8439)
  • [numpy] Implement NumPy 2.0 migration rule (NPY200) (#7702)
  • [pylint] Implement bad-open-mode (W1501) (#8294)
  • [pylint] Implement import-outside-toplevel (C0415) rule (#5180)
  • [pylint] Implement useless-with-lock (W2101) (#8321)
  • [pyupgrade] Implement timeout-error-alias (UP041) (#8476)
  • [refurb] Implement isinstance-type-none (FURB168) (#8308)
  • Detect confusable Unicode-to-Unicode units in RUF001, RUF002, and RUF003 (#4430)
  • Add newline after module docstrings in preview style (#8283)

Formatter

  • Add a note on line-too-long to the formatter docs (#8314)
  • Preserve trailing statement semicolons when using fmt: skip (#8273)
  • Preserve trailing semicolons when using fmt: off (#8275)
  • Avoid duplicating linter-formatter compatibility warnings (#8292)
  • Avoid inserting a newline after function docstrings (#8375)
  • Insert newline between docstring and following own line comment (#8216)
  • Split tuples in return positions by comma first (#8280)
  • Avoid treating byte strings as docstrings (#8350)
  • Add --line-length option to format command (#8363)
  • Avoid parenthesizing unsplittable because of comments (#8431)

CLI

  • Add --output-format to ruff rule and ruff linter (#8203)

Bug fixes

  • Respect --force-exclude in lint.exclude and format.exclude (#8393)
  • Respect --extend-per-file-ignores on the CLI (#8329)
  • Extend bad-dunder-method-name to permit __index__ (#8300)
  • Fix panic with 8 in octal escape (#8356)
  • Avoid raising D300 when both triple quote styles are present (#8462)
  • Consider unterminated f-strings in FStringRanges (#8154)
  • Avoid including literal shell=True for truthy, non-True diagnostics (#8359)
  • Avoid triggering single-element test for starred expressions (#8433)
  • Detect and ignore Jupyter automagics (#8398)
  • Fix invalid E231 error with f-strings (#8369)
  • Avoid triggering NamedTuple rewrite with starred annotation (#8434)
  • Avoid un-setting bracket flag in logical lines (#8380)
  • Place 'r' prefix before 'f' for raw format strings (#8464)
  • Remove trailing periods from NumPy 2.0 code actions (#8475)
  • Fix bug where PLE1307 was raised when formatting %c with characters (#8407)
  • Remove unicode flag from comparable (#8440)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.1.4

Preview features

  • [flake8-trio] Implement timeout-without-await (TRIO001) (#8439)
  • [numpy] Implement NumPy 2.0 migration rule (NPY200) (#7702)
  • [pylint] Implement bad-open-mode (W1501) (#8294)
  • [pylint] Implement import-outside-toplevel (C0415) rule (#5180)
  • [pylint] Implement useless-with-lock (W2101) (#8321)
  • [pyupgrade] Implement timeout-error-alias (UP041) (#8476)
  • [refurb] Implement isinstance-type-none (FURB168) (#8308)
  • Detect confusable Unicode-to-Unicode units in RUF001, RUF002, and RUF003 (#4430)
  • Add newline after module docstrings in preview style (#8283)

Formatter

  • Add a note on line-too-long to the formatter docs (#8314)
  • Preserve trailing statement semicolons when using fmt: skip (#8273)
  • Preserve trailing semicolons when using fmt: off (#8275)
  • Avoid duplicating linter-formatter compatibility warnings (#8292)
  • Avoid inserting a newline after function docstrings (#8375)
  • Insert newline between docstring and following own line comment (#8216)
  • Split tuples in return positions by comma first (#8280)
  • Avoid treating byte strings as docstrings (#8350)
  • Add --line-length option to format command (#8363)
  • Avoid parenthesizing unsplittable because of comments (#8431)

CLI

  • Add --output-format to ruff rule and ruff linter (#8203)

Bug fixes

  • Respect --force-exclude in lint.exclude and format.exclude (#8393)
  • Respect --extend-per-file-ignores on the CLI (#8329)
  • Extend bad-dunder-method-name to permit __index__ (#8300)
  • Fix panic with 8 in octal escape (#8356)
  • Avoid raising D300 when both triple quote styles are present (#8462)
  • Consider unterminated f-strings in FStringRanges (#8154)
  • Avoid including literal shell=True for truthy, non-True diagnostics (#8359)
  • Avoid triggering single-element test for starred expressions (#8433)
  • Detect and ignore Jupyter automagics (#8398)
  • Fix invalid E231 error with f-strings (#8369)
  • Avoid triggering NamedTuple rewrite with starred annotation (#8434)
  • Avoid un-setting bracket flag in logical lines (#8380)
  • Place 'r' prefix before 'f' for raw format strings (#8464)
  • Remove trailing periods from NumPy 2.0 code actions (#8475)
  • Fix bug where PLE1307 was raised when formatting %c with characters (#8407)
  • Remove unicode flag from comparable (#8440)
  • Improve B015 message (#8295)

... (truncated)

Commits
  • c488919 Add missing pyupgrade entry to changelog (#8479)
  • 6e635e9 Add changelog for v0.1.4 (#8478)
  • 260ea41 Bump version to v0.1.4 (#8477)
  • 65effc6 Add pyupgrade UP041 to replace TimeoutError aliases (#8476)
  • 4982694 D300: prevent autofix when both triples are in body (#8462)
  • 536ac55 Remove trailing periods from NumPy 2.0 code actions (#8475)
  • f2335fe Make Unicode-to-Unicode confusables a preview change (#8473)
  • b0f9a14 Mark byte_bounds as a non-backwards-compatible NumPy 2.0 change (#8474)
  • f56bc19 Place 'r' prefix before 'f' for raw format strings (#8464)
  • 7c12eaf Use characters instead of u32 in confusable map (#8463)
  • Additional commits viewable in compare view

Updates tomlkit from 0.12.1 to 0.12.2

Release notes

Sourced from tomlkit's releases.

0.12.2

What's Changed

New Contributors

Full Changelog: python-poetry/tomlkit@0.12.1...0.12.2

Changelog

Sourced from tomlkit's changelog.

[0.12.2] - 2023-11-02

Fixed

  • Fixed a bug that overwriting a sub table with a plain value raises an error. (#313)
  • Correct the return type of integer division. (#312)
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 python-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [autohooks-plugin-ruff](https://github.com/greenbone/autohooks-plugin-ruff) | `23.10.0` | `23.11.0` |
| [rope](https://github.com/python-rope/rope) | `1.10.0` | `1.11.0` |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.1` | `3.3.2` |
| [httpcore](https://github.com/encode/httpcore) | `0.18.0` | `1.0.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.3` | `0.1.4` |
| [tomlkit](https://github.com/sdispater/tomlkit) | `0.12.1` | `0.12.2` |


Updates `autohooks-plugin-ruff` from 23.10.0 to 23.11.0
- [Release notes](https://github.com/greenbone/autohooks-plugin-ruff/releases)
- [Commits](greenbone/autohooks-plugin-ruff@v23.10.0...v23.11.0)

Updates `rope` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](python-rope/rope@1.10.0...1.11.0)

Updates `charset-normalizer` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.3.1...3.3.2)

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

Updates `ruff` from 0.1.3 to 0.1.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.3...v0.1.4)

Updates `tomlkit` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.12.1...0.12.2)

---
updated-dependencies:
- dependency-name: autohooks-plugin-ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: rope
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: charset-normalizer
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: httpcore
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: tomlkit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 6, 2023 04:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 6, 2023
@greenbonebot greenbonebot enabled auto-merge (rebase) November 6, 2023 04:12
Copy link

github-actions bot commented Nov 6, 2023

Conventional Commits Report

Type Number
Dependencies 1

🚀 Conventional commits found.

@greenbonebot greenbonebot merged commit 8f61936 into main Nov 6, 2023
18 checks passed
@greenbonebot greenbonebot deleted the dependabot/pip/python-packages-06d8b3914c branch November 6, 2023 07:49
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.

None yet

2 participants