aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-11 13:52:24 +0000
committerGravatar GitHub <[email protected]>2024-09-11 13:52:24 +0000
commit4942f92a3186de50e173fd1c78bece9f54811f3f (patch)
tree4e7aa2e0225d359deb33b22f3a23940a1e785180 /pyproject.toml
parentBump version to 2.8.0 (diff)
Bump deepmerge from 1.1.1 to 2.0dependabot/pip/deepmerge-2.0
Bumps [deepmerge](https://github.com/toumorokoshi/deepmerge) from 1.1.1 to 2.0. - [Release notes](https://github.com/toumorokoshi/deepmerge/releases) - [Commits](https://github.com/toumorokoshi/deepmerge/compare/v1.1.1...v2.0) --- updated-dependencies: - dependency-name: deepmerge dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 00460b8..6af001c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ pydis-core = "11.3.1"
alembic = "1.13.2"
coloredlogs = "15.0.1"
-deepmerge = "1.1.1"
+deepmerge = "2.0"
sqlalchemy = { extras = ["asyncio"], version = "2.0.34" }
python-dotenv = "1.0.1"
asyncpg = "0.29.0"