We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebd6c9 commit eabf021Copy full SHA for eabf021
pyproject.toml
@@ -49,7 +49,7 @@ plugins = [
49
]
50
images = [
51
'pillow~=11.2.1',
52
- 'ascii_magic~=2.3.0'
+ 'ascii_magic~=2.7.2'
53
54
55
all = [
setup_requirements.txt
@@ -1,7 +1,7 @@
1
flake8~=7.3.0
2
-pylint~=3.3.7
3
-bandit~=1.8.5
+pylint~=4.0.2
+bandit~=1.8.6
4
5
# For UI only
6
-Flask~=3.1.1
+Flask~=3.1.2
7
flask-login~=0.6.3
0 commit comments