From c291259120cbe289a39b8867dee90cfb4df5764c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:26:45 +0000 Subject: [PATCH] Bump rt from 2.2.2 to 3.3.1 Bumps [rt](https://github.com/python-rt/python-rt) from 2.2.2 to 3.3.1. - [Release notes](https://github.com/python-rt/python-rt/releases) - [Changelog](https://github.com/python-rt/python-rt/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-rt/python-rt/compare/v2.2.2...v3.3.1) --- updated-dependencies: - dependency-name: rt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 69f17ff0..d668265a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3577,22 +3577,22 @@ pyasn1 = ">=0.1.3" [[package]] name = "rt" -version = "2.2.2" +version = "3.3.1" description = "Python interface to Request Tracker API" optional = false -python-versions = ">=3.5" +python-versions = ">=3.9" files = [ - {file = "rt-2.2.2-py3-none-any.whl", hash = "sha256:88f046dac788ca1b4ace2d2b5ddf40838f43251d991f0464071965894b309157"}, - {file = "rt-2.2.2.tar.gz", hash = "sha256:79e4f7a101e2ed1bd9dc851aafa3f388cb6abaf861e3c10f96382dbaed54949f"}, + {file = "rt-3.3.1-py3-none-any.whl", hash = "sha256:caff4661944fc6107272cb9b535ed24b435b6ac5a79799335e83a67925d3456d"}, ] [package.dependencies] +httpx = "*" requests = "*" [package.extras] -dev = ["flake8", "flake8-bandit", "flake8-comprehensions", "flake8-docstrings", "mypy", "pep8-naming", "pycodestyle", "pylint", "types-requests"] -docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme"] -test = ["codecov", "coveralls", "nose"] +dev = ["bandit", "codespell", "mypy", "ruff", "types-requests"] +docs = ["furo", "sphinx", "sphinx-autodoc-typehints", "sphinx-copybutton", "sphinx-rtd-theme"] +test = ["coverage", "pytest (>=8.3)", "pytest-asyncio (>=0.24)"] [[package]] name = "scholarly" @@ -4378,4 +4378,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.10.11" -content-hash = "6d45806738b4e5dea1485ac7db94e2d25c1491ea8b1cdc8425ec54013aee265b" +content-hash = "9ce163f3adf8320fc025c3789151367fdc95eb75e2172fb4a68c32a3e7d7aa9c" diff --git a/pyproject.toml b/pyproject.toml index 1515f536..90b01893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ python3-openid = "^3.2.0" pytz = "^2020.5" redis = "^3.5.3" requests = "^2.25.1" -rt = "^2.0.1" +rt = "^3.3.1" six = "^1.15.0" sqlparse = "^0.4.1" django-recaptcha = "^4.0.0"