Skip to content

Commit 1696c5c

Browse files
committed
Update Python dependencies
1 parent 8b3145e commit 1696c5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python/atlant/api/scan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def scan(self, file_obj=None, metadata=None):
110110
)
111111
if response.status_code in (200, 202):
112112
return _make_scan_response(response)
113-
print(response)
114113
raise APIException(
115114
"Scan error",
116115
"Scan failed (status {})".format(response.status_code),

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"atlant-dirscan=atlant.tools.dirscan:main",
1919
]
2020
},
21-
install_requires=["requests==2.25.1", "flask==1.1.2"],
21+
install_requires=["requests==2.28.0", "flask==2.1.2"],
2222
keywords=["Topic :: Security"],
2323
)

0 commit comments

Comments
 (0)