From d7a98fa305f00197d75112bb841c6f3f087a2033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:03:32 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /nipap directory: [requests](https://github.com/psf/requests), [werkzeug](https://github.com/pallets/werkzeug) and [tornado](https://github.com/tornadoweb/tornado). Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) Updates `werkzeug` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.3...3.1.4) Updates `tornado` from 6.4.2 to 6.5 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: '6.5' dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- nipap/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nipap/pyproject.toml b/nipap/pyproject.toml index c648f9abd..11ae9ebfa 100644 --- a/nipap/pyproject.toml +++ b/nipap/pyproject.toml @@ -20,11 +20,11 @@ dependencies = [ "Flask-Compress==1.17", "flask-xml-rpc-re==0.1.4", "flask-restx==1.3.0", - "requests==2.32.3", + "requests==2.32.4", "IPy==1.01", "Jinja2==3.1.5", "MarkupSafe==3.0.2", - "Werkzeug==3.1.3", + "Werkzeug==3.1.4", "certifi==2024.12.14", "itsdangerous==2.2.0", "parsedatetime==2.6", @@ -34,7 +34,7 @@ dependencies = [ "python-dateutil==2.8.2", "pytz==2024.2", "pyjwt==2.10.1", - "tornado==6.4.2", + "tornado==6.5", # "docutils==0.21.2" ]