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 across 1 directory with 19 updates #1892

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 19 updates in the /.config directory:

Package From To
ansible-compat 24.9.1 24.10.0
ansible-lint 24.9.2 24.10.0
coverage 7.6.4 7.6.9
cryptography 43.0.3 44.0.0
identify 2.6.2 2.6.3
libtmux 0.37.0 0.39.0
markdown-exec 1.9.3 1.10.0
mkdocs-ansible 24.3.1 24.12.0
mkdocs-material 9.5.44 9.5.47
pipdeptree 2.23.4 2.24.0
pytest 8.3.3 8.3.4
pytest-subtests 0.13.1 0.14.0
python-daemon 3.1.0 3.1.2
resolvelib 1.0.1 1.1.0
rpds-py 0.21.0 0.22.3
six 1.16.0 1.17.0
tomli 2.1.0 2.2.1
types-setuptools 75.3.0.20241112 75.6.0.20241126
virtualenv 20.27.1 20.28.0

Updates ansible-compat from 24.9.1 to 24.10.0

Release notes

Sourced from ansible-compat's releases.

v24.10.0

Enhancements

Bugfixes

Commits

Updates ansible-lint from 24.9.2 to 24.10.0

Release notes

Sourced from ansible-lint's releases.

v24.10.0

Enhancements

Bugfixes

Commits

Updates coverage from 7.6.4 to 7.6.9

Changelog

Sourced from coverage's changelog.

Version 7.6.9 — 2024-12-06

  • Fix: Tomas Uribe fixed <pull 1901_>_ a performance problem in the XML report. Large code bases should produce XML reports much faster now.

.. _pull 1901: nedbat/coveragepy#1901

.. _changes_7-6-8:

Version 7.6.8 — 2024-11-23

  • Fix: the LCOV report code assumed that a branch line that took no branches meant that the entire line was unexecuted. This isn't true in a few cases: the line might always raise an exception, or might have been optimized away. Fixes issue 1896_.

  • Fix: similarly, the HTML report will now explain that a line that jumps to none of its expected destinations must have always raised an exception. Previously, it would say something nonsensical like, "line 4 didn't jump to line 5 because line 4 was never true, and it didn't jump to line 7 because line 4 was always true." This was also shown in issue 1896_.

.. _issue 1896: nedbat/coveragepy#1896

.. _changes_7-6-7:

Version 7.6.7 — 2024-11-15

  • Fix: ugh, the other assert from 7.6.5 can also be encountered in the wild, so it's been restored to a conditional. Sorry for the churn.

.. _changes_7-6-6:

Version 7.6.6 — 2024-11-15

  • One of the new asserts from 7.6.5 caused problems in real projects, as reported in issue 1891_. The assert has been removed.

.. _issue 1891: nedbat/coveragepy#1891

.. _changes_7-6-5:

... (truncated)

