This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new fac782b639 chore(deps-dev): bump setuptools in
/streampipes-client-python (#3035)
fac782b639 is described below
commit fac782b6397390061672a47900b9de6ce2ef36a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 7 12:53:58 2024 +0200
chore(deps-dev): bump setuptools in /streampipes-client-python (#3035)
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.2.0 to
70.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v69.2.0...v70.0.0)
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
streampipes-client-python/poetry.lock | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index a7c610f360..9901724dab 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -3305,19 +3305,18 @@ jeepney = ">=0.6"
[[package]]
name = "setuptools"
-version = "69.2.0"
+version = "70.0.0"
description = "Easily download, build, install, upgrade, and uninstall Python
packages"
optional = false
python-versions = ">=3.8"
files = [
- {file = "setuptools-69.2.0-py3-none-any.whl", hash =
"sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"},
- {file = "setuptools-69.2.0.tar.gz", hash =
"sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e"},
+ {file = "setuptools-70.0.0-py3-none-any.whl", hash =
"sha256:54faa7f2e8d2d11bcd2c07bed282eef1046b5c080d1c32add737d7b5817b1ad4"},
+ {file = "setuptools-70.0.0.tar.gz", hash =
"sha256:f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0"},
]
[package.extras]
-docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)",
"pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (<7.2.5)",
"sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint",
"sphinx-notfound-page (>=1,<2)", "sphinx-reredirects",
"sphinxcontrib-towncrier"]
-testing = ["build[virtualenv]", "filelock (>=3.4.0)", "importlib-metadata",
"ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)",
"jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)",
"pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler
(>=2.2)", "pytest-home (>=0.5)", "pytest-mypy (>=0.9.1)", "pytest-perf",
"pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist (>=3)", "tomli",
"tomli-w (>=1.0.0)", "virtualenv (>=13.0 [...]
-testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)",
"jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.2)", "pytest",
"pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
+docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)",
"pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker
(>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs",
"sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects",
"sphinxcontrib-towncrier"]
+testing = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)",
"importlib-metadata", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)",
"jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging
(>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.1)",
"pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)",
"pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.2.1)",
"pytest-subprocess", "pytest-timeout", "pytest-xdist [...]
[[package]]
name = "six"