aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 12:15:23 +0100
committerGravatar GitHub <[email protected]>2023-06-12 12:15:23 +0100
commitf36e91187c005529c29e6182586c52c61f904369 (patch)
treeeadd692c2bbff95a6cad12b8648f406dd7fdc365 /pyproject.toml
parentBump ruff from 0.0.270 to 0.0.272 (#1295) (diff)
Bump pydantic from 1.10.8 to 1.10.9 (#1294)
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 99e9b484..4509c9d1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
lxml = "4.9.2"
emoji = "2.5.0"
pyjokes = "0.6.0"
-pydantic = { version = "1.10.8", extras = ["dotenv"]}
+pydantic = { version = "1.10.9", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]