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 5 updates #572

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-packages group with 5 updates:

Package From To
psutil 5.9.7 5.9.8
rope 1.11.0 1.12.0
pontos 24.1.0 24.1.2
lxml 5.0.1 5.1.0
pytoolconfig 1.2.6 1.3.1

Updates psutil from 5.9.7 to 5.9.8

Changelog

Sourced from psutil's changelog.

5.9.8

2024-01-19

Enhancements

  • 2343_, [FreeBSD]: filter net_connections()_ returned list in C instead of Python, and avoid to retrieve unnecessary connection types unless explicitly asked. E.g., on an IDLE system with few IPv6 connections this will run around 4 times faster. Before all connection types (TCP, UDP, UNIX) were retrieved internally, even if only a portion was returned.
  • 2342_, [NetBSD]: same as above (#2343) but for NetBSD.
  • 2349_: adopted black formatting style.

Bug fixes

  • 930_, [NetBSD], [critical]: net_connections()_ implementation was broken. It could either leak memory or core dump.
  • 2340_, [NetBSD]: if process is terminated, Process.cwd()_ will return an empty string instead of raising NoSuchProcess_.
  • 2345_, [Linux]: fix compilation on older compiler missing DUPLEX_UNKNOWN.
  • 2222_, [macOS]: cpu_freq() now returns fixed values for min and max frequencies in all Apple Silicon chips.
Commits

Updates rope from 1.11.0 to 1.12.0

Release notes

Sourced from rope's releases.

1.12.0

What's changed

Date: 2024-01-18

New Contributors

Full Changelog: python-rope/rope@1.11.0...1.12.0

Changelog

Sourced from rope's changelog.

Release 1.12.0

Commits
  • faddd3a Bump version number
  • b67a5ca Update CHANGELOG.md
  • 09753b1 Merge pull request #741 from python-rope/all-contributors/add-raymyers
  • 3688d32 update .all-contributorsrc [skip ci]
  • 7241872 update CONTRIBUTORS.md [skip ci]
  • ffc8551 Merge pull request #735 from raymyers/extract-incomplete-block
  • 9cb3031 Use AST visitor for extract incomplete block check
  • f4fc0cd Add more tests around extract indentation
  • 7ebf247 Add error handling for extract of incomplete block
  • 95585e8 Merge pull request #739 from python-rope/fix-autoimport-nocase-index
  • Additional commits viewable in compare view

Updates pontos from 24.1.0 to 24.1.2

Release notes

Sourced from pontos's releases.

pontos 24.1.2

24.1.2 - 2024-01-18

Added

  • Export all relevant git classes from pontos.git 42ff071

Changed

  • Cleanup pontos.version module API 53ddf6b
  • Mark pontos.git.status as private module explicitly db91dbe
  • Mark pontos.git.git as private module explicitly a73513e
  • Use trusted publisher process to deploy on PyPI 6aefbab

Bug Fixes

  • Fix versioning_scheme type of Project constructor 123db56
  • Fix return type of CMakeVErsionParser._tokenize method 38479f9

Dependencies

  • Bump the python-packages group with 9 updates bcb3e86

pontos 24.1.1

24.1.1 - 2024-01-12

Changed

  • Improve CLI help for pontos-changelog and pontos-release 2fa927b
  • Include changes from pre-releases in non pre-releases 0ddbb3c

Bug Fixes

  • Ignore invalid versions in tag when determining last release 84ecc39

Dependencies

  • Bump jinja2 from 3.1.2 to 3.1.3 415878e
  • Bump the python-packages group with 4 updates 4a6f56a
Commits
  • c7b8ece Automatic release to 24.1.2
  • 123db56 Fix: Fix versioning_scheme type of Project constructor
  • 38479f9 Fix: Fix return type of CMakeVErsionParser._tokenize method
  • 53ddf6b Change: Cleanup pontos.version module API
  • db91dbe Change: Mark pontos.git.status as private module explicitly
  • a73513e Change: Mark pontos.git.git as private module explicitly
  • 42ff071 Add: Export all relevant git classes from pontos.git
  • 6aefbab Change: Use trusted publisher process to deploy on PyPI
  • bcb3e86 Deps: Bump the python-packages group with 9 updates
  • 4d127c7 Automatic adjustments after release
  • Additional commits viewable in compare view

Updates lxml from 5.0.1 to 5.1.0

Changelog

Sourced from lxml's changelog.

5.1.0 (2024-01-05)

Features added

  • Parsing ASCII strings is slightly faster.

Bugs fixed

  • GH#349: The HTML Cleaner() interpreted an accidentally provided string parameter for the host_whitelist as list of characters and silently failed to reject any hosts. Passing a non-collection is now rejected.

Other changes

  • Support for Python 2.7 and Python versions < 3.6 was removed.

  • The wheel build was migrated to use cibuildwheel. Patch by Primož Godec.

Commits
  • 82a4260 Prepare release of 5.1.0.
  • 3eafa61 Merge branch 'lxml-5.0'
  • f4b8be5 docs: Shorten the list of old versions on the main website.
  • 9496a79 Update changelog.
  • c13c5af Remove some dead Py2 code.
  • 5bba8c4 Remove some dead Py2 code.
  • 5fa0cd5 Cleaner: Validate that host_whitelist is not a string (GH-349)
  • ff88377 Remove accidentally duplicated code.
  • 7244b43 Merge branch 'lxml-5.0'
  • a4a7821 Merge branch 'lxml-5.0'
  • Additional commits viewable in compare view

Updates pytoolconfig from 1.2.6 to 1.3.1

Release notes

Sourced from pytoolconfig's releases.

v1.3.1

What's Changed

Changes

Misc

Full Changelog: bagel897/pytoolconfig@v1.3.0...v1.3.1

v.1.3.0

What's Changed

Features

Misc

Full Changelog: bagel897/pytoolconfig@v1.2.6...v1.3.0

Commits
  • 68410ed do sys path hack (#31)
  • 0bb3685 Update docs (#30)
  • 0334384 Update deps (#29)
  • dafc81d Drop 3.7 support (#28)
  • ec036bb chore(deps): update actions/checkout action to v4 (#27)
  • c877d19 chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.11 ...
  • 020a3c1 chore(deps): update pre-commit hook psf/black to v23.12.1 (#26)
  • 32f6358 chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3.1.0 (#25)
  • df593f6 chore(deps): update pre-commit hook hadialqattan/pycln to v2.4.0 (#23)
  • 105a068 chore: Configure Renovate (#21)
  • Additional commits viewable in compare view

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

| Package | From | To |
| --- | --- | --- |
| [psutil](https://github.com/giampaolo/psutil) | `5.9.7` | `5.9.8` |
| [rope](https://github.com/python-rope/rope) | `1.11.0` | `1.12.0` |
| [pontos](https://github.com/greenbone/pontos) | `24.1.0` | `24.1.2` |
| [lxml](https://github.com/lxml/lxml) | `5.0.1` | `5.1.0` |
| [pytoolconfig](https://github.com/bageljrkhanofemus/pytoolconfig) | `1.2.6` | `1.3.1` |


Updates `psutil` from 5.9.7 to 5.9.8
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.7...release-5.9.8)

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

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

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

Updates `pytoolconfig` from 1.2.6 to 1.3.1
- [Release notes](https://github.com/bageljrkhanofemus/pytoolconfig/releases)
- [Commits](bagel897/pytoolconfig@v1.2.6...v1.3.1)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: rope
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pontos
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: lxml
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytoolconfig
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 22, 2024 04:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 22, 2024
@ArnoStiefvater ArnoStiefvater merged commit 7e50f78 into main Jan 22, 2024
11 of 12 checks passed
@ArnoStiefvater ArnoStiefvater deleted the dependabot/pip/python-packages-2234389570 branch January 22, 2024 16:06
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