Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2025

Bumps the prod-deps group with 13 updates:

Package From To
django 2.2.28 4.2.24
django-bootstrap4 2.3.1 25.2
djangorestframework 3.11.2 3.16.1
djangorestframework-xml 1.0.1 2.0.0
psycopg2-binary 2.9.7 2.9.10
xmlschema 1.0.15 4.1.0
xmltodict 0.12.0 1.0.2
uwsgi 2.0.26 2.0.30
autopep8 1.4.4 2.3.2
coveralls 2.2.0 4.0.1
coverage 5.0.1 7.10.7
pre-commit 3.5.0 4.3.0
tox 3.14.1 4.30.2

Updates django from 2.2.28 to 4.2.24

Commits
  • 5e23d89 [4.2.x] Bumped version for 4.2.24 release.
  • 31334e6 [4.2.x] Fixed CVE-2025-57833 -- Protected FilteredRelation against SQL inject...
  • d5860d5 [4.2.x] Added stub release notes and release date for 4.2.24.
  • c3f9871 [4.2.x] Fixed #36499 -- Adjusted utils_tests.test_html.TestUtilsHtml.test_str...
  • 2a79837 [4.2.x] Fixed test_utils.tests.HTMLEqualTests.test_parsing_errors following P...
  • 7335a1a [4.2.x] Refs #36535 -- Doc'd that docutils < 0.22 is required.
  • 591b23a [4.2.x] Fixed GitHub Action that checks commit prefixes to fetch PR head corr...
  • 0c9ab35 [4.2.x] Added GitHub Action to enforce stable branch commit message prefix.
  • 8293b0f [4.2.x] Added follow-up to CVE-2025-48432 to security archive.
  • bc4d96c [4.2.x] Post-release version bump.
  • Additional commits viewable in compare view

Updates django-bootstrap4 from 2.3.1 to 25.2

Release notes

Sourced from django-bootstrap4's releases.

v3.0.1

Release 3.0.1

Changelog

Sourced from django-bootstrap4's changelog.

