We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe4a70a + 338bc30 commit 90382a4Copy full SHA for 90382a4
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.1
+current_version = 0.5.2
3
commit = True
4
tag = True
5
pyproxy/__init__.py
@@ -5,7 +5,7 @@
6
import os
7
8
-__version__ = "0.5.1"
+__version__ = "0.5.2"
9
10
if os.path.isdir("pyproxy/monitoring"):
11
__slim__ = False
requirements.txt
@@ -2,7 +2,7 @@ rich-argparse>=1.7.1
pyOpenSSL==25.3.0
requests>=2.32.5
Flask>=3.1.2
-Flask-HTTPAuth>=4.8.0
+Flask-HTTPAuth>=4.8.1
Flask-Babel>=4.0.0
psutil>=7.1.0
-colorlog>=6.9.0
+colorlog>=6.10.1
0 commit comments