From 8ba52d91055801fca649864be6dd2e5331253ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 03:59:12 +0000 Subject: [PATCH] Bump tensorboard from 2.12.2 to 2.13.0 Bumps [tensorboard](https://github.com/tensorflow/tensorboard) from 2.12.2 to 2.13.0. - [Release notes](https://github.com/tensorflow/tensorboard/releases) - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorboard/compare/2.12.2...2.13.0) --- updated-dependencies: - dependency-name: tensorboard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++--------------- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/poetry.lock b/poetry.lock index 76732a6..008c588 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1484,13 +1484,13 @@ files = [ [[package]] name = "tensorboard" -version = "2.12.2" +version = "2.13.0" description = "TensorBoard lets you watch Tensors Flow" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "tensorboard-2.12.2-py3-none-any.whl", hash = "sha256:811ab0d27a139445836db9fd4f974424602c3dce12379364d379bcba7c783a68"}, + {file = "tensorboard-2.13.0-py3-none-any.whl", hash = "sha256:ab69961ebddbddc83f5fa2ff9233572bdad5b883778c35e4fe94bf1798bd8481"}, ] [package.dependencies] @@ -1504,7 +1504,6 @@ protobuf = ">=3.19.6" requests = ">=2.21.0,<3" setuptools = ">=41.0.0" tensorboard-data-server = ">=0.7.0,<0.8.0" -tensorboard-plugin-wit = ">=1.6.0" werkzeug = ">=1.0.1" wheel = ">=0.26" @@ -1521,17 +1520,6 @@ files = [ {file = "tensorboard_data_server-0.7.0-py3-none-manylinux2014_x86_64.whl", hash = "sha256:64aa1be7c23e80b1a42c13b686eb0875bb70f5e755f4d2b8de5c1d880cf2267f"}, ] -[[package]] -name = "tensorboard-plugin-wit" -version = "1.8.1" -description = "What-If Tool TensorBoard plugin." -category = "main" -optional = false -python-versions = "*" -files = [ - {file = "tensorboard_plugin_wit-1.8.1-py3-none-any.whl", hash = "sha256:ff26bdd583d155aa951ee3b152b3d0cffae8005dc697f72b44a8e8c2a77a8cbe"}, -] - [[package]] name = "terminaltables" version = "3.1.10" @@ -1748,4 +1736,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "2f03dc2b78d4bae0ad744f554ef53bdd4f54fe819df580e33cfaf05c20728875" +content-hash = "92e1460beab498727cb0088a93734593b6a5e835f32eb16576815b268671f532" diff --git a/pyproject.toml b/pyproject.toml index f75f9c3..c63488e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ numpy = "^1.21.1" torch = ">=1.10.1, <1.13.0" torchvision = ">=0.8.2" matplotlib = "^3.3.3" -tensorboard = "^2.12.2" +tensorboard = "^2.13.0" terminaltables = "^3.1.10" Pillow = "^9.1.0" tqdm = "^4.64.1"