diff --git a/poetry.lock b/poetry.lock index 24913bab..19b3e37a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alembic" @@ -2797,17 +2797,18 @@ test = ["importlib-metadata (>=4.6)", "lxml", "mypy", "pytest (>=6.0)", "pytest- [[package]] name = "testcontainers" -version = "4.8.2" +version = "4.9.0" description = "Python library for throwaway instances of anything that can run in a Docker container" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "testcontainers-4.8.2-py3-none-any.whl", hash = "sha256:9e19af077cd96e1957c13ee466f1f32905bc6c5bc1bc98643eb18be1a989bfb0"}, - {file = "testcontainers-4.8.2.tar.gz", hash = "sha256:dd4a6a2ea09e3c3ecd39e180b6548105929d0bb78d665ce9919cb3f8c98f9853"}, + {file = "testcontainers-4.9.0-py3-none-any.whl", hash = "sha256:c6fee929990972c40bf6b91b7072c94064ff3649b405a14fde0274c8b2479d32"}, + {file = "testcontainers-4.9.0.tar.gz", hash = "sha256:2cd6af070109ff68c1ab5389dc89c86c2dc3ab30a21ca734b2cb8f0f80ad479e"}, ] [package.dependencies] docker = "*" +python-dotenv = "*" typing-extensions = "*" urllib3 = "*" wrapt = "*" @@ -3297,4 +3298,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "275c674358244368fa301f0e83ffa08f782b189c0cadc3c54f98b3f706a765a9" +content-hash = "fb31ce0ce59ef3a093deef6215c1b2281931c56cb35959381ba9c0819d66b565" diff --git a/pyproject.toml b/pyproject.toml index ffbf249e..f94aa576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ isort = "^5.10.1" codecov = "^2.1.13" httpx = "^0.27.0" # memray = "^1.13.4" -testcontainers = "^4.8.0" +testcontainers = "^4.9.0" mypy = "^1.11.2" [tool.poetry.group.test]