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

chore(deps-dev): bump pytest-freezegun from 0.4.1 to 0.4.2 #17

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pytest-freezegun from 0.4.1 to 0.4.2.

Release notes

Sourced from pytest-freezegun's releases.

0.4.2 Fixes

Fixed

  • Work with pre-release pytest versions, by chandlernine, with a different implementation proposed by Aly Sivji.
  • Marking a test with freeze_time should freeze time in fixtures, even if the freezer fixture is also used explicitly late in the fixture list. Thanks to Christian Grossmüller for pointing out the problem.
Changelog

Sourced from pytest-freezegun's changelog.

[0.4.2] - 2020-07-19

Fixed

  • Work with pre-release pytest versions, by chandlernine, with a different implementation proposed by Aly Sivji.
  • Marking a test with freeze_time should freeze time in fixtures, even if the freezer fixture is also used explicitly late in the fixture list. Thanks to Christian Grossmüller for pointing out the problem.
Commits
  • 3202256 Release 0.4.2
  • 4726e2d flake8 fixes
  • 21b7c56 Merge pull request #29 from ktosiek/travis-pytest-next
  • a7787ed Drop the deprecated sudo from .travis.yml, change dist to bionic
  • ba7351a Add tests using the next version of pytest and freezegun
  • 676927a Always put the freezer fixture at the beginning of fixturenames
  • a1f6ddb Merge pull request #28 from chandlernine/supports_pytest_6_0_0rc1
  • 0709f8f Supports pytest 6.0.0rc1 and other pre-release versions.
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 8, 2024
Bumps [pytest-freezegun](https://github.com/ktosiek/pytest-freezegun) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/ktosiek/pytest-freezegun/releases)
- [Changelog](https://github.com/ktosiek/pytest-freezegun/blob/master/CHANGELOG.md)
- [Commits](ktosiek/pytest-freezegun@0.4.1...0.4.2)

---
updated-dependencies:
- dependency-name: pytest-freezegun
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-freezegun-0.4.2 branch from eb66c1b to cdd975d Compare April 8, 2024 13:18
@hairmare hairmare merged commit 200b10c into master Apr 8, 2024
4 checks passed
@hairmare hairmare deleted the dependabot/pip/pytest-freezegun-0.4.2 branch April 8, 2024 13:20
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.

1 participant