diff options
author | 2021-03-07 01:22:41 +0000 | |
---|---|---|
committer | 2021-03-07 01:22:41 +0000 | |
commit | 63d41c3a2aa2ac8d77ca3c4f2a4a06de092b25e9 (patch) | |
tree | 6d76398bfb7caf438dc2d697fbf384ad6b3f4b24 /pyproject.toml | |
parent | Merge pull request #66 from python-discord/dependabot/pip/httpx-0.17.0 (diff) |
Bump pydantic from 1.7.3 to 1.8.1
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.7.3 to 1.8.1.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.7.3...v1.8.1)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 96caec6..aeef1ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python-dotenv = "^0.15.0" pyjwt = "^2.0.1" httpx = "^0.17.0" gunicorn = "^20.0.4" -pydantic = "^1.7.2" +pydantic = "^1.8.1" spectree = "^0.4.0" deepmerge = "^0.1.1" sentry-sdk = "^0.19.5" |