diff --git a/CHANGELOG.md b/CHANGELOG.md index 0114d3d..705c81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.2.3 (2024-10-19) + +### Maintenance + +- Updates **[pytest-asyncio**](https://github.com/pytest-dev/pytest-asyncio) to [0.24.0](https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.24.0). + Using `'loop_scope="session"`. +- Dependency updates. + ## 1.2.2 (2024-07-16) ### Maintenance diff --git a/pyproject.toml b/pyproject.toml index 8d1fe83..616a0cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tomodachi-testcontainers" -version = "1.2.2" +version = "1.2.3" description = "Collection of Testcontainers, pytest fixtures and test clients for end-to-end/integration testing for Python Tomodachi framework. A great starting point to learn more about Testcontainers and necessity of integration testing." authors = ["Filips Nastins "] license = "MIT"