Skip to content

Build(deps-dev): Bump the minor group across 1 directory with 2 updates - #295

Merged
frequenz-auto-dependabot[bot] merged 1 commit into
v1.x.xfrom
dependabot/pip/minor-2c8cce2516
Sep 1, 2026
Merged

Build(deps-dev): Bump the minor group across 1 directory with 2 updates#295
frequenz-auto-dependabot[bot] merged 1 commit into
v1.x.xfrom
dependabot/pip/minor-2c8cce2516

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 2 updates in the / directory: nox and time-machine.

Updates nox from 2026.7.11 to 2026.8.17

Release notes

Sourced from nox's releases.

2026.08.17 🪟

This is a small follow-up release to better support running the parallel mode on legacy windows.

We'd like to thank the following folks who contributed to this release:

Fixes:

Internal changes:

2026.08.10 🔀

This release can run sessions in parallel with --parallel/-j (experimental for now, report any bugs!). Requires session opt-in, or use --allow-parallel. Interpreter discovery now uses the python-discovery package, which should be better at finding Python and supports version specifier sets. Using this, script mode reads requires-python. Many bugs were fixed, mostly in Python version handling, conda version specifiers, and option precedence. Unrecognized global options are now an error.

We'd like to thank the following folks who contributed to this release:

Features:

Fixes:

... (truncated)

Changelog

Sourced from nox's changelog.

Changelog

2026.08.17

This is a small follow-up release to better support running the parallel mode on legacy windows.

We'd like to thank the following folks who contributed to this release:

Fixes:

Internal changes:

2026.08.10

This release can run sessions in parallel with --parallel/-j (experimental for now, report any bugs!). Requires session opt-in, or use --allow-parallel. Interpreter discovery now uses the python-discovery package, which should be better at finding Python and supports version specifier sets. Using this, script mode reads requires-python. Many bugs were fixed, mostly in Python version handling, conda version specifiers, and option precedence. Unrecognized global options are now an error.

We'd like to thank the following folks who contributed to this release:

Features:

... (truncated)

