Skip to content

Commit 5b7e44f

Browse files
authored
Merge pull request #57 from ibm-hyperknowledge/raphaelt/upgrading-dependency
chore: upgrading versions
2 parents e00b810 + 993d1ef commit 5b7e44f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

requirements.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
certifi==2023.7.22
2-
chardet==3.0.4
3-
idna==2.9
2+
idna==3.7
43
requests==2.26.0
54
urllib3==1.26.5
65
pika==1.2.0
76
Flask==2.0.1
87
flask-cors==3.0.10
98
PyJWT==2.4.0
10-
lark==0.11.3
9+
lark==0.11.3

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def _isdir(f):
3737
'PyJWT',
3838
'urllib3',
3939
'idna',
40-
'chardet',
4140
'certifi',
4241
'lark'
4342
]
@@ -73,4 +72,4 @@ def _isdir(f):
7372
'Programming Language :: Python :: 3.7',
7473
'Programming Language :: Python :: 3.8'
7574
]
76-
)
75+
)

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.1
1+
2.11.3

0 commit comments

Comments
 (0)