Skip to content

Commit 90382a4

Browse files
authored
Merge branch 'main' into fix/20
2 parents fe4a70a + 338bc30 commit 90382a4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44
tag = True
55

pyproxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import os
77

8-
__version__ = "0.5.1"
8+
__version__ = "0.5.2"
99

1010
if os.path.isdir("pyproxy/monitoring"):
1111
__slim__ = False

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rich-argparse>=1.7.1
22
pyOpenSSL==25.3.0
33
requests>=2.32.5
44
Flask>=3.1.2
5-
Flask-HTTPAuth>=4.8.0
5+
Flask-HTTPAuth>=4.8.1
66
Flask-Babel>=4.0.0
77
psutil>=7.1.0
8-
colorlog>=6.9.0
8+
colorlog>=6.10.1

0 commit comments

Comments
 (0)