diff --git a/poetry.lock b/poetry.lock index 4bee55b..3c5d747 100644 --- a/poetry.lock +++ b/poetry.lock @@ -485,13 +485,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "24.9.0" +version = "24.11.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.9.0-py3-none-any.whl", hash = "sha256:97c7874665e8eb7b517f97bf3b59f03bf3f07513fe2c159e98b6b9ea6b9f2b3d"}, - {file = "Faker-24.9.0.tar.gz", hash = "sha256:73b1e7967b0ceeac42fc99a8c973bb49e4499cc4044d20d17ab661d5cb7eda1d"}, + {file = "Faker-24.11.0-py3-none-any.whl", hash = "sha256:adb98e771073a06bdc5d2d6710d8af07ac5da64c8dc2ae3b17bb32319e66fd82"}, + {file = "Faker-24.11.0.tar.gz", hash = "sha256:34b947581c2bced340c39b35f89dbfac4f356932cfff8fe893bde854903f0e6e"}, ] [package.dependencies] @@ -2480,4 +2480,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ab853668921d083dbb954a6dce0fe88cd90ad45a95a08ceb318b6acbfe727ef5" +content-hash = "11ee25619a9d056fbb2c5db26ea665393633976b3923aa6c64fa5254dd7c1f77" diff --git a/pyproject.toml b/pyproject.toml index b454004..3da902e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ fastapi = { extras = ["all"], version = "^0.110.1" } [tool.poetry.group.dev.dependencies] requests = "^2.31.0" fakeredis = "^2.22.0" -faker = "^24.9.0" +faker = "^24.11.0" mock = "^5.1.0" pyfakefs = "^5.4.1" pytest = "^8.1.1"