From 27f1a322b8b3ec61153c2c70131e80cfdf52d4db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 06:15:26 +0000 Subject: [PATCH] Bump wandb from 0.13.11 to 0.14.1 Bumps [wandb](https://github.com/wandb/wandb) from 0.13.11 to 0.14.1. - [Release notes](https://github.com/wandb/wandb/releases) - [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md) - [Commits](https://github.com/wandb/wandb/compare/v0.13.11...v0.14.1) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 157e2bb..aa44bcd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "absl-py" @@ -4756,14 +4756,14 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [[package]] name = "wandb" -version = "0.13.11" +version = "0.14.1" description = "A CLI and library for interacting with the Weights and Biases API." category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "wandb-0.13.11-py3-none-any.whl", hash = "sha256:e584ac7fb0097fba8a030d5aedc5fea157286aba69a2e6e6e689b794155fcc8f"}, - {file = "wandb-0.13.11.tar.gz", hash = "sha256:f2b065d1c732e8e1828fabe720dc82f12e6109d0d2bbfbcccc17eaefae0fd7c9"}, + {file = "wandb-0.14.1-py3-none-any.whl", hash = "sha256:427bbe6972852d37e209971a400d0eb58169cad373d2100bb68ef0720c1b8fa8"}, + {file = "wandb-0.14.1.tar.gz", hash = "sha256:bacd290b8be47917b5821c64d961299af6f3b6b27294ecec0d8abe9da8262b23"}, ] [package.dependencies] @@ -4785,6 +4785,7 @@ setuptools = "*" typing-extensions = {version = "*", markers = "python_version < \"3.10\""} [package.extras] +async = ["httpx (>=0.22.0)"] aws = ["boto3"] azure = ["azure-storage-blob"] gcp = ["google-cloud-storage"] @@ -5123,4 +5124,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.10" -content-hash = "5563bfb8688b8e0cde93334e29407f5170ec99d152ca8ca9896ffe2aaa31da7e" +content-hash = "395713423d62334b26615a27386bba2e455c24988fe9eb693df4c40da6f2fda7" diff --git a/pyproject.toml b/pyproject.toml index 320851f..73f4c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ torch = "^1.13.1" # ] torchmetrics = "^0.11.0" tqdm = "^4.64.0" -wandb = "^0.13.0" +wandb = "^0.14.1" transformers = "^4.26.0" datasets = "^2.9.0" evaluate = "^0.4.0"