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 dependencies group with 5 updates #633

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps the dependencies group with 5 updates:

Package From To
pontos 23.12.4 24.1.0
alabaster 0.7.13 0.7.15
colorful 0.5.5 0.5.6
lxml 5.0.0 5.0.1
ruff 0.1.9 0.1.11

Updates pontos from 23.12.4 to 24.1.0

Release notes

Sourced from pontos's releases.

pontos 24.1.0

24.1.0 - 2024-01-03

Added

Bug Fixes

  • Find Copyright headers with old company (#927) 5634916

Dependencies

  • Bump the actions group with 2 updates 21e2212
  • Bump the python-packages group with 7 updates 24c3542
Commits
  • 0c62932 Automatic release to 24.1.0
  • d6db54e Add: New "CVE CISA KEV Update" event (#953)
  • 21e2212 Deps: Bump the actions group with 2 updates
  • 24c3542 Deps: Bump the python-packages group with 7 updates
  • 64d761e Update Copyright header for all files
  • 5634916 Fix: Find Copyright headers with old company (#927)
  • 34b451c Automatic adjustments after release
  • See full diff in compare view

Updates alabaster from 0.7.13 to 0.7.15

Release notes

Sourced from alabaster's releases.

Alabaster 0.7.15

Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html

Alabaster 0.7.14

Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html

Changelog

Sourced from alabaster's changelog.

:git_tag:0.7.15 -- 2024-01-08

  • :feature:213 Allow an arbitrary string in the logo_name option.
  • :feature:114 Improved sidebar CSS styles.
  • :issue:178 Deprecated canonical_url in favor of html_baseurl.
  • 🐛200 Removed duplicate <meta name="viewport" ... /> tag.
  • 🐛188 Removed underline from whitespace.
  • 🐛164 Removed type="text/javascript" from elements.
  • 🐛161 Replaced &copy; with unicode decimal code entity [#169](https://github.com/sphinx-doc/alabaster/issues/169);.

:git_tag:0.7.14 -- 2024-01-08

  • Dropped support for Python 3.8 and earlier.
  • Dropped support for Sphinx 3.3 and earlier.
  • :issue:198 Fix horizontal scrolling on mobile.
  • :issue:206 Properly support the html_support_sphinx config value.
  • :issue:211 Fix the GitHub 'forkme' banner.
  • Added alabaster_version_info to the HTML template context.
  • Declare support for Python 3.13.
  • Adopt the Ruff linter and formatter.
  • Migrate from CircleCI to GitHub Actions.
Commits
  • d24c4cb Bump to 0.7.15
  • 56f12de Include documentation in the sdist
  • 2d8d038 Adorn the LICENSE file with a suffix
  • a31816c Remove obscenities (#173)
  • 166d6e7 Replace © with unicode decimal code entity (#161)
  • b9e8d79 Deprecate canonical_url in favor of html_baseurl (#178)
  • 848e718 Allow an arbitrary string in the logo_name option (#213)
  • 6922a16 Improve sidebar styles
  • ac3b43f Remove redundant type="text/javascript" from <script> elements
  • 880804d Run linkcheck and resolve issues with links
  • Additional commits viewable in compare view

Updates colorful from 0.5.5 to 0.5.6

Release notes

Sourced from colorful's releases.

0.5.6

What's Changed

New Contributors

Full Changelog: timofurrer/colorful@v0.5.5...v0.5.6

Changelog

Sourced from colorful's changelog.

[v0.5.6]

  • Fix PEP420 Implicit name space thanks @​MocioF
  • Test Python 3.12 support
Commits
  • 0adf25e release: 0.5.6
  • 4a1a71d Merge pull request #54 from timofurrer/chore/update-py312
  • 03162ce Update outdated Ubuntu 18.04 runners
  • 89ea885 Test for Python 3.12 support
  • e4fc008 Merge pull request #53 from MocioF/master
  • 8987a61 Fixing setup.py for PEP420 Implicit name space
  • See full diff in compare view

Updates lxml from 5.0.0 to 5.0.1

Changelog

Sourced from lxml's changelog.

5.0.1 (2024-01-05)

Bugs fixed

  • LP#2046208: Parsing non-BMP Python Unicode strings could fail on macOS.

  • LP#2044225: When incrementally parsing broken HTML, reporting start events on missing structural tags failed and could lead to subsequent exceptions.

  • LP#2045435: Some (not all) issues with stricter C compilers were resolved.

  • The binary wheels in the 5.0.0 release did not validate cleanly (but installed ok).

.. _latest_release:

Commits
  • eb5cd98 Prepare release of 5.0.1.
  • c1e9e6f Fix test in narrow Py2 unicode builds.
  • be24db7 Py2 fixes.
  • 22eff9f Update changelog.
  • d83c37d Make Python UCS-4 string parsing work more reliably on macOS.
  • 7f07559 Update changelog.
  • 663041a Add casts to silence C compiler warnings with older libxml2 versions that don...
  • 0d30cec Update changelog.
  • 28b416f Intern the HTML tag names in reported SAX start events since they may not alw...
  • 576b8e9 Remove dead code and avoid reading an uninitialised variable.
  • Additional commits viewable in compare view

Updates ruff from 0.1.9 to 0.1.11

Release notes

Sourced from ruff's releases.

v0.1.11

Changes

Preview features

  • [pylint] Implement super-without-brackets (W0245) (#9257)

Bug fixes

  • Check path string properly in python -m ruff invocations (#9367)

Documentation

  • Tweak relative-imports message (#9365)
  • Add fix safety note for yield-in-for-loop (#9364)

Contributors

v0.1.10

Changes

Preview features

  • Improve dummy_implementations preview style formatting (#9240)
  • Normalise Hex and unicode escape sequences in strings (#9280)
  • Parenthesize long type annotations in annotated assignments (#9210)
  • Parenthesize multi-context managers in with statements (#9222)
  • [flake8-pyi] Implement generator-return-from-iter-method (PYI058) (#9313)
  • [pylint] Implement empty-comment (PLR2044) (#9174)
  • [refurb] Implement bit-count (FURB161) (#9265)
  • [ruff] Add never-union rule to detect redundant typing.NoReturn and typing.Never (#9217)

CLI

  • Add paths to TOML parse errors (#9358)
  • Add row and column numbers to formatter parse errors (#9321)
  • Improve responsiveness when invoked via Python (#9315)
  • Short rule messages should not end with a period (#9345)

Configuration

  • Respect runtime-required decorators on functions (#9317)

Bug fixes

... (truncated)

Changelog

Sourced from ruff's changelog.

0.1.11

Preview features

  • [pylint] Implement super-without-brackets (W0245) (#9257)

Bug fixes

  • Check path string properly in python -m ruff invocations (#9367)

Documentation

  • Tweak relative-imports message (#9365)
  • Add fix safety note for yield-in-for-loop (#9364)

0.1.10

Preview features

  • Improve dummy_implementations preview style formatting (#9240)
  • Normalise Hex and unicode escape sequences in strings (#9280)
  • Parenthesize long type annotations in annotated assignments (#9210)
  • Parenthesize multi-context managers in with statements (#9222)
  • [flake8-pyi] Implement generator-return-from-iter-method (PYI058) (#9313)
  • [pylint] Implement empty-comment (PLR2044) (#9174)
  • [refurb] Implement bit-count (FURB161) (#9265)
  • [ruff] Add never-union rule to detect redundant typing.NoReturn and typing.Never (#9217)

CLI

  • Add paths to TOML parse errors (#9358)
  • Add row and column numbers to formatter parse errors (#9321)
  • Improve responsiveness when invoked via Python (#9315)
  • Short rule messages should not end with a period (#9345)

Configuration

  • Respect runtime-required decorators on functions (#9317)

Bug fixes

  • Avoid asyncio-dangling-task for nonlocal and global bindings (#9263)
  • Escape trailing placeholders in rule documentation (#9301)
  • Fix continuation detection following multi-line strings (#9332)
  • Fix scoping for generators in named expressions in classes (#9248)
  • Port from obsolete wsl crate to is-wsl (#9356)
  • Remove special pre-visit for module docstrings (#9261)
  • Respect __str__ definitions from super classes (#9338)
  • Respect unused-noqa via per-file-ignores (#9300)
  • Respect attribute chains when resolving builtin call paths (#9309)

... (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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pontos](https://github.com/greenbone/pontos) | `23.12.4` | `24.1.0` |
| [alabaster](https://github.com/sphinx-doc/alabaster) | `0.7.13` | `0.7.15` |
| [colorful](https://github.com/timofurrer/colorful) | `0.5.5` | `0.5.6` |
| [lxml](https://github.com/lxml/lxml) | `5.0.0` | `5.0.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.9` | `0.1.11` |


Updates `pontos` from 23.12.4 to 24.1.0
- [Release notes](https://github.com/greenbone/pontos/releases)
- [Commits](greenbone/pontos@v23.12.4...v24.1.0)

Updates `alabaster` from 0.7.13 to 0.7.15
- [Release notes](https://github.com/sphinx-doc/alabaster/releases)
- [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst)
- [Commits](sphinx-doc/alabaster@0.7.13...0.7.15)

Updates `colorful` from 0.5.5 to 0.5.6
- [Release notes](https://github.com/timofurrer/colorful/releases)
- [Changelog](https://github.com/timofurrer/colorful/blob/master/CHANGELOG.md)
- [Commits](timofurrer/colorful@v0.5.5...v0.5.6)

Updates `lxml` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-5.0.0...lxml-5.0.1)

Updates `ruff` from 0.1.9 to 0.1.11
- [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.9...v0.1.11)

---
updated-dependencies:
- dependency-name: pontos
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: alabaster
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: colorful
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lxml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 8, 2024 05:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 8, 2024
@greenbonebot greenbonebot enabled auto-merge (rebase) January 8, 2024 05:01
Copy link

github-actions bot commented Jan 8, 2024

Conventional Commits Report

Type Number
Dependencies 1

🚀 Conventional commits found.

@greenbonebot greenbonebot merged commit 90c623e into main Jan 8, 2024
21 checks passed
@greenbonebot greenbonebot deleted the dependabot/pip/dependencies-5daaee6e46 branch January 8, 2024 06:14
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.

2 participants