From 1b9fef2cfe51ce5af1f725458960ac9074c7a48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 02:50:02 +0000 Subject: [PATCH] Bump fire from 0.6.0 to 0.7.0 Bumps [fire](https://github.com/google/python-fire) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/google/python-fire/releases) - [Commits](https://github.com/google/python-fire/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: fire 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 0bd267c..648ca3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,16 +336,15 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "fire" -version = "0.6.0" +version = "0.7.0" description = "A library for automatically generating command line interfaces." optional = false python-versions = "*" files = [ - {file = "fire-0.6.0.tar.gz", hash = "sha256:54ec5b996ecdd3c0309c800324a0703d6da512241bc73b553db959d98de0aa66"}, + {file = "fire-0.7.0.tar.gz", hash = "sha256:961550f07936eaf65ad1dc8360f2b2bf8408fad46abbfa4d2a3794f8d2a95cdf"}, ] [package.dependencies] -six = "*" termcolor = "*" [[package]] @@ -984,17 +983,6 @@ docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-g testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] -[[package]] -name = "six" -version = "1.16.0" -description = "Python 2 and 3 compatibility utilities" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, -] - [[package]] name = "termcolor" version = "2.3.0" @@ -1183,4 +1171,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.8.0, <4.0.0" -content-hash = "306e75663a61667480e2be6e227e31bfeac38b78777c192596ae0731b407e8ba" +content-hash = "228e9ccbf2b59bf00fcc72fd006d4fe41f83ed23e42cd063dd027f6141b64a6b" diff --git a/pyproject.toml b/pyproject.toml index 6b44be0..56b9a49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ reddit-get = 'reddit_get.cli:main' [tool.poetry.dependencies] python = '>=3.8.0, <4.0.0' -fire = ">=0.5,<0.7" +fire = ">=0.5,<0.8" praw = "^7.7.0" toml = "^0.10.2" titlecase = "^2.4"