Skip to content

Commit 2d19175

Browse files
committed
[analyzer][web] Use compatible versions instead of pinned
It is not recommended by the Python Packaging User Guide to pin dependencies. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 10f3b59 commit 2d19175

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

analyzer/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
lxml==5.3.0
2-
portalocker==2.2.1
3-
psutil==5.8.0
4-
PyYAML==6.0.1
5-
types-PyYAML==6.0.12.12
6-
sarif-tools==3.0.4
7-
multiprocess==0.70.15
8-
setuptools==70.2.0
1+
lxml~=5.3
2+
portalocker~=2.2
3+
psutil~=5.8
4+
PyYAML~=6.0
5+
types-PyYAML~=6.0.12
6+
sarif-tools~=3.0
7+
multiprocess~=0.705
8+
setuptools~=70.2

web/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
lxml==5.3.0
2-
sqlalchemy==1.3.23
3-
alembic==1.5.5
4-
portalocker==2.2.1
5-
psutil==5.8.0
6-
multiprocess==0.70.15
7-
thrift==0.13.0
8-
gitpython==3.1.41
9-
PyYAML==6.0.1
10-
types-PyYAML==6.0.12.12
11-
sarif-tools==3.0.4
1+
lxml~=5.3
2+
sqlalchemy~=1.3
3+
alembic~=1.5
4+
portalocker~=2.2
5+
psutil~=5.8
6+
multiprocess~=0.70
7+
thrift~=0.13
8+
gitpython~=3.1
9+
PyYAML~=6.0
10+
types-PyYAML~=6.0
11+
sarif-tools~=3.0
1212

1313
./api/py/codechecker_api/dist/codechecker_api.tar.gz
1414
./api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz

0 commit comments

Comments
 (0)