Skip to content

Commit

Permalink
Bump pydantic from 1.5.1 to 1.6.2 (CTFd#1890)
Browse files Browse the repository at this point in the history
* Bump pydantic from 1.5.1 to 1.6.2

Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.5.1 to 1.6.2.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](pydantic/pydantic@v1.5.1...v1.6.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Update requirements.txt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Chung <[email protected]>
Co-authored-by: Kevin Chung <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2021
1 parent 2f3409d commit ef6a5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ flask-marshmallow==0.10.1
marshmallow-sqlalchemy==0.17.0
boto3==1.13.9
marshmallow==2.20.2
pydantic==1.5.1
pydantic==1.6.2
WTForms==2.3.1
python-geoacumen==0.0.1
maxminddb==1.5.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ maxminddb==1.5.4 # via -r requirements.in, python-geoacumen
passlib==1.7.2 # via -r requirements.in
pybluemonday==0.0.6 # via -r requirements.in
pycparser==2.20 # via cffi
pydantic==1.5.1 # via -r requirements.in
pydantic==1.6.2 # via -r requirements.in
pymysql==0.9.3 # via -r requirements.in
pyrsistent==0.17.3 # via jsonschema
python-dateutil==2.8.1 # via alembic, botocore
Expand Down

0 comments on commit ef6a5f8

Please sign in to comment.