From f09b0a09d0263543b0b18b54fa2d296aa06e25c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:52:53 +0000 Subject: [PATCH] Bump praw from 7.7.1 to 7.8.0 Bumps [praw](https://github.com/praw-dev/praw) from 7.7.1 to 7.8.0. - [Release notes](https://github.com/praw-dev/praw/releases) - [Changelog](https://github.com/praw-dev/praw/blob/master/CHANGES.rst) - [Commits](https://github.com/praw-dev/praw/compare/v7.7.1...v7.8.0) --- updated-dependencies: - dependency-name: praw dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index e7e257b..90bcfef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -548,24 +548,24 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "praw" -version = "7.7.1" -description = "PRAW, an acronym for \"Python Reddit API Wrapper\", is a Python package that allows for simple access to Reddit's API." +version = "7.8.0" +description = "Python Reddit API Wrapper." optional = false -python-versions = "~=3.7" +python-versions = "~=3.8" files = [ - {file = "praw-7.7.1-py3-none-any.whl", hash = "sha256:9ec5dc943db00c175bc6a53f4e089ce625f3fdfb27305564b616747b767d38ef"}, - {file = "praw-7.7.1.tar.gz", hash = "sha256:f1d7eef414cafe28080dda12ed09253a095a69933d5c8132eca11d4dc8a070bf"}, + {file = "praw-7.8.0-py3-none-any.whl", hash = "sha256:66bb2d9dc4f9a35910bf8b4339067c8646ab03270b1c38d77b0487bef8c5c3e2"}, + {file = "praw-7.8.0.tar.gz", hash = "sha256:910a1478d79ce3892bf35b2c52c90f575d6618dfce248e7bf90eed354c19589c"}, ] [package.dependencies] prawcore = ">=2.1,<3" -update-checker = ">=0.18" +update_checker = ">=0.18" websocket-client = ">=0.54.0" [package.extras] ci = ["coveralls"] -dev = ["betamax (>=0.8,<0.9)", "betamax-matchers (>=0.3.0,<0.5)", "furo", "packaging", "pre-commit", "pytest (>=2.7.3)", "requests (>=2.20.1,<3)", "sphinx", "urllib3 (==1.26.*)"] -lint = ["furo", "pre-commit", "sphinx"] +dev = ["packaging", "praw[lint]", "praw[test]"] +lint = ["praw[readthedocs]", "pre-commit", "ruff (>=0.0.291)"] readthedocs = ["furo", "sphinx"] test = ["betamax (>=0.8,<0.9)", "betamax-matchers (>=0.3.0,<0.5)", "pytest (>=2.7.3)", "requests (>=2.20.1,<3)", "urllib3 (==1.26.*)"]