From 873b5dde20317d6f597fd759c04c492317310c13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:01:10 +0000 Subject: [PATCH] chore(deps): update dependency apache-skywalking to v1.1.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 35b7a8e..04e5c26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ vertx-eventbus-client==1.0.0 -apache-skywalking==1.0.1 +apache-skywalking==1.1.0 nopdb==0.2.0 pyhumps==3.8.0 PyYAML==6.0 diff --git a/setup.py b/setup.py index 56fc8fc..3950644 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ license='Apache License, Version 2.0', packages=setuptools.find_packages(), install_requires=['vertx-eventbus-client==1.0.0', - 'apache-skywalking==1.0.1', + 'apache-skywalking==1.1.0', 'nopdb==0.2.0', 'pyhumps==3.8.0', 'PyYAML==6.0'])