From 2b5c7a8ad96f0a51bf1f83dba92bcc0adb97983c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:32:29 +0000 Subject: [PATCH 1/2] Bump pyfakefs from 5.5.0 to 5.6.0 Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](https://github.com/pytest-dev/pyfakefs/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: pyfakefs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 903f37a..50a5993 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1609,13 +1609,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pyfakefs" -version = "5.5.0" +version = "5.6.0" description = "pyfakefs implements a fake file system that mocks the Python file system modules." optional = false python-versions = ">=3.7" files = [ - {file = "pyfakefs-5.5.0-py3-none-any.whl", hash = "sha256:8dbf203ab7bef1529f11f7d41b9478b898e95bf9f3b71262163aac07a518cd76"}, - {file = "pyfakefs-5.5.0.tar.gz", hash = "sha256:7448aaa07142f892d0a4eb52a5ed3206a9f02c6599e686cd97d624c18979c154"}, + {file = "pyfakefs-5.6.0-py3-none-any.whl", hash = "sha256:1a45bba8615323ec29d65929d32dc66d7b59a1e60a02109950440edb0486c539"}, + {file = "pyfakefs-5.6.0.tar.gz", hash = "sha256:7a549b32865aa97d8ba6538285a93816941d9b7359be2954ac60ec36b277e879"}, ] [[package]] From b6f6a66a66d325b8cd8a903a2faf594befe9ecf2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:32:48 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b9b89c0..1dd18a5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -71,7 +71,7 @@ pydantic-core==2.18.4 ; python_version >= "3.9" and python_version < "4.0" pydantic-extra-types==2.8.2 ; python_version >= "3.9" and python_version < "4.0" pydantic-settings==2.3.3 ; python_version >= "3.9" and python_version < "4.0" pydantic==2.7.4 ; python_version >= "3.9" and python_version < "4.0" -pyfakefs==5.5.0 ; python_version >= "3.9" and python_version < "4.0" +pyfakefs==5.6.0 ; python_version >= "3.9" and python_version < "4.0" pygithub==2.3.0 ; python_version >= "3.9" and python_version < "4.0" pygments==2.18.0 ; python_version >= "3.9" and python_version < "4.0" pyjwt[crypto]==2.8.0 ; python_version >= "3.9" and python_version < "4.0"