Commits
  • a976d7e docs: prepare 2026.08.17 release notes (#1168)
  • ade83de chore: tighten mypy and pytest config (#1167)
  • c699c47 fix: support legacy encodings in parallel reporter (#1160)
  • f85d050 chore(deps): bump pre-commit hooks, hold pyproject-fmt at 2.26.0 (#1163)
  • 4b9d946 chore(deps): bump the github-actions group with 2 updates (#1162)
  • 57f9e10 docs: prepare 2026.08.10 release notes (#1156)
  • c7134d4 fix: isolate script mode from inherited PYTHONPATH (#1157)
  • aad0ea8 fix: require virtualenv 21+ on Python 3.15 (#1158)
  • 00c9566 fix: conda version constraints on Windows (#1146)
  • 1d6b258 fix: drop stale type ignores for argcomplete 3.7.2 (#1155)
  • Additional commits viewable in compare view

Updates time-machine from 3.2.0 to 3.5.0

Changelog

Sourced from time-machine's changelog.

3.5.0 (2026-08-25)

  • Support None as a destination for travel() and Traveller.move_to(), meaning the current time. Use this with tick=False to freeze time at the present moment, matching freezegun’s behaviour when freeze_time() is called with no arguments.

    PR [#666](https://github.com/adamchainz/time-machine/issues/666) <https://github.com/adamchainz/time-machine/pull/666>__.

  • Extend the :ref:Migration CLI <migration-cli> to migrate aliased imports: import freezegun as fg and from freezegun import freeze_time as ft, plus calls using such aliases.

    PR [#662](https://github.com/adamchainz/time-machine/issues/662) <https://github.com/adamchainz/time-machine/pull/662>__.

  • Extend the :ref:Migration CLI <migration-cli> to migrate the pytest.mark.freeze_time marker in module-level and class-level pytestmark assignments.

    PR [#663](https://github.com/adamchainz/time-machine/issues/663) <https://github.com/adamchainz/time-machine/pull/663>__.

  • Extend the :ref:Migration CLI <migration-cli> to migrate freeze_time() calls and markers that pass tz_offset with a literal zero value. The argument is dropped, since a zero offset has no effect.

    PR [#664](https://github.com/adamchainz/time-machine/issues/664) <https://github.com/adamchainz/time-machine/pull/664>__.

  • Extend the :ref:Migration CLI <migration-cli> to migrate freeze_time() calls and markers that pass real_asyncio. The argument is dropped, whatever its value, since time-machine does not mock time.monotonic(), so asyncio event loops always see real time.

    PR [#665](https://github.com/adamchainz/time-machine/issues/665) <https://github.com/adamchainz/time-machine/pull/665>__.

  • Extend the :ref:Migration CLI <migration-cli> to migrate freeze_time() calls and markers with no destination argument, which freeze at the current time. None is added as the destination, using the new support for None destinations (above).

    PR [#667](https://github.com/adamchainz/time-machine/issues/667) <https://github.com/adamchainz/time-machine/pull/667>__.

  • Extend the :ref:Migration CLI <migration-cli> to migrate freeze_time() calls and markers that pass ignore. The argument is dropped, since it works around problems with freezegun’s module patching, which time-machine’s C-level mocking doesn’t have.

    PR [#671](https://github.com/adamchainz/time-machine/issues/671) <https://github.com/adamchainz/time-machine/pull/671>__.

  • Make the :ref:Migration CLI <migration-cli> report freezegun-related usages that it recognizes but cannot migrate, with their positions, like:

    .. code-block:: console

    example/tests.py:9:2: freeze_time usage not migrated

    This makes it easier to find and fix the remaining usages manually.

    PR [#668](https://github.com/adamchainz/time-machine/issues/668) <https://github.com/adamchainz/time-machine/pull/668>__ and PR [#669](https://github.com/adamchainz/time-machine/issues/669) <https://github.com/adamchainz/time-machine/pull/669>__.

  • Make the :ref:Migration CLI <migration-cli> report files that cannot be parsed, rather than skipping them silently. This helps notice files using syntax from a newer Python version than the tool is run with.

    PR [#674](https://github.com/adamchainz/time-machine/issues/674) <https://github.com/adamchainz/time-machine/pull/674>__.

... (truncated)

Commits
  • 19a2af0 Version 3.5.0
  • def0c67 Add PR links to changelog
  • c31d98c Make Migration CLI report files that cannot be parsed (#674)
  • d0c4319 Extend Migration CLI to migrate FrozenDateTimeFactory (#673)
  • 5593830 Improve start/stop migration performance (#672)
  • 3c82f59 Extend Migration CLI to drop ignore arguments (#671)
  • 5fbc5ef Extend Migration CLI to migrate raw-use start()/stop() assignments (#670)
  • a1c34c6 Make Migration CLI report unmigrated freezegun usages (#669)
  • a9d66bf Make Migration CLI report unmigrated freezegun usages (#668)
  • c979ebc Extend Migration CLI to migrate freeze_time() calls with no destination (#667)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 04:54
@dependabot
dependabot Bot requested review from stefan-brus-frequenz and removed request for a team September 1, 2026 04:54
@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Sep 1, 2026
@github-actions github-actions Bot added the part:dispatcher Affects the high-level dispatcher interface label Sep 1, 2026
@frequenz-auto-dependabot frequenz-auto-dependabot Bot added the tool:auto-merged PR was auto-merged by automation label Sep 1, 2026
@frequenz-auto-dependabot
frequenz-auto-dependabot Bot added this pull request to the merge queue Sep 1, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Sep 1, 2026
Bumps the minor group with 2 updates in the / directory: [nox](https://github.com/wntrblm/nox) and [time-machine](https://github.com/adamchainz/time-machine).


Updates `nox` from 2026.7.11 to 2026.8.17
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2026.07.11...2026.08.17)

Updates `time-machine` from 3.2.0 to 3.5.0
- [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst)
- [Commits](adamchainz/time-machine@3.2.0...3.5.0)

---
updated-dependencies:
- dependency-name: nox
  dependency-version: 2026.8.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: time-machine
  dependency-version: 3.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Build(deps-dev): Bump the minor group with 2 updates Build(deps-dev): Bump the minor group across 1 directory with 2 updates Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/minor-2c8cce2516 branch from 1f1604c to 24a88c1 Compare September 1, 2026 05:00
@frequenz-auto-dependabot
frequenz-auto-dependabot Bot added this pull request to the merge queue Sep 1, 2026
Merged via the queue into v1.x.x with commit 27f6ff8 Sep 1, 2026
10 checks passed
@frequenz-auto-dependabot
frequenz-auto-dependabot Bot deleted the dependabot/pip/minor-2c8cce2516 branch September 1, 2026 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:dispatcher Affects the high-level dispatcher interface part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) tool:auto-merged PR was auto-merged by automation type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants