From 9054cdd101989f9abb9ebc80cec7f7490784d513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 01:01:23 +0000 Subject: [PATCH] deps: bump the prod-deps group across 1 directory with 8 updates Bumps the prod-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.7` | `2.9.11` | | [xmlschema](https://github.com/sissaschool/xmlschema) | `4.1.0` | `4.2.0` | | [jellyfish](https://jellyfish.jpt.sh/) | `1.2.0` | `1.2.1` | | [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) | `2.0.30` | `2.0.31` | | [coveralls](https://github.com/TheKevJames/coveralls-python) | `4.0.1` | `4.0.2` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.10.7` | `7.11.3` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.3.0` | `4.4.0` | | [tox](https://github.com/tox-dev/tox) | `4.30.3` | `4.32.0` | Updates `psycopg2-binary` from 2.9.7 to 2.9.11 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.7...2.9.11) Updates `xmlschema` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/sissaschool/xmlschema/releases) - [Changelog](https://github.com/sissaschool/xmlschema/blob/master/CHANGELOG.rst) - [Commits](https://github.com/sissaschool/xmlschema/compare/v4.1.0...v4.2.0) Updates `jellyfish` from 1.2.0 to 1.2.1 Updates `uwsgi` from 2.0.30 to 2.0.31 Updates `coveralls` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheKevJames/coveralls-python/compare/4.0.1...4.0.2) Updates `coverage` from 7.10.7 to 7.11.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.10.7...7.11.3) Updates `pre-commit` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.3.0...v4.4.0) Updates `tox` from 4.30.3 to 4.32.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.30.3...4.32.0) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: xmlschema dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: jellyfish dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: uwsgi dependency-version: 2.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: coveralls dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: coverage dependency-version: 7.11.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: pre-commit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: tox dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 8 ++++---- requirements.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 922155b..8c973ff 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ -r requirements.txt autopep8==2.3.2 -coveralls==4.0.1 -coverage==7.10.7 -pre-commit==4.3.0 -tox==4.30.3 +coveralls==4.0.2 +coverage==7.11.3 +pre-commit==4.4.0 +tox==4.32.0 diff --git a/requirements.txt b/requirements.txt index 121dbc8..4ff4169 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,19 +5,19 @@ djangorestframework-xml==2.0.0 # Do not upgrade to 2.9.10, which has a build issue with # newer setup tools. BUT versions > 2.9.10 might work? -psycopg2-binary==2.9.7 +psycopg2-binary==2.9.11 semantic-version==2.10.0 stopit==1.1.2 -xmlschema==4.1.0 +xmlschema==4.2.0 xmltodict==1.0.2 # string matching -jellyfish==1.2.0 +jellyfish==1.2.1 # schematron runner from TestSuite repo # This also sets the version of lxml to use testsuite==0.1.5 # production deployment -uWSGI==2.0.30; sys_platform != "win32" +uWSGI==2.0.31; sys_platform != "win32"