Commits
  • daac76d docs: sample HTML for 7.6.9
  • f7d7e42 docs: prep for 7.6.9
  • 8fe3b2b docs: thanks, Tomas Uribe for #1901
  • 346cfc0 fix: use set instead of list for arcs_executed, fixes poor performance (#1901)
  • 484678e fix: COVERAGE_ONE_CORE should mean ctrace if possible
  • 37451ed chore: make upgrade doc_upgrade
  • bd23445 chore: bump the action-dependencies group with 2 updates (#1899)
  • 01cf50c test: add a test to satisfy a condition in results.py
  • 74d3c50 chore: make upgrade
  • f3b269c build: only comment once on an issue mentioned twice
  • Additional commits viewable in compare view

Updates cryptography from 43.0.3 to 44.0.0

Changelog

Sourced from cryptography's changelog.

44.0.0 - 2024-11-27


* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 3.9.
* Deprecated Python 3.7 support. Python 3.7 is no longer supported by the
  Python core team. Support for Python 3.7 will be removed in a future
  ``cryptography`` release.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.0.
* macOS wheels are now built against the macOS 10.13 SDK. Users on older
  versions of macOS should upgrade, or they will need to build
  ``cryptography`` themselves.
* Enforce the :rfc:`5280` requirement that extended key usage extensions must
  not be empty.
* Added support for timestamp extraction to the
  :class:`~cryptography.fernet.MultiFernet` class.
* Relax the Authority Key Identifier requirements on root CA certificates
  during X.509 verification to allow fields permitted by :rfc:`5280` but
  forbidden by the CA/Browser BRs.
* Added support for :class:`~cryptography.hazmat.primitives.kdf.argon2.Argon2id`
  when using OpenSSL 3.2.0+.
* Added support for the :class:`~cryptography.x509.Admissions` certificate extension.
* Added basic support for PKCS7 decryption (including S/MIME 3.2) via
  :func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der`,
  :func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_pem`, and
  :func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_smime`.

.. _v43-0-3:

Commits

Updates identify from 2.6.2 to 2.6.3

Commits

Updates libtmux from 0.37.0 to 0.39.0

Release notes

Sourced from libtmux's releases.

v0.38.0 (built with uv)

What's Changed

Development

  • Project and package management: poetry to uv (#547)

    uv is the new package and project manager for the project, replacing Poetry.

  • Code quality: Use f-strings in more places (#540)

    via ruff 0.4.2.

Documentation

  • [docs] Sphinx v8 compatibility: configure a non-empty inventory name for Python Intersphinx mapping. by @​jayaddison in tmux-python/libtmux#542

  • Fix docstrings in query_list for MultipleObjectsReturned and ObjectDoesNotExist.

Other

New Contributors

Full Changelog: tmux-python/libtmux@v0.37.0...v0.38.0

Changelog

Sourced from libtmux's changelog.

libtmux 0.39.0 (2024-11-26)

Maintenance only, no bug fixes or new features

Breaking changes

  • Drop Python 3.8. end of life was October 7th, 2024 (#548)

    tmuxp 1.48.0 was the last release for Python 3.8.

    The minimum python for tmuxp as of 1.49.0 is Python 3.9

libtmux 0.38.1 (2024-11-26)

  • Keep minimum Python version at 3.8 for now.

libtmux 0.38.0 (2024-11-26)

Breaking changes

Project and package management: poetry to uv (#547)

uv is the new package and project manager for the project, replacing Poetry.

Build system: poetry to hatchling (#547)

Build system moved from poetry to hatchling.

Development

Documentation

  • Fix docstrings in query_list for MultipleObjectsReturned and ObjectDoesNotExist.
Commits

Updates markdown-exec from 1.9.3 to 1.10.0

Release notes

Sourced from markdown-exec's releases.

1.10.0

1.10.0 - 2024-12-06

Compare with 1.9.3

Build

  • Drop support for Python 3.8 (103bc1d by Timothée Mazzucotelli).

Features

Changelog

Sourced from markdown-exec's changelog.

1.10.0 - 2024-12-06

Compare with 1.9.3

Build

  • Drop support for Python 3.8 (103bc1d by Timothée Mazzucotelli).

Features

Commits

Updates mkdocs-ansible from 24.3.1 to 24.12.0

Release notes

Sourced from mkdocs-ansible's releases.

v24.12.0

Enhancements

Bugfixes

Commits

Updates mkdocs-material from 9.5.44 to 9.5.47

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.47

  • Fixed #7750: Numeric tags break search
  • Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)

Thanks go to @​perpil for their contributions

mkdocs-material-9.5.46

  • Added support for removing preload hints in privacy plugin
  • Fixed #7734: Code blocks in h5 headlines are uppercased
  • Fixed #7725: Blog plugin crashing on missing timezone (9.5.45 regression)

Thanks go to @​nejch and @​perpil for their contributions

mkdocs-material-9.5.45

  • Reduced size of Docker image through multi-stage build
  • Fixed #7708: Blog plugin crashing on YAML dates with timezones

Thanks go to @​FrancoisCapon and @​perpil for their contributions

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.47 (2024-12-01)

  • Fixed #7750: Numeric tags break search
  • Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)

mkdocs-material-9.5.46 (2024-11-25)

  • Added support for removing preload hints in privacy plugin
  • Fixed #7734: Code blocks in h5 headlines are uppercased
  • Fixed #7725: Blog plugin crashing on missing timezone (9.5.45 regression)

mkdocs-material-9.5.45 (2024-11-20)

  • Reduced size of Docker image through multi-stage build
  • Fixed #7708: Blog plugin crashing on YAML dates with timezones

mkdocs-material-9.5.44 (2024-11-05)

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

mkdocs-material-9.5.43 (2024-10-31)

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

mkdocs-material-9.5.42 (2024-10-20)

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41 (2024-10-15)

  • Fixed #7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #7615: Comments and "Was this page helpful?" visible when printing

mkdocs-material-9.5.40 (2024-10-10)

  • Updated Latvian translations
  • Fixed #7597: Social cards not using site name on home page

mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)

  • Fixed #7567: Empty headlines when using typeset plugin with anchorlinks

mkdocs-material-9.5.39 (2024-09-29)

  • Fixed #7226: not staying on page when using mike's canonical versioning

mkdocs-material-9.5.38 (2024-09-26)

... (truncated)

Commits

Updates pipdeptree from 2.23.4 to 2.24.0

Release notes

Sourced from pipdeptree's releases.

2.24.0

What's Changed

Full Changelog: tox-dev/pipdeptree@2.23.4...2.24.0

Commits

Updates pytest from 8.3.3 to 8.3.4

Release notes

Sourced from pytest's releases.

8.3.4

pytest 8.3.4 (2024-12-01)

Bug fixes

  • #12592: Fixed KeyError{.interpreted-text role="class"} crash when using --import-mode=importlib in a directory layout where a directory contains a child directory with the same name.

  • #12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the AST, like executing.

  • #12849: ANSI escape codes for colored output now handled correctly in pytest.fail{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.

  • #9353: pytest.approx{.interpreted-text role="func"} now uses strict equality when given booleans.

Improved documentation

  • #10558: Fix ambiguous docstring of pytest.Config.getoption{.interpreted-text role="func"}.

  • #10829: Improve documentation on the current handling of the --basetemp option and its lack of retention functionality (temporary directory location and retention{.interpreted-text role="ref"}).

  • #12866: Improved cross-references concerning the recwarn{.interpreted-text role="fixture"} fixture.

  • #12966: Clarify filterwarnings{.interpreted-text role="ref"} docs on filter precedence/order when using multiple @pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>{.interpreted-text role="ref"} marks.

Contributor-facing changes

  • #12497: Fixed two failing pdb-related tests on Python 3.13.
Commits
  • 53f8b4e Update pypa/gh-action-pypi-publish to v1.12.2
  • 98dff36 Prepare release version 8.3.4
  • 1b474e2 approx: use exact comparison for bool (#13013)
  • b541721 docs: Fix wrong statement about sys.modules with importlib import mode (#1298...
  • 16cb87b pytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)
  • be6bc81 Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...
  • 7aeb72b Improve docs on basetemp and retention (#12912) (#12928)
  • c875841 Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...
  • 6502816 Merge pull request #12913 from jakkdl/dontfailonbadpath
  • 52135b0 Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)
  • Additional commits viewable in compare view

Updates pytest-subtests from 0.13.1 to 0.14.0

Release notes

Sourced from pytest-subtests's releases.

v0.14.0

See the CHANGELOG.

Changelog

Sourced from pytest-subtests's changelog.

0.14.0

2024-12-07

  • Add support for Python 3.13.

  • Dropped support for EOL Python 3.8.

  • Fixed output when using TestCase.skipTest ([#169](https://github.com/pytest-dev/pytest-subtests/issues/169)_).

  • Fixed pytest requirement to >=7.3 ([#159](https://github.com/pytest-dev/pytest-subtests/issues/159)_).

.. _#159: pytest-dev/pytest-subtests#159 .. _#169: pytest-dev/pytest-subtests#169

Commits
  • 7ac6f2f Update CHANGELOG for 0.14.0
  • b830f5d Drop Python 3.8 and add Python 3.13
  • 04094f7 Fix skipTest output inside TestCase.subTest (#169)
  • 3933305 Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#168)
  • 7db6c31 Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#167)
  • 4f15b7f Bump hynek/build-and-inspect-python-package from 2.9 to 2.10 (#166)
  • de62390 [pre-commit.ci] pre-commit autoupdate (#165)
  • 20fb938 [pre-commit.ci] pre-commit autoupdate (#163)
  • 5ca70a5 [pre-commit.ci] pre-commit autoupdate (#162)
  • 0503b93 [pre-commit.ci] pre-commit autoupdate (#161)
  • Additional commits viewable in compare view

Updates python-daemon from 3.1.0 to 3.1.2

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 rpds-py from 0.21.0 to 0.22.3

Release notes

Sourced from rpds-py's releases.

v0.22.3

Full Changelog: crate-py/rpds@v0.22.2...v0.22.3

v0.22.2

Full Changelog: crate-py/rpds@v0.22.1...v0.22.2

v0.22.1

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.22.0...v0.22.1

v0.22.0

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.21.0...v0.22.0

Commits
  • ada6b46 Properly tag a release fixing the soundness issue.
  • 177b17b Bump to PyO3 0.23.3, avoiding 0.23.x's previous soundness issues.
  • 38bd89a Merge pull request #109 from crate-py/pre-commit-ci-update-config
  • 5ecc066 Tag a release for regaining all the Windows wheels.
  • 8baaf22 Merge pull request #111 from RobPasMue/ci/windows-313-threaded-separation
  • 7f99ea8 ci: separate free-threaded and standard 3.13 distribution builds
  • 5f16973 [pre-commit.ci] pre-commit autoupdate
  • 9d03208 Merge pull request #108 from crate-py/dependabot/cargo/pyo3-0.23.2
  • 6043127 Bump pyo3 from 0.23.1 to 0.23.2
  • <...

    Description has been truncated

Bumps the dependencies group with 19 updates in the /.config directory:

| Package | From | To |
| --- | --- | --- |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.9.1` | `24.10.0` |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `24.9.2` | `24.10.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.9` |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` |
| [identify](https://github.com/pre-commit/identify) | `2.6.2` | `2.6.3` |
| [libtmux](https://github.com/tmux-python/libtmux) | `0.37.0` | `0.39.0` |
| [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.9.3` | `1.10.0` |
| [mkdocs-ansible](https://github.com/ansible/mkdocs-ansible) | `24.3.1` | `24.12.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.44` | `9.5.47` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.23.4` | `2.24.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) | `0.13.1` | `0.14.0` |
| python-daemon | `3.1.0` | `3.1.2` |
| [resolvelib](https://github.com/sarugaku/resolvelib) | `1.0.1` | `1.1.0` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.21.0` | `0.22.3` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |
| [tomli](https://github.com/hukkin/tomli) | `2.1.0` | `2.2.1` |
| [types-setuptools](https://github.com/python/typeshed) | `75.3.0.20241112` | `75.6.0.20241126` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.27.1` | `20.28.0` |



Updates `ansible-compat` from 24.9.1 to 24.10.0
- [Release notes](https://github.com/ansible/ansible-compat/releases)
- [Commits](ansible/ansible-compat@v24.9.1...v24.10.0)

Updates `ansible-lint` from 24.9.2 to 24.10.0
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v24.9.2...v24.10.0)

Updates `coverage` from 7.6.4 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.4...7.6.9)

Updates `cryptography` from 43.0.3 to 44.0.0
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.3...44.0.0)

Updates `identify` from 2.6.2 to 2.6.3
- [Commits](pre-commit/identify@v2.6.2...v2.6.3)

Updates `libtmux` from 0.37.0 to 0.39.0
- [Release notes](https://github.com/tmux-python/libtmux/releases)
- [Changelog](https://github.com/tmux-python/libtmux/blob/master/CHANGES)
- [Commits](tmux-python/libtmux@v0.37.0...v0.39.0)

Updates `markdown-exec` from 1.9.3 to 1.10.0
- [Release notes](https://github.com/pawamoy/markdown-exec/releases)
- [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md)
- [Commits](pawamoy/markdown-exec@1.9.3...1.10.0)

Updates `mkdocs-ansible` from 24.3.1 to 24.12.0
- [Release notes](https://github.com/ansible/mkdocs-ansible/releases)
- [Commits](ansible/mkdocs-ansible@v24.3.1...v24.12.0)

Updates `mkdocs-material` from 9.5.44 to 9.5.47
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.44...9.5.47)

Updates `pipdeptree` from 2.23.4 to 2.24.0
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Commits](tox-dev/pipdeptree@2.23.4...2.24.0)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `pytest-subtests` from 0.13.1 to 0.14.0
- [Release notes](https://github.com/pytest-dev/pytest-subtests/releases)
- [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-subtests@v0.13.1...v0.14.0)

Updates `python-daemon` from 3.1.0 to 3.1.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 `rpds-py` from 0.21.0 to 0.22.3
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.21.0...v0.22.3)

Updates `six` from 1.16.0 to 1.17.0
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.16.0...1.17.0)

Updates `tomli` from 2.1.0 to 2.2.1
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.1.0...2.2.1)

Updates `types-setuptools` from 75.3.0.20241112 to 75.6.0.20241126
- [Commits](https://github.com/python/typeshed/commits)

Updates `virtualenv` from 20.27.1 to 20.28.0
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.27.1...20.28.0)

---
updated-dependencies:
- dependency-name: ansible-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansible-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: identify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: libtmux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markdown-exec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocs-ansible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pipdeptree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest-subtests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: python-daemon
  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: rpds-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: six
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tomli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@shatakshiiii shatakshiiii force-pushed the dependabot/pip/dot-config/dependencies-fdd45cdcc0 branch from 1bdc3c7 to d74834d Compare December 10, 2024 13:57
@shatakshiiii
Copy link
Contributor

Closing in favour of #1895

auto-merge was automatically disabled December 12, 2024 05:09

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@shatakshiiii shatakshiiii deleted the dependabot/pip/dot-config/dependencies-fdd45cdcc0 branch December 12, 2024 05:09
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