Skip to content

Commit

Permalink
Merge pull request #221 from fyntex/feature/upgrade-pydantic-1.6.2
Browse files Browse the repository at this point in the history
requirements: Upgrade Pydantic
  • Loading branch information
ycouce-cdd committed May 14, 2021
2 parents b97bb11 + c97c3f3 commit fd39c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defusedxml==0.6.0
jsonschema==3.2.0
lxml==4.6.3
marshmallow==2.19.5
pydantic==1.6.1
pydantic==1.6.2
pyOpenSSL==18.0.0
pytz==2019.3
signxml==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_version(*file_paths: Sequence[str]) -> str:
'jsonschema>=3.1.1',
'lxml>=4.5.0,<5',
'marshmallow>=2.19.2,<3',
'pydantic>=1.6.1',
'pydantic>=1.6.2',
# TODO: remove upper-bound after a new release of 'signxml' drops the requirement 'pyOpenSSL<20'
'pyOpenSSL>=18.0.0,<20',
'pytz>=2019.3',
Expand Down

0 comments on commit fd39c62

Please sign in to comment.