Skip to content

Commit 2c866ea

Browse files
Merge pull request #10 from WPSemantix/bug/fix-dependency-vulnerability
Fix dependency vulnerability
2 parents d788358 + 1c9ed67 commit 2c866ea

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ classifiers = [
5454
]
5555
requires-python = ">=3.9"
5656
dependencies = [
57-
"future>=0.18.2",
57+
"future>=0.18.3",
5858
"python-dateutil>=2.8.2",
5959
"ldap3",
6060
"thrift>=0.16.0",

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
future==1.0.0
2-
python-dateutil==2.9.0
1+
future>=0.18.3
2+
python-dateutil>=2.8.2
33
ldap3
4-
thrift==0.21.0
5-
thrift_sasl==0.4.3
4+
thrift>=0.16.0
5+
thrift_sasl>=0.4.3
66
pure-sasl>=0.6.2
77
sqlalchemy>=1.4.36,<2.0.0
8-
requests_kerberos==0.15.0
8+
requests_kerberos>=0.12.0
9+
pyhive>=0.7.0

test/requirements.txt

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)