Skip to content

Commit 5384744

Browse files
committed
Trivial drei DeprecationWarning patch
1 parent 23130aa commit 5384744

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from thirdparty.six import unichr as _unichr
1919

2020
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21-
VERSION = "1.3.5.147"
21+
VERSION = "1.3.5.148"
2222
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2323
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2424
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

thirdparty/identywaf/identYwaf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
HTTPCookieProcessor = urllib2.HTTPCookieProcessor
5959

6060
NAME = "identYwaf"
61-
VERSION = "1.0.113"
62-
BANNER = """
61+
VERSION = "1.0.114"
62+
BANNER = r"""
6363
` __ __ `
6464
____ ___ ___ ____ ______ `| T T` __ __ ____ _____
6565
l j| \ / _]| \ | T`| | |`| T__T T / T| __|

0 commit comments

Comments
 (0)