Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2023

Bumps pyfakefs from 5.0.0 to 5.1.0.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 5.1.0

Class scoped fixture and preliminary Pyton 3.12 support

Changelog

Sourced from pyfakefs's changelog.

Version 5.1.0 (2023-01-12)

New version before Debian freeze

Features

  • added class level setup method setUpClassPyfakefs for unittest and class-scoped fixture fs_class for pytest (see #752)
  • added experimental support for Python 3.12: added fake APIs for Windows junction support. These are not implemented and always return False.

Infrastructure

  • replaced end-of-life CentOS with RedHat UBI9 docker image
  • added tests for pytest 7.2.0
  • added black to pre-commit checks, which caused some changes to the coding style (max line length is now 88, always use double quotes)
  • added Python 3.12 to the test suite.
  • migrated to setuptools declarative syntax.
  • fixed docker tests when running on branches containing forward slashes
Commits
  • 13d0e54 Release 5.1.0
  • dc8b528 Disable test for non-standard platforms
  • d1dcaa6 Update pre-commit from 2.20.0 to 2.21.0 (#767)
  • 76ed0b8 Fix dockertests on branches containing slashes (#766)
  • c617fce Migrate to setuptools declarative syntax (#765)
  • 50a2761 Add Python 3.12 to the test suite (#764)
  • 600de95 Update official GitHub actions to the latest major
  • e5a201c Update GH actions to Python 3.11 final (#762)
  • 82b5b5a [pre-commit.ci] pre-commit autoupdate
  • 008b59d Minor documentation fixes
  • 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 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 Jan 13, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/pyfakefs-5.1.0 branch from 71ae426 to 23389ba Compare January 14, 2023 16:09
Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: pyfakefs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyfakefs-5.1.0 branch from 23389ba to 6ddef65 Compare January 14, 2023 16:11
@athackst athackst merged commit 31e09ee into main Jan 14, 2023
@athackst athackst deleted the dependabot/pip/pyfakefs-5.1.0 branch January 14, 2023 16:14
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