Skip to content

build(deps-dev): bump the dev-dependencies group with 13 updates#325

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/dev-dependencies-5fd3be5450
Closed

build(deps-dev): bump the dev-dependencies group with 13 updates#325
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/dev-dependencies-5fd3be5450

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps the dev-dependencies group with 13 updates:

Package From To
icecream 2.1.5 2.1.10
pytest-sugar 1.0.0 1.1.1
freezegun 1.5.3 1.5.5
mkdocs-git-revision-date-localized-plugin 1.4.7 1.5.1
mkdocs-glightbox 0.4.0 0.5.2
mkdocs-material 9.6.15 9.7.1
mkdocs-macros-plugin 1.3.7 1.5.0
django-test-plus 2.3.0 2.4.1
pgcli 4.3.0 4.4.0
setuptools 80.9.0 80.10.2
social-auth-app-django 5.6.0 5.7.0
ruff 0.14.14 0.15.0
pytest-md-report 0.6.3 0.7.0

Updates icecream from 2.1.5 to 2.1.10

Release notes

Sourced from icecream's releases.

icecream v2.1.10

Improved: This change excludes the test folder from wheels.

Big thanks to the community! This release was made possible by the people who contributed to the library.

icecream v2.1.9

Removed: Support for Python 3.8.
Fixed: Issues #229 and #60, which means improved lists output.

Big thanks to the community! This release was made possible by the people who contributed to the library.

icecream v2.1.8

Added: You can pass a pre-configured ic instance to builtins. Added: You can configure IceCream to output to either stdout or stderr.

Big thanks to the community! This release was made possible by the people who contributed to the library 🚀

icecream v2.1.7

Added: Configurable line wrap length. Improved: The package no longer includes tests in the production installation.

icecream v2.1.6

Fixed: Pretty-printing of SymPy (and similar) objects.

Previously, calling ic() on structures containing SymPy objects could raise a TypeError because pprint.pformat(sort_dicts=True) attempted to sort unorderable keys. IceCream now keeps sort_dicts=True on the fast path and falls back to sort_dicts=False when pprint raises, ensuring robust output without crashes.

Changelog

Sourced from icecream's changelog.

v2.1.10

Improved: This change excludes the test folder from wheels.

Big thanks to the community! This release was made possible by the people who contributed to the library.

================================================================================ v2.1.9

Removed: Support for Python 3.8.
Fixed: Issues #229 and #60, which means improved lists output.

Big thanks to the community! This release was made possible by the people who contributed to the library.

================================================================================ v2.1.8

Added: You can pass a pre-configured ic instance to builtins. Added: You can configure IceCream to output to either stdout or stderr.

Big thanks to the community! This release was made possible by the people who contributed to the library.

================================================================================ v2.1.7

Added: Configurable line wrap length. Improved: The package no longer includes tests in the production installation.

================================================================================ v2.1.6

Fixed: Pretty-printing of SymPy (and similar) objects.

Previously, calling ic() on structures containing SymPy objects could raise a TypeError because pprint.pformat(sort_dicts=True) attempted to sort unorderable keys. IceCream now keeps sort_dicts=True on the fast path and falls back to sort_dicts=False when pprint raises, ensuring robust output without crashes.

================================================================================

Commits
  • 1d3858e changed version to 2.1.10
  • 29cc0f6 Merge pull request #234 from iloveitaly/exclude-tests-from-whl
  • d970d6a added also first name and last name to the nickname of ivan
  • a946eea build: exclude tests sub-packages from distribution
  • d925bae link to ivan's github profile in the readme
  • d7ac4c6 tweak readme copy
  • d496646 note that icecream is maintaied by the ever-incredible ivan, with support fro...
  • d08c89f remove old maintainer announcement, now 9 months old
  • 9e26838 one more small fix and changelog for v2.1.9
  • 41424e5 small code tweak
  • Additional commits viewable in compare view

Updates pytest-sugar from 1.0.0 to 1.1.1

Release notes

Sourced from pytest-sugar's releases.