25.2 (2025-07-31)

  • Symlink CHANGELOG.md into docs for Sphinx (#812).
  • Drop support for Django 5.0 (EOL) (#814).
  • Add support for Django 5.2 (#815).
  • Use astral-sh/setup-uv in GitHub Actions (#820, #821).
  • Use uv build (#822).
  • Use uv.lock in GitHub Actions (#823).

25.1 (2025-03-01)

  • Announce maintenance mode (#808).
  • Switch to just and uv (#805).
  • Remove Python 3.8, add Python 3.13 (#805).

24.4 (2024-09-19)

  • Add support for Django 5.1 (#758).

24.3 (2024-04-17)

  • Reinstate setuptools_scm for build (#707).

24.2 (2024-04-16)

  • Remove setuptools_scm (#704).
  • Fix Read the Docs (#703).
  • Remove support for Django 3.2 (EOL).

24.1 (2024-01-29)

23.4 (2023-12-28)

  • Use setuptools-scm to build package (#664).

23.3 (2023-12-24)

  • Use ruff instead of black for formatting (#653).
  • Add support for Python 3.12 (#658).
  • Add support for Django 5.0 (#658).
  • Revert packaging tools to setuptools, build, tox and twine (#658).

23.2 (2023-06-28)

  • Fix references to example application (#648).
  • Remove support for Python 3.7 (EOL) (#646).
  • Switch to Hatch (#638).
  • Fix readthedocs (#603).

... (truncated)

Commits

Updates djangorestframework from 3.11.2 to 3.16.1

Release notes

Sourced from djangorestframework's releases.

v3.16.1

This release fixes a few bugs, clean-up some old code paths for unsupported Python versions and improve translations.

Minor changes

  • Cleanup optional backports.zoneinfo dependency and conditions on unsupported Python 3.8 and lower in #9681. Python versions prior to 3.9 were already unsupported so this isn't considered as a breaking change.

Bug fixes

  • Fix regression in unique_together validation with SerializerMethodField in #9712
  • Fix UniqueTogetherValidator to handle fields with source attribute in #9688
  • Drop HTML line breaks on long headers in browsable API in #9438

Translations

  • Add Kazakh locale support in #9713
  • Update translations for Korean translations in #9571
  • Update German translations in #9676
  • Update Chinese translations in #9675
  • Update Arabic translations-sal in #9595
  • Update Persian translations in #9576
  • Update Spanish translations in #9701
  • Update Turkish Translations in #9749
  • Fix some typos in Brazilian Portuguese translations in #9673

Documentation

  • Removed reference to GitHub Issues and Discussions in #9660
  • Add drf-restwind and update outdated images in browsable-api.md in #9680
  • Updated funding page to represent current scope in #9686
  • Fix broken Heroku JSON Schema link in #9693
  • Update Django documentation links to use stable version in #9698
  • Expand docs on unique constraints cause 'required=True' in #9725
  • Revert extension back from djangorestframework-guardian2 to djangorestframework-guardian in #9734
  • Add note to tutorial about required request in serializer context when using HyperlinkedModelSerializer in #9732

Internal changes

  • Update GitHub Actions to use Ubuntu 24.04 for testing in #9677
  • Update test matrix to use Django 5.2 stable version in #9679
  • Add pyupgrade to pre-commit hooks in #9682
  • Fix test with Django 5 when pytz is available in #9715

New Contributors

... (truncated)

Commits
  • de018df Prepare 3.16.1 release (#9752)
  • a7d050f Turkish Translation updates (#9749)
  • 853969c Fix test with Django 5 when pytz is available (#9715)
  • 2ae8c11 Add note to tutorial about required request in serializer context when using ...
  • 70e54f4 Revert docs back to djangorestframework-guardian (#9734)
  • 3038494 Document that unique constraints cause required=True in ModelSerializer (#9...
  • 4bb46c2 Add Kazakh(kk) locale support (#9713)
  • e454758 Fix regression in unique_together validation with SerializerMethodField (#9712)
  • 33d59fe Update Spanish translations (#9701)
  • c0202a0 Update Django documentation links to use stable version (#9698)
  • Additional commits viewable in compare view

Updates djangorestframework-xml from 1.0.1 to 2.0.0

Release notes

Sourced from djangorestframework-xml's releases.

v2.0.0

Changelog

  • Drop support for Python 2.
  • Update test/support matrix: Python 3.5+, Django 2.2+, DRF 3.11+

v1.4.0

Changelog

  • fix import error #23
  • Add testing on newer versions of DRF and Django #30
  • Updated DRF and Python version combinations #32
Commits

Updates psycopg2-binary from 2.9.7 to 2.9.10

Changelog

Sourced from psycopg2-binary's changelog.

Current release

What's new in psycopg 2.9.10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.13.
  • Receive notifications on commit (:ticket:[#1728](https://github.com/psycopg/psycopg2/issues/1728)).
  • ~psycopg2.errorcodes map and ~psycopg2.errors classes updated to PostgreSQL 17.
  • Drop support for Python 3.7.

What's new in psycopg 2.9.9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.12.
  • Drop support for Python 3.6.

What's new in psycopg 2.9.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Wheel package bundled with PostgreSQL 16 libpq in order to add support for recent features, such as sslcertmode.

What's new in psycopg 2.9.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fix propagation of exceptions raised during module initialization (:ticket:[#1598](https://github.com/psycopg/psycopg2/issues/1598)).
  • Fix building when pg_config returns an empty string (:ticket:[#1599](https://github.com/psycopg/psycopg2/issues/1599)).
  • Wheel package bundled with OpenSSL 1.1.1v.

What's new in psycopg 2.9.6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Package manylinux 2014 for aarch64 and ppc64le platforms, in order to include libpq 15 in the binary package (:ticket:[#1396](https://github.com/psycopg/psycopg2/issues/1396)).
  • Wheel package bundled with OpenSSL 1.1.1t.

What's new in psycopg 2.9.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.11.
  • Add support for rowcount in MERGE statements in binary packages (:ticket:[#1497](https://github.com/psycopg/psycopg2/issues/1497)).

... (truncated)

Commits
  • a805acf chore: bump to version 2.9.10
  • 78561ac Merge pull request #1728 from romank0/fetch-notifications-on-commit
  • 5283a83 chore: add TransactionTimeout error, added in PostgreSQL 17
  • f64dd39 docs: add news entry about notifications on commit
  • cba6d39 removes duplication in tests
  • 282360d adds notifications processing after every PQexec
  • 362cb00 Adds notifies processing in pq_commit
  • eaeeb76 Merge pull request #1729 from edgarrmondragon/1692-py313-wheels
  • 4987362 ci(windows): drop Python 3.8 packages
  • 8c9a35d ci: test with PostgreSQL 17
  • Additional commits viewable in compare view

Updates xmlschema from 1.0.15 to 4.1.0

Release notes

Sourced from xmlschema's releases.

v4.1.0 (2025-06-05)

  • Add XPath selectors: ElementSelector and ElementPathSelectors
  • Add selector argument to XMLResource and iterparse filters
  • Fix element substitution (issue #452)
  • Restore v3.4.5 builder methods as helpers (issue #451)
  • Add overall_min_occurs and overall_max_occurs helpers to XsdElement (issue #449)
  • Extend error message for XML syntax errors (issue #448)
  • Fix query/fragment like for filenames (issue #447)

v4.0.1 (2025-04-13)

  • Fix XSD identity update with xsi:type substitution (issue #446)

v4.0.0 (2025-04-11)

  • Extend support of lxml.etree through iterparse optional argument
  • Rework internal decoding/encoding methods, replacing generators with normal functions
  • Replace kwargs with a validation context (DecodeContext and EncodeContext)
  • Add SchemaLoader class and variants (related to #419)
  • Slicing of XsdGlobals with parent maps
  • Fix XsdUnion validation performance issue (related to #442)
  • Drop support for Python 3.8

v3.4.5 (2025-03-22)

  • Fix xs:all groups occurs check (issue #437)

v3.4.4 (2025-03-18)

  • Migrate project metadata to pyproject.toml by @​afuetterer (PR #436)
  • Fix static typing errors with mypy==1.15.0 and elementpath==4.8.0

v3.4.3 (2024-10-31)

  • Fix incorrect validation error for substitution group with abstract head (issue #417)
  • Refactor XSD identities processing using also typed XPath 2.0+ for getting values (issue #418)
  • Clean tag retrieval during encode for some converter types (Abdera, BadgerFish and GData)

v3.4.2 (2024-09-17)

  • Fix other failing URL normalization tests
  • Avoid the use of sys.version_info for checking results, better to extend the check to more values.

v3.4.1 (2024-09-12)

  • Fix failing URL normalization tests (issue #416)
  • Disable protocols checking with elementpath v4.5.0

v3.4.0 (2024-09-10)

  • Extended ModelVisitor to make it usable as an helper class for generating content (issues #405 and #408)

v3.3.2 (2024-07-29)

  • Fix UNC path tests (issues #405 and #408)

v3.3.1 (2024-04-27)

  • Update validation errors with logging stack trace in debug mode

... (truncated)

Changelog

Sourced from xmlschema's changelog.

v4.1.0_ (2025-06-05)

  • Add XPath selectors: ElementSelector and ElementPathSelectors
  • Add selector argument to XMLResource and iterparse filters
  • Fix element substitution (issue #452)
  • Restore v3.4.5 builder methods as helpers (issue #451)
  • Add overall_min_occurs and overall_max_occurs helpers to XsdElement (issue #449)
  • Extend error message for XML syntax errors (issue #448)
  • Fix query/fragment like for filenames (issue #447)

v4.0.1_ (2025-04-12)

  • Fix XSD identity update with xsi:type substitution (issue #446)

v4.0.0_ (2025-04-11)

  • Extend support of lxml.etree through iterparse optional argument
  • Rework internal decoding/encoding methods, replacing generators with normal functions
  • Replace kwargs with a validation context (DecodeContext and EncodeContext)
  • Add SchemaLoader class and variants (related to #419)
  • Slicing of XsdGlobals with parent maps
  • Fix XsdUnion validation performance issue (related to #442)
  • Drop support for Python 3.8

v3.4.5_ (2025-03-22)

  • Fix xs:all groups occurs check (issue #437)

v3.4.4_ (2025-03-18)

  • Migrate project metadata to pyproject.toml (PR #436)
  • Fix static typing errors with mypy==1.15.0 and elementpath==4.8.0

v3.4.3_ (2024-10-31)

  • Fix incorrect validation error for substitution group with abstract head (issue #417)
  • Refactor XSD identities processing using also typed XPath 2.0+ for getting values (issue #418)
  • Clean tag retrieval during encode for some converter types (Abdera, BadgerFish and GData)

v3.4.2_ (2024-09-17)

  • Fix other failing URL normalization tests
  • Avoid the use of sys.version_info for checking results, better to extend the check to more values.

v3.4.1_ (2024-09-12)

  • Fix failing URL normalization tests (issue #416)
  • Disable protocols checking with elementpath v4.5.0

v3.4.0_ (2024-09-10)

... (truncated)

Commits
  • 563f96e Merge fix operator lib import
  • 2ae8e68 Update CI tests configuration
  • 5fccd0f Add release info and ignore v3.14 warnings in location tests
  • 88a95dc Add _sourceline to save lxml.etree._Element.sourceline
  • e88234f Update tox configuration and update API docs
  • bab495e Adjust substitution group parse to previous version
  • ca24526 Add get_atomic_value() to XSD simple types
  • 96cb361 Clean ElementSelector - ElementPathSelector and split_path
  • a517eda Add selector arguments to XMLResource
  • 72d15de Add a custom XPath selector for XMLResorce.iterfind()
  • Additional commits viewable in compare view

Updates xmltodict from 0.12.0 to 1.0.2

Release notes

Sourced from xmltodict's releases.

v1.0.2

1.0.2 (2025-09-17)

Bug Fixes

  • allow DOCTYPE with disable_entities=True (default) (25b61a4)

v1.0.1

1.0.1 (2025-09-17)

Bug Fixes

  • fail closed when entities disabled (c986d2d)
  • validate XML comments (3d4d2d3)

Documentation

  • add SECURITY.md (6413023)
  • clarify behavior for empty lists (2025b5c)
  • clarify process_comments docs (6b464fc)
  • clarify strip whitespace comment behavior (b3e2203)
  • create AGENTS.md for coding agents (0da66ee)
  • replace travis with actions badge (2576b94)
  • update CONTRIBUTING.md (db39180)

v1.0.0

1.0.0 (2025-09-12)

⚠ BREAKING CHANGES

  • modernize for Python 3.9+; drop legacy compat paths

Features

  • unparse: add limited XML comment round-trip; unify _emit behavior (e43537e)
  • unparse: add selective force_cdata support (bool/tuple/callable) (a497fed), closes #375

Bug Fixes

  • namespaces: attach [@xmlns](https://github.com/xmlns) to declaring element when process_namespaces=True (f0322e5), closes #163
  • streaming: avoid parent accumulation at item_depth; add regression tests (220240c)
  • unparse: handle non-string #text with attributes; unify value conversion (927a025), closes #366
  • unparse: skip empty lists to keep pretty/compact outputs consistent (ab4c86f)

... (truncated)

Changelog

Sourced from xmltodict's changelog.

1.0.2 (2025-09-17)

Bug Fixes

  • allow DOCTYPE with disable_entities=True (default) (25b61a4)

1.0.1 (2025-09-17)

Bug Fixes

  • fail closed when entities disabled (c986d2d)
  • validate XML comments (3d4d2d3)

Documentation

  • add SECURITY.md (6413023)
  • clarify behavior for empty lists (2025b5c)
  • clarify process_comments docs (6b464fc)
  • clarify strip whitespace comment behavior (b3e2203)
  • create AGENTS.md for coding agents (0da66ee)
  • replace travis with actions badge (2576b94)
  • update CONTRIBUTING.md (db39180)

1.0.0 (2025-09-12)

⚠ BREAKING CHANGES

  • modernize for Python 3.9+; drop legacy compat paths

Features

  • unparse: add limited XML comment round-trip; unify _emit behavior (e43537e)
  • unparse: add selective force_cdata support (bool/tuple/callable) (a497fed), closes #375

Bug Fixes

  • namespaces: attach [@xmlns](https://github.com/xmlns) to declaring element when process_namespaces=True (f0322e5), closes #163
  • streaming: avoid parent accumulation at item_depth; add regression tests (220240c)
  • unparse: handle non-string #text with attributes; unify value conversion (927a025), closes #366
  • unparse: skip empty lists to keep pretty/compact outputs consistent (ab4c86f)

Reverts

  • remove initial Release Drafter config (c0b74ed)

... (truncated)

Commits
  • d079849 chore(master): release 1.0.2
  • 25b61a4 fix: allow DOCTYPE with disable_entities=True (default)
  • a2a9ab7 ci(publish): allow uploading release assets
  • 656e6af chore(master): release 1.0.1
  • c986d2d fix: fail closed when entities disabled
  • 3d4d2d3 fix: validate XML comments
  • b4a5f2a refactor: remove jython-specific parsing branches
  • 6b464fc docs: clarify process_comments docs
  • 34daa30 refactor: remove unused helper functions
  • 2025b5c docs: clarify behavior for empty lists
  • Additional commits viewable in compare view

Updates uwsgi from 2.0.26 to 2.0.30

Updates autopep8 from 1.4.4 to 2.3.2

Release notes

Sourced from autopep8's releases.

v2.3.2

What's Changed

New Contributors

Full Changelog: hhatto/autopep8@v2.3.1...v2.3.2

v2.3.1

What's Changed

Bug Fix

Enhancement

Full Changelog: hhatto/autopep8@v2.3.0...v2.3.1

v2.3.0

What's Changed

Full Changelog: hhatto/autopep8@v2.2.0...v2.3.0

v2.2.0

What's Changed

Other

Bug Fixes

Full Changelog: hhatto/autopep8@v2.1.2...v2.2.0

v2.1.2

What's Changed

... (truncated)

Commits

Updates coveralls from 2.2.0 to 4.0.1

Release notes

Sourced from coveralls's releases.

4.0.1 (2024-05-15)

Internal

4.0.0 (2024-04-29)

BREAKING CHANGES

When config.ignore_errors is Falsey, failures to parse Python files or look up file sources will now interrupt and early exit collection, which matches default coverage behaviour. Previously, we had manually muted these errors and/or only errored after collecting multiple failures.

See the coverage.py docs for setting this option.

Features

Bug Fixes

Internal

3.3.1 (2021-11-11)

Bug Fixes

Internal

  • exclude a few incompatible coverage versions (#337)

coverage versions v6.0.0 through v6.1.1 exhibited some incompatibilies with coveralls; we've updated our version compatibility ranges to exclude those versions.

... (truncated)

Changelog

Sourced from coveralls's changelog.

4.0.1 (2024-05-15)

Internal

4.0.0 (2024-04-29)

BREAKING CHANGES

When config.ignore_errors is Falsey, failures to parse Python files or look up file sources will now interrupt and early exit collection, which matches default coverage behaviour. Previously, we had manually muted these errors and/or only errored after collecting multiple failures.

See the coverage.py docs for setting this option.

Features

Bug Fixes

Internal

3.3.1 (2021-11-11)

Bug Fixes

Internal

  • exclude a few incompatible coverage versions (#337)

... (truncated)

Commits
  • e20a8c8 chore(release): bump version
  • b566fc3 test(git): support running tests outside of gitdir (#443)
  • f41dca5 feat(deps): add support for coverage v7.5+ (#442)
  • afea549 docs(changelog): reference coverage.py config docs
  • ee0f09b chore(deps): update pre-commit hook pycqa/pylint to v3.2.0
  • f466374 chore(deps): update pre-commit hook pycqa/pylint to v3.1.1 (#438)
  • 6514a59 chore(deps): update pandoc/core docker tag to v3.2.0
  • a30b404 chore(deps): update actions/checkout action to v4.1.5
  • b274e07 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0....
  • 33f0bea chore(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates coverage from 5.0.1 to 7.10.7

Release notes

Sourced from coverage's releases.

5.6b1

Version 5.6b1 — 2021-04-13

Note: 5.6 final was never released. These changes are part of 6.0.

  • Third-party packages are now ignored in coverage reporting. This solves a few problems:
    • Coverage will no longer report about other people’s code (issue 876). This is true even when using --source=. with a venv in the current directory.
    • Coverage will no longer generate “Already imported a file that will be measured” warnings about coverage itself (issue 905).
  • The HTML report uses j/k to move up and down among the highlighted chunks of code. They used to highlight the current chunk, but 5.0 broke that behavior. Now the highlighting is working again.
  • The JSON report now includes percent_covered_display, a string with the total percentage, rounded to the same number of decimal places as the other reports’ totals.

➡️  PyPI page: coverage 5.6b1. :arrow_right:  To install: python3 -m pip install coverage==5.6b1

5.4

Version 5.4 — 2021-01-24

  • The text report produced by coverage report now always outputs a TOTAL line, even if only one Py...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 26, 2025
Bumps the prod-deps group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `2.2.28` | `4.2.24` |
| [django-bootstrap4](https://github.com/zostera/django-bootstrap4) | `2.3.1` | `25.2` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.11.2` | `3.16.1` |
| [djangorestframework-xml](https://github.com/jpadilla/django-rest-framework-xml) | `1.0.1` | `2.0.0` |
| [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.7` | `2.9.10` |
| [xmlschema](https://github.com/sissaschool/xmlschema) | `1.0.15` | `4.1.0` |
| [xmltodict](https://github.com/martinblech/xmltodict) | `0.12.0` | `1.0.2` |
| [uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/) | `2.0.26` | `2.0.30` |
| [autopep8](https://github.com/hhatto/autopep8) | `1.4.4` | `2.3.2` |
| [coveralls](https://github.com/TheKevJames/coveralls-python) | `2.2.0` | `4.0.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `5.0.1` | `7.10.7` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.5.0` | `4.3.0` |
| [tox](https://github.com/tox-dev/tox) | `3.14.1` | `4.30.2` |


Updates `django` from 2.2.28 to 4.2.24
- [Commits](django/django@2.2.28...4.2.24)

Updates `django-bootstrap4` from 2.3.1 to 25.2
- [Release notes](https://github.com/zostera/django-bootstrap4/releases)
- [Changelog](https://github.com/zostera/django-bootstrap4/blob/main/CHANGELOG.md)
- [Commits](zostera/django-bootstrap4@v2.3.1...v25.2)

Updates `djangorestframework` from 3.11.2 to 3.16.1
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.11.2...3.16.1)

Updates `djangorestframework-xml` from 1.0.1 to 2.0.0
- [Release notes](https://github.com/jpadilla/django-rest-framework-xml/releases)
- [Commits](jpadilla/django-rest-framework-xml@1.0.1...2.0.0)

Updates `psycopg2-binary` from 2.9.7 to 2.9.10
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.7...2.9.10)

Updates `xmlschema` from 1.0.15 to 4.1.0
- [Release notes](https://github.com/sissaschool/xmlschema/releases)
- [Changelog](https://github.com/sissaschool/xmlschema/blob/master/CHANGELOG.rst)
- [Commits](sissaschool/xmlschema@v1.0.15...v4.1.0)

Updates `xmltodict` from 0.12.0 to 1.0.2
- [Release notes](https://github.com/martinblech/xmltodict/releases)
- [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md)
- [Commits](martinblech/xmltodict@v0.12.0...v1.0.2)

Updates `uwsgi` from 2.0.26 to 2.0.30

Updates `autopep8` from 1.4.4 to 2.3.2
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v1.4.4...v2.3.2)

Updates `coveralls` from 2.2.0 to 4.0.1
- [Release notes](https://github.com/TheKevJames/coveralls-python/releases)
- [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](TheKevJames/coveralls-python@2.2.0...4.0.1)

Updates `coverage` from 5.0.1 to 7.10.7
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@coverage-5.0.1...7.10.7)

Updates `pre-commit` from 3.5.0 to 4.3.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.5.0...v4.3.0)

Updates `tox` from 3.14.1 to 4.30.2
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@3.14.1...4.30.2)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 4.2.24
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: django-bootstrap4
  dependency-version: '25.2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: djangorestframework
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: djangorestframework-xml
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: psycopg2-binary
  dependency-version: 2.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: xmlschema
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: xmltodict
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: uwsgi
  dependency-version: 2.0.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: autopep8
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: coveralls
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: coverage
  dependency-version: 7.10.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: pre-commit
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: tox
  dependency-version: 4.30.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/prod-deps-c296ae5dad branch from d6242e3 to 9fc0a29 Compare September 26, 2025 21:49
@nllong nllong closed this Sep 26, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/prod-deps-c296ae5dad branch September 26, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants