From 1b1de9d5efac001fe22b4f3f7e3f811fd13d36ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:18:54 +0000 Subject: [PATCH] Bump referencing from 0.35.1 to 0.36.1 Bumps [referencing](https://github.com/python-jsonschema/referencing) from 0.35.1 to 0.36.1. - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](https://github.com/python-jsonschema/referencing/compare/v0.35.1...v0.36.1) --- updated-dependencies: - dependency-name: referencing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb8f7e0..2d0d559 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pydeck==0.9.1; python_version >= '3.8' pygments==2.19.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz==2024.2 -referencing==0.35.1; python_version >= '3.8' +referencing==0.36.1; python_version >= '3.8' requests==2.32.3; python_version >= '3.8' rich==13.9.4; python_full_version >= '3.8.0' rpds-py==0.22.3; python_version >= '3.9'