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 dependencies group in /.config with 11 updates #1910

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2025

Bumps the dependencies group in /.config with 11 updates:

Package From To
ansible-lint 24.12.2 25.1.0
attrs 24.3.0 25.1.0
bindep 2.11.0 2.12.0
filelock 3.16.1 3.17.0
identify 2.6.5 2.6.6
importlib-metadata 8.5.0 8.6.1
pre-commit 4.0.1 4.1.0
pymdown-extensions 10.14 10.14.1
referencing 0.36.1 0.36.2
resolvelib 1.0.1 1.1.0
tzdata 2024.2 2025.1

Updates ansible-lint from 24.12.2 to 25.1.0

Release notes

Sourced from ansible-lint's releases.

v25.1.0

Enhancements

Bugfixes

Other

Commits
  • e918e02 Improve path injection logic to resolve symlinked directories (#4488)
  • 8b45ff5 Remove dependency hack that prevents installation on Windows (#4487)
  • 9c98174 Make testing of calls outside an activated venv more resilient (#4486)
  • 1746028 Allow ansible-lint action to be used from composite workflows (#4481)
  • 971d330 Fix WARN on empty/template meta/main.yaml (#4379)
  • 9eecae0 Move octal example code next to octals definition (#4475)
  • c43a5ef Update requires_ansible default require >=2.16 (#4479)
  • bd37652 Bump the dependencies group in /.config with 6 updates (#4482)
  • 4eaedaa Refactor use of app instance (#4478)
  • ca3a76f Fix constraints with uv and update min requirements (#4485)
  • Additional commits viewable in compare view

Updates attrs from 24.3.0 to 25.1.0

Commits

Updates bindep from 2.11.0 to 2.12.0

Updates filelock from 3.16.1 to 3.17.0

Release notes

Sourced from filelock's releases.

Drop 3.8

Full Changelog: tox-dev/filelock@3.16.1...3.17.0

Commits

Updates identify from 2.6.5 to 2.6.6

Commits

Updates importlib-metadata from 8.5.0 to 8.6.1

Changelog

Sourced from importlib-metadata's changelog.

v8.6.1

Bugfixes

  • Fixed indentation logic to also honor blank lines.

v8.6.0

Features

  • python/cpython#119650
Commits

Updates pre-commit from 4.0.1 to 4.1.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.1.0

Features

Fixes

Changelog

Sourced from pre-commit's changelog.

4.1.0 - 2025-01-20

Features

Fixes

Commits
  • b152e92 v4.1.0
  • c3125a4 Merge pull request #3389 from lorenzwalthert/dev-always-unset-renv
  • c2c061c fix: ensure env patch is applied for vanilla emulation
  • cd429db Merge pull request #3382 from pre-commit/pre-commit-ci-update-config
  • 9b9f8e2 [pre-commit.ci] pre-commit autoupdate
  • 86300a4 Merge pull request #3376 from pre-commit/r-gone
  • 77edad8 install r on ubuntu runners
  • 18b3939 Merge pull request #3375 from pre-commit/dotnet-tests-ubuntu-latest
  • 31cb945 Merge pull request #3374 from pre-commit/docker-image-tests-ubuntu-22-not-pre...
  • 28c3d81 update .net tests to use .net 8
  • Additional commits viewable in compare view

Updates pymdown-extensions from 10.14 to 10.14.1

Release notes

Sourced from pymdown-extensions's releases.

10.14.1

  • FIX: MagicLink: Ensure that repo names that start with . are handled correctly.
  • FIX: FancyLists: Fix case were lists could be falsely created when a line started with . or ).
Commits

Updates referencing from 0.36.1 to 0.36.2

Release notes

Sourced from referencing's releases.

v0.36.2

Full Changelog: python-jsonschema/referencing@v0.36.1...v0.36.2

Changelog

Sourced from referencing's changelog.

v0.36.2

  • Release using the newer twine release to preserve PEP 639 license metadata.
Commits
  • 9a82e6c Add v0.36.2 to the CHANGELOG.
  • 28f4b79 Update docs requirements.
  • f0d8723 Merge pull request #215 from python-jsonschema/dependabot/submodules/suite-f4...
  • 767145a Bump suite from d01bb7a to f49bd3a
  • bf82571 Merge pull request #214 from python-jsonschema/pre-commit-ci-update-config
  • 94294c1 [pre-commit.ci] pre-commit autoupdate
  • 52add92 Update the uv lockfile.
  • b529607 Update the CHANGELOG.
  • See full diff in compare view

Updates resolvelib from 1.0.1 to 1.1.0

Changelog

Sourced from resolvelib's changelog.

1.1.0 (2024-10-31)

No significant changes.

1.1.0b1 (2024-10-01)

Features

  • Declare supported Python version support ">= 3.7" in dist meta [#129](https://github.com/sarugaku/resolvelib/issues/129) <https://github.com/sarugaku/resolvelib/issues/129>_

  • Improve exception chaining when ResolutionImpossible raises during backjumping [#133](https://github.com/sarugaku/resolvelib/issues/133) <https://github.com/sarugaku/resolvelib/issues/133>_

  • Switch from pyi files to modern annotations based type hinting [#135](https://github.com/sarugaku/resolvelib/issues/135) <https://github.com/sarugaku/resolvelib/issues/135>_

  • In tests the commentjson test dependency with re.sub [#141](https://github.com/sarugaku/resolvelib/issues/141) <https://github.com/sarugaku/resolvelib/issues/141>_

  • Deduplicate failure causes to save memory and reduce backtracking overhead [#143](https://github.com/sarugaku/resolvelib/issues/143) <https://github.com/sarugaku/resolvelib/issues/143>_

  • New narrow_requirement_selection provider method giving option for providers to reduce the number of times sort key get_preference is called in long running backtrack [#145](https://github.com/sarugaku/resolvelib/issues/145) <https://github.com/sarugaku/resolvelib/issues/145>_

  • Run tests against Python 3.12, 3.13, and use latest version of CI dependencies [#153](https://github.com/sarugaku/resolvelib/issues/153) <https://github.com/sarugaku/resolvelib/issues/153>_

  • Update py2ndex script to use metadata files, skip 404, and support PEP 723 [#156](https://github.com/sarugaku/resolvelib/issues/156) <https://github.com/sarugaku/resolvelib/issues/156>_

  • Replace setuptools.cfg and mypy.ini with pyproject.toml [#157](https://github.com/sarugaku/resolvelib/issues/157) <https://github.com/sarugaku/resolvelib/issues/157>_

  • Add tests type "unvisited" to functional Python tests to ensure backjumping is correctly skipping candidates [#158](https://github.com/sarugaku/resolvelib/issues/158) <https://github.com/sarugaku/resolvelib/issues/158>_

  • Switch from flake8 to ruff for linting [#160](https://github.com/sarugaku/resolvelib/issues/160) <https://github.com/sarugaku/resolvelib/issues/160>_

  • Enable automatic TYPE_CHECK guarding for imports only used for type hinting via ruff rules TCH and FA [#166](https://github.com/sarugaku/resolvelib/issues/166) <https://github.com/sarugaku/resolvelib/issues/166>_

Bug Fixes

  • Fix example reporter_demo get_preference method which requires arg backtrack_causes [#136](https://github.com/sarugaku/resolvelib/issues/136) <https://github.com/sarugaku/resolvelib/issues/136>_

  • Clarify the docstrings for providers.py [#138](https://github.com/sarugaku/resolvelib/issues/138) <https://github.com/sarugaku/resolvelib/issues/138>_

  • Pin Black version for linting to prevent CI failures [#150](https://github.com/sarugaku/resolvelib/issues/150) <https://github.com/sarugaku/resolvelib/issues/150>_

... (truncated)

Commits

Updates tzdata from 2024.2 to 2025.1

Release notes

Sourced from tzdata's releases.

2025.1: Release of upstream tzdata 2025a

Version 2025.1

Upstream version 2025a released 2025-01-15T18:47:24+00:00

Briefly:

Paraguay adopts permanent -03 starting spring 2024. Improve pre-1991 data for the Philippines. Etc/Unknown is now reserved.

Changes to future timestamps

Paraguay will stop changing its clocks after the spring-forward transition on 2024-10-06, so it is now permanently at -03. (Thanks to Heitor David Pinto and Even Scharning.) This affects timestamps starting 2025-03-22, as well as the obsolescent tm_isdst flags starting 2024-10-15.

Changes to past timestamps

Correct timestamps for the Philippines before 1900, and from 1937 through 1990. (Thanks to P Chan for the heads-up and citations.) This includes adjusting local mean time before 1899; fixing transitions in September 1899, January 1937, and June 1954; adding transitions in December 1941, November 1945, March and September 1977, and May and July 1990; and removing incorrect transitions in March and September 1978.

Changes to data

Add zone1970.tab lines for the Concordia and Eyre Bird Observatory research stations. (Thanks to Derick Rethans and Jule Dabars.)

Changes to documentation

The name Etc/Unknown is now reserved: it will not be used by TZDB. This is for compatibility with CLDR, which uses the string "Etc/Unknown" for an unknown or invalid timezone. (Thanks to Justin Grant, Mark Davis, and Guy Harris.)

Cite Internet RFC 9636, which obsoletes RFC 8536 for TZif format.

Changelog

Sourced from tzdata's changelog.

Version 2025.1

Upstream version 2025a released 2025-01-15T18:47:24+00:00

Briefly:

Paraguay adopts permanent -03 starting spring 2024. Improve pre-1991 data for the Philippines. Etc/Unknown is now reserved.

Changes to future timestamps

Paraguay will stop changing its clocks after the spring-forward transition on 2024-10-06, so it is now permanently at -03. (Thanks to Heitor David Pinto and Even Scharning.) This affects timestamps starting 2025-03-22, as well as the obsolescent tm_isdst flags starting 2024-10-15.

Changes to past timestamps

Correct timestamps for the Philippines before 1900, and from 1937 through 1990. (Thanks to P Chan for the heads-up and citations.) This includes adjusting local mean time before 1899; fixing transitions in September 1899, January 1937, and June 1954; adding transitions in December 1941, November 1945, March and September 1977, and May and July 1990; and removing incorrect transitions in March and September 1978.

Changes to data

Add zone1970.tab lines for the Concordia and Eyre Bird Observatory research stations. (Thanks to Derick Rethans and Jule Dabars.)

Changes to documentation

The name Etc/Unknown is now reserved: it will not be used by TZDB. This is for compatibility with CLDR, which uses the string "Etc/Unknown" for an unknown or invalid timezone. (Thanks to Justin Grant, Mark Davis, and Guy Harris.)

Cite Internet RFC 9636, which obsoletes RFC 8536 for TZif format.


Commits
  • 0ccabea Bump release to 2025.1
  • d0078ca Update tzdata to version '2025a'
  • 5bf324b Use proper syntax for multiline env variable
  • a178a14 Fix setup_cfg_fmt pre-commit environment
  • 1397de8 Update pre-commit config
  • 0cce78d Add automatic PR action
  • 3b721cd Don't update the repo unless we need to
  • d913020 Update tzdata to 2024b
  • fdd075c Remove POSIXRULES= from make invocation
  • See full diff 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 dependencies group in /.config with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `24.12.2` | `25.1.0` |
| [attrs](https://github.com/sponsors/hynek) | `24.3.0` | `25.1.0` |
| [bindep](https://docs.opendev.org/opendev/bindep) | `2.11.0` | `2.12.0` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.17.0` |
| [identify](https://github.com/pre-commit/identify) | `2.6.5` | `2.6.6` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.5.0` | `8.6.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.14` | `10.14.1` |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.36.1` | `0.36.2` |
| [resolvelib](https://github.com/sarugaku/resolvelib) | `1.0.1` | `1.1.0` |
| [tzdata](https://github.com/python/tzdata) | `2024.2` | `2025.1` |


Updates `ansible-lint` from 24.12.2 to 25.1.0
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v24.12.2...v25.1.0)

Updates `attrs` from 24.3.0 to 25.1.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `bindep` from 2.11.0 to 2.12.0

Updates `filelock` from 3.16.1 to 3.17.0
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.16.1...3.17.0)

Updates `identify` from 2.6.5 to 2.6.6
- [Commits](pre-commit/identify@v2.6.5...v2.6.6)

Updates `importlib-metadata` from 8.5.0 to 8.6.1
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.5.0...v8.6.1)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `pymdown-extensions` from 10.14 to 10.14.1
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.14...10.14.1)

Updates `referencing` from 0.36.1 to 0.36.2
- [Release notes](https://github.com/python-jsonschema/referencing/releases)
- [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst)
- [Commits](python-jsonschema/referencing@v0.36.1...v0.36.2)

Updates `resolvelib` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst)
- [Commits](sarugaku/resolvelib@1.0.1...1.1.0)

Updates `tzdata` from 2024.2 to 2025.1
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](python/tzdata@2024.2...2025.1)

---
updated-dependencies:
- dependency-name: ansible-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: bindep
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: identify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: referencing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: resolvelib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tzdata
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@shatakshiiii shatakshiiii force-pushed the dependabot/pip/dot-config/dependencies-6448fa684d branch from 4caa372 to 84773b1 Compare January 29, 2025 12:35
@ansibuddy ansibuddy merged commit 8be51b8 into main Jan 29, 2025
17 checks passed
@ansibuddy ansibuddy deleted the dependabot/pip/dot-config/dependencies-6448fa684d branch January 29, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants