From af61df638739c0a2f64aa60cbe1a2d54169a7339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:05:17 +0000 Subject: [PATCH] build(deps): bump art from 6.1 to 6.2 Bumps [art](https://github.com/sepandhaghighi/art) from 6.1 to 6.2. - [Release notes](https://github.com/sepandhaghighi/art/releases) - [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md) - [Commits](https://github.com/sepandhaghighi/art/compare/v6.1...v6.2) --- updated-dependencies: - dependency-name: art dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d8009336..2afcdc8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,13 +13,13 @@ files = [ [[package]] name = "art" -version = "6.1" +version = "6.2" description = "ASCII Art Library For Python" optional = false python-versions = ">=3.5" files = [ - {file = "art-6.1-py3-none-any.whl", hash = "sha256:159819c418001467f8d79616fa0814277deac97c8a363d1eb3e7c0a31526bfc3"}, - {file = "art-6.1.tar.gz", hash = "sha256:6ab3031e3b7710039e73497b0e750cadfe04d4c1279ce3a123500dbafb9e1b64"}, + {file = "art-6.2-py3-none-any.whl", hash = "sha256:d632d1d3f5fabcaf8673abe934b51df0017bc914d106e89d45ae4ebef0e3149a"}, + {file = "art-6.2.tar.gz", hash = "sha256:506a0c4f261289a0e0d088de7beffcb1835078c4e44b0c5353bdaf47b490e76f"}, ] [package.extras] @@ -2213,4 +2213,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b146fabfccdf3c5b7ab987dce73be058a92ca7bd13bea5a553865786c9d0e1f4" +content-hash = "4f6bec09c987fc1cc2d49b01158d663e653aee6522acf97898421fa470a4e6bf" diff --git a/pyproject.toml b/pyproject.toml index 6a19db03..6148a622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ version = "0.0.1" [tool.poetry.dependencies] python = "^3.11" -art = "^6.1" +art = "^6.2" requests = "^2.31.0" python-dotenv = "^1.0.0" "Mastodon.py" = {extras = ["cryptography"], version = "^1.8.0"}