aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-08 17:12:42 +0000
committerGravatar GitHub <[email protected]>2023-06-08 17:12:42 +0000
commit5dae50667a15afc53a794211d2f368a3a3cd049e (patch)
treeae2214841fb672cbe3e22290e377ae8cde0180d0 /pyproject.toml
parentUpdate base docker image (diff)
build(deps): bump pydantic from 1.10.8 to 1.10.9 (#67)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.8 to 1.10.9. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.8...v1.10.9) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 9b47798..b415a5a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ python = "3.11.*"
# See https://bot-core.pythondiscord.com/ for docs.
pydis-core = "9.6.0"
-pydantic = {extras = ["dotenv"], version = "1.10.8"}
+pydantic = {extras = ["dotenv"], version = "1.10.9"}
loguru = "0.7.0"
kubernetes_asyncio = "24.2.3"
tabulate = {extras = ["widechars"], version = "0.9.0"}