Skip to content

Commit

Permalink
Upgrade pyhanko-certvalidator to 0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Jul 15, 2022
1 parent bb5a0ae commit 4374526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Werkzeug>=1.0.1
Jinja2>=2.11.3
cryptography>=3.4.7
freezegun>=1.1.0
pyhanko-certvalidator==0.19.2
pyhanko-certvalidator==0.19.5
requests>=2.0.0
requests-mock>=1.8.0
pytest-aiohttp~=1.0.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_version():
},
tests_require=[
'pytest>=6.1.1', 'pytz>=2020.1',
'freezegun>=1.1.0', 'pyhanko-certvalidator==0.19.2',
'freezegun>=1.1.0', 'pyhanko-certvalidator==0.19.5',
'requests>=2.0.0', 'pytest-aiohttp~=1.0.4'
],
keywords="pki testing"
Expand Down

0 comments on commit 4374526

Please sign in to comment.