Skip to content

Commit cd5cac7

Browse files
Bump pydantic[email] from 1.8.2 to 1.9.0
Bumps [pydantic[email]](https://github.com/samuelcolvin/pydantic) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/samuelcolvin/pydantic/releases) - [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md) - [Commits](pydantic/pydantic@v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: pydantic[email] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49f1eeb commit cd5cac7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
clabe==1.2.4
2-
pydantic[email]==1.8.2
2+
pydantic[email]==1.9.0
33
python-dateutil==2.8.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
python_requires='>=3.6',
2727
install_requires=[
2828
'clabe>=1.2,<1.3',
29-
'pydantic[email]>=1.6,<1.9',
29+
'pydantic[email]>=1.6,<1.10',
3030
'dataclasses>=0.6;python_version<"3.7"',
3131
'python-dateutil>=2.7.0',
3232
],

0 commit comments

Comments
 (0)