From eaef0a185cede247ea08df84943b988ee8a041b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 20:05:28 +0000 Subject: [PATCH] Bump wandb from 0.15.0 to 0.15.1 Bumps [wandb](https://github.com/wandb/wandb) from 0.15.0 to 0.15.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.15.0...v0.15.1) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7409082..0852aeb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -3095,14 +3095,14 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [[package]] name = "wandb" -version = "0.15.0" +version = "0.15.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.15.0-py3-none-any.whl", hash = "sha256:d828e2972fdd647b844b62aea30b6bbf09de8bb1ec3eca2f504fc9ab4dc67bf3"}, - {file = "wandb-0.15.0.tar.gz", hash = "sha256:b896d4043b45407d09a43ba5348da0b1b9f425a2591f45307f633d3b88d26ebf"}, + {file = "wandb-0.15.1-py3-none-any.whl", hash = "sha256:0c49d3c5881ed6c4b0752ba6b069ecfed28df9459fb0f59fc93f1b6ceda94bcb"}, + {file = "wandb-0.15.1.tar.gz", hash = "sha256:8e92574c01d3d1d4f879a33bb8af54f0dbfb07fc00b1e2ec1070ce31839c7b14"}, ] [package.dependencies] @@ -3122,7 +3122,7 @@ setuptools = "*" [package.extras] async = ["httpx (>=0.22.0)"] aws = ["boto3"] -azure = ["azure-storage-blob"] +azure = ["azure-identity", "azure-storage-blob"] gcp = ["google-cloud-storage"] grpc = ["grpcio (>=1.27.2)"] kubeflow = ["google-cloud-storage", "kubernetes", "minio", "sh"] @@ -3362,4 +3362,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e6655d137124bb7306b430b656a001b94cc322a5e9651c4d3ba6e9a560463a10" +content-hash = "004592f8db903d94721d86ce04c5257699aeb5999b2ca487a1d1f5997429254a" diff --git a/pyproject.toml b/pyproject.toml index 4356f18..a87d0ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ lightning = "2.0.0" hydra-core = "1.3.2" hydra-colorlog = "1.2.0" hydra-optuna-sweeper = "1.2.0" -wandb = "0.15.0" +wandb = "0.15.1" pyrootutils = "^1.0.4" pre-commit = "^3.2.2" rich = "^13.3.4"