Skip to content

Commit 5933886

Browse files
Merge pull request #4751 from bruntib/upgrade_deps
Upgrade deps
2 parents 4afaa59 + 70a2911 commit 5933886

File tree

13 files changed

+51
-51
lines changed

13 files changed

+51
-51
lines changed

analyzer/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# Use version ranges or upper bounds instead (e.g. limited to a major release)
55
# to let users select a specific compatible version.
66

7-
lxml<6
8-
portalocker<4
9-
psutil<8
10-
PyYAML<7
11-
types-PyYAML<7
12-
sarif-tools<4
13-
multiprocess<0.71
14-
setuptools<81
15-
semver<4
16-
argcomplete<4
7+
lxml~=6.0
8+
portalocker~=3.0
9+
psutil~=7.0
10+
PyYAML~=6.0
11+
types-PyYAML~=6.0
12+
sarif-tools~=3.0
13+
multiprocess~=0.70
14+
setuptools~=80.0
15+
semver~=3.0
16+
argcomplete~=3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
scan-build<=2.0.19
1+
scan-build~=2.0
22

33
-r ../../requirements.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest<=7.3.1
22
pycodestyle<=2.12.0
33
pylint<3.3
4-
setuptools<81
4+
setuptools~=80.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest<=7.3.1
22
pycodestyle<=2.12.0
33
pylint<3.3
4-
setuptools<81
4+
setuptools~=80.0
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
portalocker<4
1+
portalocker~=3.0
22
coverage<=5.5.0
33
mypy<=1.7.1
4-
PyYAML<7
5-
types-PyYAML<7
6-
setuptools<81
4+
PyYAML~=6.0
5+
types-PyYAML~=6.0
6+
setuptools~=80.0

scripts/labels/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# codechecker<=local
2-
emoji<3
3-
lxml<6
4-
packaging<26
5-
selenium<5
6-
tabulate<1
7-
termcolor<4
8-
urllib3<3
2+
emoji~=2.0
3+
lxml~=6.0
4+
packaging~=25.0
5+
selenium~=4.30
6+
tabulate~=0.9
7+
termcolor~=3.0
8+
urllib3~=2.0

tools/bazel/requirements_py/dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest<=7.3.1
22
pycodestyle<=2.12.0
33
pylint<3.3
44
mypy<=1.7.1
5-
setuptools<81
5+
setuptools~=80.0
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pytest<=7.3.1
2-
sarif-tools<4
2+
sarif-tools~=3.0
33
pycodestyle<=2.12.0
44
pylint<3.3
5-
portalocker<4
5+
portalocker~=3.0
66
mypy<=1.7.1
7-
setuptools<81
8-
PyYAML<7
9-
types-PyYAML<7
7+
setuptools~=80.0
8+
PyYAML~=6.0
9+
types-PyYAML~=6.0

tools/tu_collector/requirements_py/dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest<=7.3.1
22
pycodestyle<=2.12.0
33
pylint<3.3
44
mypy<=1.7.1
5-
setuptools<81
5+
setuptools~=80.0

web/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
# Use version ranges or upper bounds instead (e.g. limited to a major release)
55
# to let users select a specific compatible version.
66

7-
Authlib<2
8-
requests<3 # Required by Authlib. Not installed automatically for some reason.
9-
lxml<6
7+
Authlib~=1.6
8+
requests~=2.0 # Required by Authlib. Not installed automatically for some reason.
9+
lxml~=6.0
1010
sqlalchemy~=2.0
1111
alembic~=1.5
12-
portalocker<4
13-
psutil<8
14-
multiprocess<0.71
15-
thrift<0.23
16-
gitpython<4
17-
PyYAML<7
18-
types-PyYAML<7
19-
sarif-tools<4
20-
argcomplete<4
12+
portalocker~=3.0
13+
psutil~=7.0
14+
multiprocess~=0.70
15+
thrift~=0.22
16+
gitpython~=3.0
17+
PyYAML~=6.0
18+
types-PyYAML~=6.0
19+
sarif-tools~=3.0
20+
argcomplete~=3.0
2121

2222
./api/py/codechecker_api/dist/codechecker_api.tar.gz
2323
./api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz

0 commit comments

Comments
 (0)