pytest-sugar 1.1.1

Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins (#297 by @​TolstochenkoDaniil)

pytest-sugar 1.1.0

Add Playwright trace file detection and display support for failed tests (#296 by @​kiebak3r)

This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making debugging easier for Playwright users. Playwright trace.zip

New command-line options:

  • --sugar-trace-dir: Configure the directory name for Playwright trace files (default: test-results)
  • --sugar-no-trace: Disable Playwright trace file detection and display
Changelog

Sourced from pytest-sugar's changelog.

1.1.1 - 2025-08-23 ^^^^^^^^^^^^^^^^^^

Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins

Contributed by Daniil via [PR #297](Teemu/pytest-sugar#297)

1.1.0 - 2025-08-16 ^^^^^^^^^^^^^^^^^^

Add Playwright trace file detection and display support for failed tests. This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making debugging easier for Playwright users. Playwright trace.zip

New command-line options:

  • --sugar-trace-dir: Configure the directory name for Playwright trace files (default: test-results)
  • --sugar-no-trace: Disable Playwright trace file detection and display

Contributed by kie via [PR #296](Teemu/pytest-sugar#296)

Commits
  • 8133503 Release pytest-sugar 1.1.1
  • 6798042 Fix conflict with other Pytest plugins (#297)
  • 43bbdd0 Release pytest-sugar 1.1.0
  • 855d661 Feature - Playwright Support for Trace Zip Mapping (#296)
  • 2a5862a Merge pull request #293 from cgoldberg/add-py313
  • ca26d98 Add support for Python 3.13
  • 69989eb Clarify license as BSD 3-Clause License
  • 3c86a5c Merge pull request #289 from deronnax/remove-packaging-dep
  • c123be0 remove 'packaging' package
  • efafd9c Merge pull request #282 from penguinpee/main
  • Additional commits viewable in compare view

Updates freezegun from 1.5.3 to 1.5.5

Changelog

Sourced from freezegun's changelog.

1.5.5

  • Allow parametrized arguments called 'func' (Broken in 1.5.4)

1.5.4

  • Fix: Ability to yield fixtures (broken in 1.5.3)
Commits
  • c9bf52c Increase version number
  • 0f2bd7e Merge pull request #582 from spulec/fixture-called-func
  • a608055 Allow parametrized arguments with name 'func'
  • 2bb4711 Increase version number
  • 7599eee Add 1.5.4 release notes
  • 0d00e7d Merge pull request #579 from zsh8/decorate_generator
  • 10c93f2 fix: preserve functionality in pytest yield fixtures
  • See full diff in compare view

Updates mkdocs-git-revision-date-localized-plugin from 1.4.7 to 1.5.1

Release notes

Sourced from mkdocs-git-revision-date-localized-plugin's releases.

revision-date-localized v1.5.1

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.5.0...v1.5.1

revision-date-localized v1.5.0

What's Changed

Fixes

Docs

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.7...v1.5.0

Commits
  • 9d64464 bump to 1.5.4
  • 19a58df Merge branch 'master' of github.com:timvink/mkdocs-git-revision-date-localize...
  • 8109d16 Merge pull request #200 from timvink/dependabot/uv/urllib3-2.6.3
  • 93bb937 fix prek
  • 6999d03 Bump urllib3 from 2.5.0 to 2.6.3
  • a840d4c Add ty type checking
  • 3a508eb Apply ruff
  • 5206902 Add prek to manage pre-commits
  • 3f8c7e5 Merge pull request #199 from timvink/copilot/fix-alpine-build-issues
  • 7311110 Add documentation for Alpine Linux Docker usage
  • Additional commits viewable in compare view

Updates mkdocs-glightbox from 0.4.0 to 0.5.2

Release notes

Sourced from mkdocs-glightbox's releases.

mkdocs-glightbox-0.5.2

  • Updated selectolax dependency to >=0.3.29 to support Python 3.14 (#64)

mkdocs-glightbox-0.5.1

  • Pined selectolax to 0.3.29 to avoid missing binary wheel issue on some platforms (#63)

mkdocs-glightbox-0.5.0

  • Updated glightbox to 3.3.1
  • Migrated to uv and pyproject.toml for development and building
  • Replaced regex with Selectolax to improve performance, availability and maintainability (#44, #56, #61)
  • Updated tests and workflow
  • Support auto themed (#49)
Changelog

Sourced from mkdocs-glightbox's changelog.

mkdocs-glightbox-0.5.2 (2025-10-23)

* Updated selectolax dependency to >=0.3.29 to support Python 3.14 ([#64](https://github.com/blueswen/mkdocs-glightbox/issues/64))

mkdocs-glightbox-0.5.1 (2025-09-04)

* Pined selectolax to 0.3.29 to avoid missing binary wheel issue on some platforms ([#63](https://github.com/blueswen/mkdocs-glightbox/issues/63))

mkdocs-glightbox-0.5.0 (2025-09-03)

* Updated glightbox to 3.3.1
* Migrated to uv and pyproject.toml for development and building
* Replaced regex with Selectolax to improve performance, availability and maintainability ([#44](https://github.com/blueswen/mkdocs-glightbox/issues/44), [#56](https://github.com/blueswen/mkdocs-glightbox/issues/56), [#61](https://github.com/blueswen/mkdocs-glightbox/issues/61))
* Updated tests and workflow
* Support auto themed ([#49](https://github.com/blueswen/mkdocs-glightbox/issues/49))

mkdocs-glightbox-0.4.0 (2023-05-06)

* Supported manual mode ([#29](https://github.com/blueswen/mkdocs-glightbox/issues/29))
* Allow calling lightbox methods from other places ([#34](https://github.com/blueswen/mkdocs-glightbox/issues/34))
* Added id to appended script tag ([#38](https://github.com/blueswen/mkdocs-glightbox/issues/38))
* Access theme attribute directly ([#40](https://github.com/blueswen/mkdocs-glightbox/issues/40))
* Better JavaScript Error Handling ([#36](https://github.com/blueswen/mkdocs-glightbox/issues/36))

mkdocs-glightbox-0.3.7 (2023-01-24)

* Supported custom background and shadow ([#27](https://github.com/blueswen/mkdocs-glightbox/issues/27))

mkdocs-glightbox-0.3.6 (2023-12-30)

* Modified width default to auto prevent zooming large image bug ([#21](https://github.com/blueswen/mkdocs-glightbox/issues/21))
* Supported only enable glightbox with on-glb class in given page ([#28](https://github.com/blueswen/mkdocs-glightbox/issues/28))

mkdocs-glightbox-0.3.5 (2023-11-18)

* Supported compatibility with the privacy plugin of Material for MkDocs insiders ([#25](https://github.com/blueswen/mkdocs-glightbox/issues/25))

mkdocs-glightbox-0.3.4 (2023-04-25)

* Fixed regex bug: quote issue and empty alt issue ([#14](https://github.com/blueswen/mkdocs-glightbox/issues/14) [#19](https://github.com/blueswen/mkdocs-glightbox/issues/19))

mkdocs-glightbox-0.3.3 (2023-04-20)

* Refactored processing logic with regex ([#14](https://github.com/blueswen/mkdocs-glightbox/issues/14))

mkdocs-glightbox-0.3.2 (2023-03-19)

* Supported image without extension ([#13](https://github.com/blueswen/mkdocs-glightbox/issues/13))

mkdocs-glightbox-0.3.1 (2022-11-22)

... (truncated)

Commits

Updates mkdocs-material from 9.6.15 to 9.7.1

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.7.1

[!WARNING]

Material for MkDocs is in maintenance mode

Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.

Read the full announcement on our blog

Changes

  • Updated requests to 2.30+ to mitigate CVE in urllib
  • Fixed privacy plugin not picking up protocol-relative URLs
  • Fixed #8542: false positives and negatives captured in privacy plugin

mkdocs-material-9.7.0

[!WARNING]

Material for MkDocs is now in maintenance mode

This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.

Read the full announcement on our blog

This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.

Note on deprecated plugins: The [projects] and [typeset] plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.

Changes:

  • Added support for projects plugin (for compat, now deprecated)
  • Added support for typeset plugin (for compat, now deprecated)
  • Added support for pinned blog posts and author profiles
  • Added support for customizing pagination for blog index pages
  • Added support for customizing blog category sort order
  • Added support for staying on page when switching languages
  • Added support for disabling tags in table of contents
  • Added support for nested tags and shadow tags
  • Added support for footnote tooltips
  • Added support for instant previews
  • Added support for instant prefetching
  • Added support for custom social card layouts
  • Added support for custom social card background images
  • Added support for selectable rangs in code blocks
  • Added support for custom selectors for code annotations
  • Added support for configurable log level in privacy plugin
  • Added support for processing of external links in privacy plugin

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.7.1 (2025-12-18)

  • Updated requests to 2.30+ to mitigate CVE in urllib
  • Fixed privacy plugin not picking up protocol-relative URLs
  • Fixed #8542: false positives and negatives captured in privacy plugin

mkdocs-material-9.7.0 (2025-11-11)

⚠️ Material for MkDocs is now in maintenance mode

This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.

Read the full announcement on our blog: https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/

This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.

Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.

Changes:

  • Added support for pinned blog posts and author profiles
  • Added support for customizing pagination for blog index pages
  • Added support for customizing blog category sort order
  • Added support for staying on page when switching languages
  • Added support for disabling tags in table of contents
  • Added support for nested tags and shadow tags
  • Added support for footnote tooltips
  • Added support for instant previews
  • Added support for instant prefetching
  • Added support for custom social card layouts
  • Added support for custom social card background images
  • Added support for selectable rangs in code blocks
  • Added support for custom selectors for code annotations
  • Added support for configurable log level in privacy plugin
  • Added support for processing of external links in privacy plugin
  • Added support for automatic image optimization via optimize plugin
  • Added support for navigation paths (breadcrumbs)
  • Fixed #8519: Vector accents do not render when using KaTeX

mkdocs-material-9.6.23 (2025-11-01)

  • Updated Burmese translation

... (truncated)

Commits

Updates mkdocs-macros-plugin from 1.3.7 to 1.5.0

Changelog

Sourced from mkdocs-macros-plugin's changelog.

1.5.0, 2025-11-13

  • Added: For each push, testing on github for versions Python 3.8 to 3.12
  • Fixed: bug in import of packages when not in source dir (#278)

1.4.1, 2025-10-18

  • Added: support for j2_extensions paramater in config file (#272)
  • Fixed: missing dependency declaration on requests (#269)

1.4.0, 2025-09-21

  • Removed: auto-install of missing pluglet (meaningful error message #262)
  • Fixed: error with yaml dumps (#258)
  • Fixed: detection of Jinja2, to allow title rendering (#266)
  • Small improvements to documentation
Commits
  • 0536f4d Fix type hint for compatibility
  • d9a6bc3 Require mkdocs-test>=0.6.0 (compatibility with Python 3.8 and 3.9)
  • bcaa72d Make last minute corrections
  • 356fc2a Prepare for release
  • aaf16bd Limit testing to 3.10 up (#279)
  • ba5356c Use proper exit for pytest if Python < 3.10 (#279)
  • 6c79660 Skip test_modules.py if Python version < 3.10 (#279)
  • cec7440 Test installation of d2 in a cross-platform way (#279)
  • 492759c Update with changes from local repo (#278)
  • cc54168 Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin
  • Additional commits viewable in compare view

Updates django-test-plus from 2.3.0 to 2.4.1

Changelog

Sourced from django-test-plus's changelog.

Version 2.4.1 - December 19th, 2025

  • Migrate from setup.py/setup.cfg to pyproject.toml with hatchling
  • Use uv for building and publishing

Version 2.4.0 - December 19th, 2025

  • Add Django 6.0 support
  • Add Python 3.14 support
  • Drop Python 3.9 support
Commits
  • 57d62d7 Bump version 2.4.0 -> 2.4.1
  • 2ed4e93 🔧 Run uv lock after bumping versions
  • 7db9e31 🔧 Annotate and reorganize justfile targets
  • 5811e8c 🔧 add bump-patch and bump-minor just tasks
  • 28492e9 📝 Update changelog with 2.4.1 release notes
  • 384659d 🔒 Update uv.lock: add upload-time metadata, bump revision
  • 1cbd8e1 🔧 Add Jeff Triplett to project authors
  • a698330 🔒 Migrate to pyproject.toml and add uv.lock
  • a45bbcc 📝 Update CHANGELOG: add Django 6.0, Python 3.14; drop 3.9
  • 45de290 🚀 Use uv for building and publishing release
  • Additional commits viewable in compare view

Updates pgcli from 4.3.0 to 4.4.0

Changelog

Sourced from pgcli's changelog.

4.4.0 (2025-12-24)

Features:

  • Add support for init-command to run when the connection is established.
    • Command line option --init-command
    • Provide init-command in the config file
    • Support dsn specific init-command in the config file
  • Add suggestion when setting the search_path
  • Allow per dsn_alias ssh tunnel selection

Internal:

  • Moderize the repository
    • Use uv instead of pip
    • Use github trusted publisher for pypi release
    • Update dev requirements and replace requirements-dev.txt with pyproject.toml
    • Use ruff instead of black

Bug fixes:

  • Improve display of larger durations when passed as floats
Commits
  • e92db29 Releasing version 4.4.0
  • 30b071b Changelog update to release 4.4.0. (#1548)
  • 1723391 Ssh tunnel configuration for dsn aliases (#1524)
  • f46d844 Add suggestion when setting the search_path (#1513)
  • a74eab8 Don't include '.0' on minutes and hours for durations when passed as large fl...
  • 435cf7f Ruff format. (#1507)
  • f9cd644 Modernize setup and publishing actions (#1506)
  • 9d9a912 Merge pull request #1504 from dbcli/amjith/init-command
  • a98163e Fix the behave test expectation about PING/PONG test.
  • 5aa912c Reenable the behave tests in CI.
  • Additional commits viewable in compare view

Updates setuptools from 80.9.0 to 80.10.2

Changelog

Sourced from setuptools's changelog.

v80.10.2

Bugfixes

  • Update vendored dependencies. (#5159)

Misc

v80.10.1

Misc

v80.10.0

Features

  • Remove post-release tags on setuptools' own build. (#4530)
  • Refreshed vendored dependencies. (#5139)

Misc

Commits
  • 5cf2d08 Bump version: 80.10.1 → 80.10.2
  • 852cd5e Merge pull request #5166 from pypa/bugfix/5159-vendor-bin-free
  • 11115ee Suppress deprecation warning.
  • 5cf9185 Update vendored dependencies.
  • cf59f41 Delete all binaries generated by vendored package install.
  • 89a5981 Add missing newsfragments
  • c0114af Postpone deprecation warnings related to PEP 639 to 2027-Feb-18 (#5115)
  • de07603 Revert "[CI] Constraint transient test dependency on pyobjc" (#5128)
  • 3afd5d6 Revert "[CI] Constraint transient test dependency on pyobjc"
  • adfb0c9 Bump version: 80.10.0 → 80.10.1
  • Additional commits viewable in compare view

Updates social-auth-app-django from 5.6.0 to 5.7.0

Release notes

Sourced from social-auth-app-django's releases.

5.7.0

Changed

  • Integrated with social_core using registry instead of monkey patching it

Donations

This project welcomes donations to make the development sustainable. The following platforms are available for funding Python Social Auth:

Changelog

Sourced from social-auth-app-django's changelog.

5.7.0 - 2025-12-18

Changed

  • Integrated with social_core using registry instead of monkey patching it
Commits
  • 60b42f1 chore: version bump 5.7.0
  • 2eff0dd feat: use social_core's registry to set default strategy
  • 6b8f456 chore(deps): update github/codeql-action action to v4.31.9 (#875)
  • 5779c0a fix(deps): update dependency mypy to v1.19.1 (#874)
  • fff0630 chore(deps): update astral-sh/setup-uv action to v7.1.6 (#873)
  • 2486573 chore(deps): update actions/upload-artifact action to v6 (#872)
  • 9dc8e68 chore(deps): update github/codeql-action action to v4.31.8 (#871)
  • 5406c8a chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.9 (#870)
  • 32bb900 chore(deps): update codecov/codecov-action action to v5.5.2 (#869)
  • 0b6e2c9 chore(deps): update astral-sh/setup-uv action to v7.1.5 (#868)
  • Additional commits viewable in compare view

Updates ruff from 0.14.14 to 0.15.0

Release notes

Sourced from ruff's releases.

0.15.0

Release Notes

Released on 2026-02-03.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.

  • The linter now supports block suppression comments. For example, to suppress N803 for all parameters in this function:

    # ruff: disable[N803]
    def foo(
        legacyArg1,
        legacyArg2,
        legacyArg3,
        legacyArg4,
    ): ...
    # ruff: enable[N803]

    See the documentation for more details.

  • The ruff:alpine Docker image is now based on Alpine 3.23 (up from 3.21).

  • The ruff:debian and ruff:debian-slim Docker images are now based on Debian 13 "Trixie" instead of Debian 12 "Bookworm."

  • Binaries for the ppc64 (64-bit big-endian PowerPC) architecture are no longer included in our releases. It should still be possible to build Ruff manually for this platform, if needed.

  • Ruff now resolves all extended configuration files before falling back on a default Python version.

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.0

Released on 2026-02-03.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.

  • The linter now supports block suppression comments. For example, to suppress N803 for all parameters in this function:

    # ruff: disable[N803]
    def foo(
        legacyArg1,
        legacyArg2,
        legacyArg3,
        legacyArg4,
    ): ...
    # ruff: enable[N803]

    See the documentation for more details.

  • The ruff:alpine Docker image is now based on Alpine 3.23 (up from 3.21).

  • The ruff:debian and ruff:debian-slim Docker images are now based on Debian 13 "Trixie" instead of Debian 12 "Bookworm."

  • Binaries for the ppc64 (64-bit big-endian PowerPC) architecture are no longer included in our releases. It should still be possible to build Ruff manually for this platform, if needed.

  • Ruff now resolves all extended configuration files before falling back on a default Python version.

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Commits

Updates pytest-md-report from 0.6.3 to 0.7.0

Release notes

Sourced from pytest-md-report's releases.

v0.7.0

What's Changed

New Contributors

Full Changelog: thombashi/pytest-md-report@v0.6.3...v0.7.0

Commits
  • 33c3285 bump version to 0.7.0
  • c1fd308 Update README
  • 2d75a0e Add help target to Makefile
  • 04af397 Show test parameters in the report with --md-report-verbose=2: #14
  • 340413a Merge pull request #15 from dstrub18/contrib/readme-fix-typo
  • 14c1965 readme: typo: emmpty -> empty
  • 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 ...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 12, 2026
Bumps the dev-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [icecream](https://github.com/gruns/icecream) | `2.1.5` | `2.1.10` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.5` |
| [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) | `1.4.7` | `1.5.1` |
| [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox) | `0.4.0` | `0.5.2` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.15` | `9.7.1` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.7` | `1.5.0` |
| [django-test-plus](https://github.com/revsys/django-test-plus) | `2.3.0` | `2.4.1` |
| [pgcli](https://github.com/dbcli/pgcli) | `4.3.0` | `4.4.0` |
| [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `80.10.2` |
| [social-auth-app-django](https://github.com/python-social-auth/social-app-django) | `5.6.0` | `5.7.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.0` |
| [pytest-md-report](https://github.com/thombashi/pytest-md-report) | `0.6.3` | `0.7.0` |


Updates `icecream` from 2.1.5 to 2.1.10
- [Release notes](https://github.com/gruns/icecream/releases)
- [Changelog](https://github.com/gruns/icecream/blob/master/changelog.txt)
- [Commits](gruns/icecream@v2.1.5...v2.1.10)

Updates `pytest-sugar` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/Teemu/pytest-sugar/releases)
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst)
- [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1)

Updates `freezegun` from 1.5.3 to 1.5.5
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.5.3...1.5.5)

Updates `mkdocs-git-revision-date-localized-plugin` from 1.4.7 to 1.5.1
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.4.7...v1.5.1)

Updates `mkdocs-glightbox` from 0.4.0 to 0.5.2
- [Release notes](https://github.com/blueswen/mkdocs-glightbox/releases)
- [Changelog](https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG)
- [Commits](blueswen/mkdocs-glightbox@v0.4.0...v0.5.2)

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

Updates `mkdocs-macros-plugin` from 1.3.7 to 1.5.0
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.5.0)

Updates `django-test-plus` from 2.3.0 to 2.4.1
- [Changelog](https://github.com/revsys/django-test-plus/blob/main/CHANGELOG.md)
- [Commits](revsys/django-test-plus@v2.3.0...2.4.1)

Updates `pgcli` from 4.3.0 to 4.4.0
- [Changelog](https://github.com/dbcli/pgcli/blob/main/changelog.rst)
- [Commits](dbcli/pgcli@v4.3.0...v4.4.0)

Updates `setuptools` from 80.9.0 to 80.10.2
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v80.9.0...v80.10.2)

Updates `social-auth-app-django` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/python-social-auth/social-app-django/releases)
- [Changelog](https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md)
- [Commits](python-social-auth/social-app-django@5.6.0...5.7.0)

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

Updates `pytest-md-report` from 0.6.3 to 0.7.0
- [Release notes](https://github.com/thombashi/pytest-md-report/releases)
- [Commits](thombashi/pytest-md-report@v0.6.3...v0.7.0)

---
updated-dependencies:
- dependency-name: icecream
  dependency-version: 2.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pytest-sugar
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: freezegun
  dependency-version: 1.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-version: 1.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mkdocs-glightbox
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mkdocs-material
  dependency-version: 9.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mkdocs-macros-plugin
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: django-test-plus
  dependency-version: 2.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pgcli
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: setuptools
  dependency-version: 80.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: social-auth-app-django
  dependency-version: 5.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ruff
  dependency-version: 0.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pytest-md-report
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/dev-dependencies-5fd3be5450 branch from adf35ba to db04931 Compare February 12, 2026 01:11
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2026

Superseded by #331.

@dependabot dependabot bot closed this Feb 12, 2026
@dependabot dependabot bot deleted the dependabot/uv/dev-dependencies-5fd3be5450 branch February 12, 2026 01:15
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants