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]] 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"