Skip to content

Commit 5cf09d0

Browse files
committed
chore: update deps
1 parent a0d6159 commit 5cf09d0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
python {
7-
pip("apache-skywalking:0.7.0")
7+
pip("apache-skywalking:0.8.0")
88
pip("vertx-eventbus-client:1.0.0")
99
}
1010

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
vertx-eventbus-client~=1.0.0
2-
apache-skywalking~=0.7.0
3-
nopdb~=0.1.0
4-
pyhumps~=3.0.2
2+
apache-skywalking~=0.8.0
3+
nopdb~=0.2.0
4+
pyhumps~=3.7.2
55
PyYAML~=6.0

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pluginManagement {
22
plugins {
3-
id 'com.avast.gradle.docker-compose' version "0.14.11" apply false
3+
id 'com.avast.gradle.docker-compose' version "0.16.8" apply false
44
}
55
}

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
license='Apache License, Version 2.0',
1111
packages=setuptools.find_packages(),
1212
install_requires=['vertx-eventbus-client>=1.0.0',
13-
'apache-skywalking>=0.7.0',
14-
'nopdb>=0.1.0',
15-
'pyhumps>=3.0.2',
13+
'apache-skywalking>=0.8.0',
14+
'nopdb>=0.2.0',
15+
'pyhumps>=3.7.2',
1616
'PyYAML>=6.0'])

0 commit comments

Comments
 (0)