Skip to content

Commit

Permalink
v0.4.7 - sslyze removed from strict dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Mar 22, 2021
1 parent 05470ea commit a205295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():

setup(
name='spid_sp_test',
version='0.4.6',
version='0.4.7',
description="SAML2 SPID Service Provider validation tool that can be run from the command line",
long_description=readme(),
long_description_content_type='text/markdown',
Expand All @@ -36,7 +36,7 @@ def readme():
'pyXMLSecurity>=0.21',
'lxml>=4.6.2',
'Jinja2>=2.11.3',
'sslyze>=4.0.4',
# 'sslyze>=4.0.4', # todo
],
)

2 changes: 1 addition & 1 deletion src/spid_sp_test/responses/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"14": {
"name": "14. Response - IssueInstant precedente Request",
"description": "Attributo IssueInstant precedente a IssueInstant della request. Risultato atteso: KO",
"status_codes": [400, 400, 403, 500],
"status_codes": [400, 403, 500],
"path": "base.xml",
"response": {
"IssueInstant": "2018-01-01T00:00:00Z",
Expand Down

0 comments on commit a205295

Please sign in to comment.