Skip to content

Bump time-machine from 2.9.0 to 2.13.0 in /PDFGenerator/http #185

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps time-machine from 2.9.0 to 2.13.0.

Changelog

Sourced from time-machine's changelog.

2.13.0 (2023-09-19)

  • Add support for datetime.timedelta to time_machine.travel().

    Thanks to Nate Dudenhoeffer in PR [#298](https://github.com/adamchainz/time-machine/issues/298) <https://github.com/adamchainz/time-machine/pull/298>__.

  • Fix documentation about using local time for naive date(time) strings.

    Thanks to Stefaan Lippens in PR [#306](https://github.com/adamchainz/time-machine/issues/306) <https://github.com/adamchainz/time-machine/pull/306>__.

  • Add shift() method to the time_machine pytest fixture.

    Thanks to Stefaan Lippens in PR [#312](https://github.com/adamchainz/time-machine/issues/312) <https://github.com/adamchainz/time-machine/pull/312>__.

  • Mock time.monotonic() and time.monotonic_ns(). They return the values of time.time() and time.time_ns() respectively, rather than real monotonic clocks.

    Thanks to Anthony Sottile in PR [#382](https://github.com/adamchainz/time-machine/issues/382) <https://github.com/adamchainz/time-machine/pull/382>__.

2.12.0 (2023-08-14)

  • Include wheels for Python 3.12.

2.11.0 (2023-07-10)

  • Drop Python 3.7 support.

2.10.0 (2023-06-16)

  • Support Python 3.12.
Commits
  • b31371c Version 2.13.0
  • 1957f44 Tidy tests to use change_local_timezone() (#385)
  • 3c70dd5 Fix docs on timezone of naive date(time) strings (#306)
  • 483907d Add support for dt.timedelta to travel class (#298)
  • ac337ab Make CHANGELOG consistent
  • d97adc6 Add shift() method to time_machine pytest fixture (#312)
  • 21be5b7 [pre-commit.ci] pre-commit autoupdate (#384)
  • 33bbae8 Bump docker/setup-qemu-action from 2 to 3 (#383)
  • e2766de Support time.monotonic() and time.monotonic_ns() (#382)
  • c8e1ccf [pre-commit.ci] pre-commit autoupdate (#381)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.9.0 to 2.13.0.
- [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/time-machine@2.9.0...2.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 20, 2023 06:46
@dependabot dependabot bot requested a review from kolok September 20, 2023 06:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 20, 2023
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.

0 participants