Skip to content

Commit

Permalink
Merge pull request #172 from dimaqq/py312
Browse files Browse the repository at this point in the history
Bump pyfakefs to support Python 3.12
  • Loading branch information
y26805 authored Dec 20, 2023
2 parents 922eb16 + 965e966 commit 468e887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pyperf = "^2.0"
boto3 = "^1.12.18"
freezegun = "^1.0"
mypy = "^1.5.1"
pyfakefs = "^4.3.2"
pyfakefs = "^5.3.0"
isort = "^5.8.0"
types-freezegun = "^1.1.6"
urllib3 = "< 1.27"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from _pytest.monkeypatch import MonkeyPatch
from aiohttp import web
from freezegun import freeze_time
from pyfakefs.fake_filesystem import FakeFilesystem # type: ignore[import-untyped]
from pyfakefs.fake_filesystem import FakeFilesystem
from yarl import URL

from aiodynamo.credentials import (
Expand Down

0 comments on commit 468e887

Please sign in to comment.