Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 24 updates #541

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2024

Bumps the dependencies group with 24 updates in the / directory:

Package From To
django 3.2.21 3.2.25
django-import-export 3.3.7 4.0.9
django-jazzmin 2.6.0 3.0.0
django-mptt 0.15.0 0.16.0
django-qr-code 3.1.1 4.1.0
djangorestframework 3.14.0 3.15.2
drf-spectacular 0.26.5 0.27.2
ipython 8.16.0 8.25.0
pillow 10.0.1 10.3.0
psycopg2 2.9.8 2.9.9
black 23.9.1 24.4.2
bumpver 2023.1126 2023.1129
pre-commit 3.4.0 3.7.1
pylint-django 2.5.3 2.5.5
pylint-runner 0.6.0 0.7.0
shellcheck-py 0.9.0.6 0.10.0.1
twine 4.0.2 5.1.0
sphinx 7.2.6 7.3.7
sphinx-rtd-theme 1.3.0 2.0.0
sphinx-last-updated-by-git 0.3.6 0.3.7
pytest-cov 4.1.0 5.0.0
pytest-django 4.5.2 4.8.0
pytest-icdiff 0.8 0.9
pytest-xdist 3.3.1 3.6.1

Updates django from 3.2.21 to 3.2.25

Commits

Updates django-import-export from 3.3.7 to 4.0.9

Release notes

Sourced from django-import-export's releases.

4.0.9

4.0.8

4.0.7

4.0.6

4.0.5

4.0.3

4.0.2

4.0.1

4.0.0

v4 release.

4.0.0-rc.3

v4 release. Please refer to CHANGELOG.

4.0.0-rc.2

v4 release. Please refer to CHANGELOG.

4.0.0-rc.1

v4 release. Please refer to CHANGELOG.

... (truncated)

Changelog

Sourced from django-import-export's changelog.

4.0.9 (2024-06-18)

  • docs: clarify :meth:~import_export.resources.Resource.for_delete documentation (1877 <https://github.com/django-import-export/django-import-export/pull/1877>_)
  • fix default Field returns empty string instead of 'None' (1872 <https://github.com/django-import-export/django-import-export/pull/1872>_)
  • revert setting default value for attribute (1875 <https://github.com/django-import-export/django-import-export/pull/1875>_)

4.0.8 (2024-06-13)

  • docs: clarify widget configuration (1865 <https://github.com/django-import-export/django-import-export/pull/1865>_)
  • Enable skip export confirm page (1867 <https://github.com/django-import-export/django-import-export/pull/1867>_)
  • Admin UI: display checkboxes before labels in export form (1884 <https://github.com/django-import-export/django-import-export/pull/1884>_)

4.0.7 (2024-05-30)

  • fix documentation to show correct method for reading form data on export (1859 <https://github.com/django-import-export/django-import-export/pull/1859>_)
  • Admin UI: display both field name and column name on export (1857 <https://github.com/django-import-export/django-import-export/pull/1857>_)
  • fix export declared field with custom column name (1861 <https://github.com/django-import-export/django-import-export/pull/1861>_)
  • fix declared fields do not have correct Widget class set (1861 <https://github.com/django-import-export/django-import-export/pull/1861>_)
  • docs: clarify changes to CharWidget in v4 (1862 <https://github.com/django-import-export/django-import-export/pull/1862>_)
  • refactor :class:~import_export.resources.Resource to remove code duplication in export (1863 <https://github.com/django-import-export/django-import-export/pull/1863>_)

4.0.6 (2024-05-27)

  • Added additional test for export field order (1848 <https://github.com/django-import-export/django-import-export/pull/1848>_)
  • fix crash on import when relation has custom PK (1853 <https://github.com/django-import-export/django-import-export/pull/1853>_)
  • fix crash on export from action when instance has custom PK (1854 <https://github.com/django-import-export/django-import-export/pull/1854>_)

4.0.5 (2024-05-23)

  • Fix for invalid build due to malformed README.rst (1851 <https://github.com/django-import-export/django-import-export/pull/1851>_)

4.0.4 (2024-05-23)

  • Refactored DateWidget & DateTimeWidget to remove code duplication (1839 <https://github.com/django-import-export/django-import-export/pull/1839>_)
  • Release note documentation updated (1840 <https://github.com/django-import-export/django-import-export/pull/1840>_)
  • Added missing migration to example app (1843 <https://github.com/django-import-export/django-import-export/pull/1843>_)
  • Fix admin UI display of field import order (1849 <https://github.com/django-import-export/django-import-export/pull/1849>_)

4.0.3 (2024-05-16)

  • Support widgets with CSS and JS media in ImportForm (1807 <https://github.com/django-import-export/django-import-export/pull/1807>_)
  • Documentation updates (1833 <https://github.com/django-import-export/django-import-export/pull/1833>_)
  • Clarified documentation when importing with import_id_fields (1836 <https://github.com/django-import-export/django-import-export/pull/1836>_)

... (truncated)

Commits
  • a0b5dfd clarified for_delete() docs (#1877)
  • dfedf33 Revert setting attribute for declared fields with no attribute declared (#1...
  • 37a73a1 Update changelog.rst
  • 01376e0 Enable skip export confirm page (#1867)
  • 796deb8 Clarify documentation on widget configuration (#1865)
  • 4908c18 refactor: de-duplicate Resource.get_export_headers() and export_resource() (#...
  • 419fc05 Set attribute name if not defined (#1861)
  • 5faa011 clarify changes to CharWidget in v4 (#1862)
  • 013b4ae fix documentation to show correct method for reading form data on export (#1859)
  • 92a7f8f Export from admin: display both field name and column_name (if available) (#1...
  • Additional commits viewable in compare view

Updates django-jazzmin from 2.6.0 to 3.0.0

Release notes

Sourced from django-jazzmin's releases.

v3.0.0 🌈

Breaking Changes

  • Drop support for Python 3.6 & 3.7
  • Drop support for Django 2.2, 3.0 & 3.1

New Features

  • Add support for Python 3.11 & 3.12
  • Add support for Django 5.0

What's Changed

New Contributors

Full Changelog: farridav/django-jazzmin@v2.6.1...v3.0.0

v2.6.2 🌈

Deprecation

This is the last version to officially support Python 3.6 and 3.7, as well as Django 2 and 3.

What's Changed

New Contributors

Full Changelog: farridav/django-jazzmin@v2.6.1...v2.6.2

v2.6.1 🌈

Commits
  • dc355ba Merge pull request #509 from PavelPancocha/fix/warning_logger_when_imagefield...
  • 11ca70e Properly handle empty file field
  • 78824ee Merge pull request #560 from farridav/dependabot/pip/ipython-8.10.0
  • bc17232 Bump ipython from 7.34.0 to 8.10.0
  • 4b1d0f2 Merge pull request #557 from farridav/dependabot/pip/werkzeug-2.3.8
  • 6380cff Bump werkzeug from 2.2.3 to 2.3.8
  • 4150ac7 Merge pull request #551 from samiashi/bump-python-django
  • 700caf0 Format files using ruff
  • 05cafb2 Add Django 5.0 support
  • ca3317e Add mypy & ruff cache to gitignore
  • Additional commits viewable in compare view

Updates django-mptt from 0.15.0 to 0.16.0

Changelog

Sourced from django-mptt's changelog.

========== Change log

Next version

0.16

  • Fixed get_cached_trees if there are multiple trees in the queryset.
  • Added support for Python 3.12, Django 5.0.
  • Added codespell and ruff checks to the CI.
  • Fixed rebuilding using custom managers not named objects.

0.15

  • Since I unfortunately still depend on django-mptt in prehistoric projects I took it upon me to make it runnable again. This doesn't mean I want to maintain the package.
  • Added Django 4.2.
  • Dropped Python < 3.9, Django < 3.2.
  • Started using ruff and more rules.
  • Dropped the index_together check on Django 5 and better. Django 5 only supports Meta.indexes.
  • Optimized tree rebuilding.
  • Added support for the Django admin theme switcher.
  • Switched to hatchling.

0.14

  • Merged the docs/upgrade.rst file into the main CHANGELOG.rst.
  • Fixed the Sphinx autodoc configuration to also work locally. Ensured that readthedocs is able to build the docs again.
  • Fixed a bug where DraggableMPTTAdmin assumed that the user model's primary key is called id.
  • Ensured that we do not install the tests.myapp package.
  • Added dark mode support to the draggable model admin.
  • Started using pre-commit, for the fun of it.

0.13

  • MARKED THE PROJECT AS UNMAINTAINED, WHICH IT STILL IS
  • Reformatted everything using black, isort etc.

... (truncated)

Commits

Updates django-qr-code from 3.1.1 to 4.1.0

Release notes

Sourced from django-qr-code's releases.

v4.1.0

What's Changed

  • Upgrade dependencies and drop support for Python < 3.10 and Pydantic <2.7.
  • Add the capability to generate embedded Base64 SVG images as data URIs through template tags (in addition to the API capability introduced in version 4.0.1).
  • Add support for alternative text customization (both template tags and API).
  • Add support for CSS classes injection (both template tags and API).
  • Reorganize and improve documentation.

Full Changelog: dprog-philippe-docourt/django-qr-code@4.0.1...4.1.0

Changelog

Sourced from django-qr-code's changelog.

4.1.0 (2024-06-01)

  • Upgrade dependencies and drop support for Python < 3.10 and Pydantic <2.7.
  • Add the capability to generate embedded Base64 SVG images as data URIs through template tags (in addition to the API capability introduced in version 4.0.1).
  • Add support for alternative text customization (both template tags and API).
  • Add support for CSS classes injection (both template tags and API).
  • Reorganize and improve documentation.

4.0.1 (2024-01-04)

  • Upgrade dependencies, and drop support for Pydantic <2.5, Django<4.2, Python 3.8
  • Remove dependency to pytz.
  • Add support for Python 3.12.
  • Add support for Django 5.0.
  • Introduce support for floating point size QR code modules.
  • Introduce embedded Base64 SVG image as data URI.
  • Behavior change: white background is no longer interpreted as transparent for SVG output (#41). If you want to avoid path fill of SVG to reduce the size of the SVG image, you have to explicitly set light_color to None in QRCodeOptions.

3.1.2 (2023-04-10)

  • Fix bug in WifiConfig data class (#43).
  • Fix typo in documentation (#45)
  • Add support for Django 4.1 and Django 4.2.
  • Add support for Python 3.11.
  • Improved documentation.
Commits
  • 4e9e80f Disable pseudo TTY for GitHub runners and run mypy check for each version of ...
  • 9f8c720 Use modern Python syntax for unions when there is only a couple of types.
  • 829d13e Make error detection in run-tests.sh work. Drop support for Python 3.10.
  • ff90e31 Remove extra args introduced in qr_code tags after search and replace and add...
  • f5143df Fix OS name.
  • 3c77852 Rename action.
  • 627e68f Create python-publish.yml
  • c3cc655 Fix link.
  • 533dcb8 Fix link.
  • 4d796a2 Moving away from Travis for CI builds & tests.
  • Additional commits viewable in compare view

Updates djangorestframework from 3.14.0 to 3.15.2

Release notes

Sourced from djangorestframework's releases.

Version 3.15.1

What's Changed

New Contributors

Full Changelog: encode/django-rest-framework@3.15.0...3.15.1

Commits
  • c7a7eae Version 3.15.2 (#9439)
  • 3b41f01 Fix potential XSS vulnerability in break_long_headers template filter (#9435)
  • fe92f0d Add __hash__ method for permissions.OperandHolder class (#9417)
  • fbdab09 docs: Correct some evaluation results and a httpie option in Tutorial1 (#9421)
  • 36d5c0e tests: Check urlpatterns after cleanups (#9400)
  • 9d4ed05 Don't use Windows line endings
  • b34bde4 Fix typo in setup.cfg setting
  • ab681f2 Update requirements in docs
  • 2237724 bump pygments (security hygiene)
  • d58b8da Update deprecation hints
  • Additional commits viewable in compare view

Updates drf-spectacular from 0.26.5 to 0.27.2

Release notes

Sourced from drf-spectacular's releases.

0.27.2

Important notes

  • Some bugfixes and some functionality gaps closed.

PRs

New Contributors

Full Changelog: tfranzel/drf-spectacular@0.27.1...0.27.2

0.27.1

Important notes

  • Fixed some OAS 3.1 corner cases and added support for Webhooks (3.1) in addition to existing Callbacks

PRs

New Contributors

Full Changelog: tfranzel/drf-spectacular@0.27.0...0.27.1

... (truncated)

Changelog

Sourced from drf-spectacular's changelog.

0.27.2 (2024-04-01)

  • fix non-translated enum override hash [#1198](https://github.com/tfranzel/drf-spectacular/issues/1198) <https://github.com/tfranzel/drf-spectacular/issues/1198>_
  • higher order hints for @​extend_schema_field (case 2) [#1174](https://github.com/tfranzel/drf-spectacular/issues/1174) <https://github.com/tfranzel/drf-spectacular/issues/1174>_ [#1212](https://github.com/tfranzel/drf-spectacular/issues/1212) <https://github.com/tfranzel/drf-spectacular/issues/1212>_
  • Add support for TypeAliasType ([#1214](https://github.com/tfranzel/drf-spectacular/issues/1214) <https://github.com/tfranzel/drf-spectacular/issues/1214>_) [igorgaming]
  • DRF 3.15 counteract new assertion for tests
  • Add a specific Action Wrapper for OAuth Authorization requests [#1190](https://github.com/tfranzel/drf-spectacular/issues/1190) <https://github.com/tfranzel/drf-spectacular/issues/1190>_ [Bram Esposito]
  • Update SWAGGER_UI_DIST settings.rst [Alfie Day]
  • fix custom http_method_names for actions [#1184](https://github.com/tfranzel/drf-spectacular/issues/1184) <https://github.com/tfranzel/drf-spectacular/issues/1184>_
  • Add support for direct usage of higher order hints [#1174](https://github.com/tfranzel/drf-spectacular/issues/1174) <https://github.com/tfranzel/drf-spectacular/issues/1174>_
  • Document extend_schema_view support for @action ([#1178](https://github.com/tfranzel/drf-spectacular/issues/1178) <https://github.com/tfranzel/drf-spectacular/issues/1178>_) [johnthagen]
  • remove official 3.6 support due to upstream breakage.
  • Add auth extension for django-rest-knox [Callum Gare]
  • fix yaml encoder for OrderedDict objects [#1158](https://github.com/tfranzel/drf-spectacular/issues/1158) <https://github.com/tfranzel/drf-spectacular/issues/1158>_
  • fix linter warning [#1158](https://github.com/tfranzel/drf-spectacular/issues/1158) <https://github.com/tfranzel/drf-spectacular/issues/1158>_
  • Update link to redoc settings [Andrey Otto]
  • Add tags support to OpenApiWebhook [Federico Bond]
  • set Cross-Origin-Opener-Policy on Swagger-UI view [ftsell]

Breaking changes / important additions:

  • Some bugfixes and some functionality gaps closed.

0.27.1 (2024-01-18)

  • differentiate test cases for 3.1 null cases [#1139](https://github.com/tfranzel/drf-spectacular/issues/1139) <https://github.com/tfranzel/drf-spectacular/issues/1139>_
  • add enum suffix setting [Jonny Beaumont]
  • Fix handling of metadata when using OAS 3.1 [Viicos]
  • Provide all fixed field names for the components object [Sergei Maertens]
  • coerse Decimal to float format explicitly [#1134](https://github.com/tfranzel/drf-spectacular/issues/1134) <https://github.com/tfranzel/drf-spectacular/issues/1134>_
  • bugfix test [#1133](https://github.com/tfranzel/drf-spectacular/issues/1133) <https://github.com/tfranzel/drf-spectacular/issues/1133>_
  • add OAS 3.1 null translation case [#1133](https://github.com/tfranzel/drf-spectacular/issues/1133) <https://github.com/tfranzel/drf-spectacular/issues/1133>_
  • Add OpenAPI 3.1 webhook support [Federico Bond]
  • add OAS 3.1 null case

Breaking changes / important additions:

  • Fixed some OAS 3.1 corner cases and added support for Webhooks (3.1) in addition to existing Callbacks

0.27.0 (2023-12-12)

  • improve mypy typing [#600](https://github.com/tfranzel/drf-spectacular/issues/600) <https://github.com/tfranzel/drf-spectacular/issues/600>_
  • add django 5 to test suite and adapt to changes [#1126](https://github.com/tfranzel/drf-spectacular/issues/1126) <https://github.com/tfranzel/drf-spectacular/issues/1126>_
  • Use correctly allowed http methods for schema generation [Jekel]
  • OAS 3.1
  • Fix Enum collision with same choices & varying labels [#790](https://github.com/tfranzel/drf-spectacular/issues/790) <https://github.com/tfranzel/drf-spectacular/issues/790>_ [#1104](https://github.com/tfranzel/drf-spectacular/issues/1104) <https://github.com/tfranzel/drf-spectacular/issues/1104>_
  • Undo adding middleware [Jelmer Draaijer]

... (truncated)

Commits

Updates ipython from 8.16.0 to 8.25.0

Commits

Updates pillow from 10.0.1 to 10.3.0

Release notes

Sourced from pillow's releases.

10.3.0

https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html

Changes

... (truncated)

Changelog

Sourced from pillow's changelog.

10.3.0 (2024-04-01)

Bumps the dependencies group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `3.2.21` | `3.2.25` |
| [django-import-export](https://github.com/django-import-export/django-import-export) | `3.3.7` | `4.0.9` |
| [django-jazzmin](https://github.com/farridav/django-jazzmin) | `2.6.0` | `3.0.0` |
| [django-mptt](https://github.com/django-mptt/django-mptt) | `0.15.0` | `0.16.0` |
| [django-qr-code](https://github.com/dprog-philippe-docourt/django-qr-code) | `3.1.1` | `4.1.0` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.14.0` | `3.15.2` |
| [drf-spectacular](https://github.com/tfranzel/drf-spectacular) | `0.26.5` | `0.27.2` |
| [ipython](https://github.com/ipython/ipython) | `8.16.0` | `8.25.0` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.0.1` | `10.3.0` |
| [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.8` | `2.9.9` |
| [black](https://github.com/psf/black) | `23.9.1` | `24.4.2` |
| [bumpver](https://github.com/mbarkhau/bumpver) | `2023.1126` | `2023.1129` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.4.0` | `3.7.1` |
| [pylint-django](https://github.com/PyCQA/pylint-django) | `2.5.3` | `2.5.5` |
| [pylint-runner](https://github.com/MasterOdin/pylint_runner) | `0.6.0` | `0.7.0` |
| [shellcheck-py](https://github.com/ryanrhee/shellcheck-py) | `0.9.0.6` | `0.10.0.1` |
| [twine](https://github.com/pypa/twine) | `4.0.2` | `5.1.0` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` |
| [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `1.3.0` | `2.0.0` |
| [sphinx-last-updated-by-git](https://github.com/mgeier/sphinx-last-updated-by-git) | `0.3.6` | `0.3.7` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.5.2` | `4.8.0` |
| [pytest-icdiff](https://github.com/hjwp/pytest-icdiff) | `0.8` | `0.9` |
| [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.3.1` | `3.6.1` |



Updates `django` from 3.2.21 to 3.2.25
- [Commits](django/django@3.2.21...3.2.25)

Updates `django-import-export` from 3.3.7 to 4.0.9
- [Release notes](https://github.com/django-import-export/django-import-export/releases)
- [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst)
- [Commits](django-import-export/django-import-export@3.3.7...4.0.9)

Updates `django-jazzmin` from 2.6.0 to 3.0.0
- [Release notes](https://github.com/farridav/django-jazzmin/releases)
- [Commits](farridav/django-jazzmin@v2.6.0...v3.0.0)

Updates `django-mptt` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Changelog](https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst)
- [Commits](django-mptt/django-mptt@0.15...0.16)

Updates `django-qr-code` from 3.1.1 to 4.1.0
- [Release notes](https://github.com/dprog-philippe-docourt/django-qr-code/releases)
- [Changelog](https://github.com/dprog-philippe-docourt/django-qr-code/blob/master/CHANGELOG.md)
- [Commits](dprog-philippe-docourt/django-qr-code@3.1.1...4.1.0)

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

Updates `drf-spectacular` from 0.26.5 to 0.27.2
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases)
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst)
- [Commits](tfranzel/drf-spectacular@0.26.5...0.27.2)

Updates `ipython` from 8.16.0 to 8.25.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.16.0...8.25.0)

Updates `pillow` from 10.0.1 to 10.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.0.1...10.3.0)

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

Updates `black` from 23.9.1 to 24.4.2
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.9.1...24.4.2)

Updates `bumpver` from 2023.1126 to 2023.1129
- [Changelog](https://github.com/mbarkhau/bumpver/blob/master/CHANGELOG.md)
- [Commits](mbarkhau/bumpver@2023.1126...2023.1129)

Updates `pre-commit` from 3.4.0 to 3.7.1
- [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.4.0...v3.7.1)

Updates `pylint-django` from 2.5.3 to 2.5.5
- [Release notes](https://github.com/PyCQA/pylint-django/releases)
- [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pylint-django/commits)

Updates `pylint-runner` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/MasterOdin/pylint_runner/releases)
- [Changelog](https://github.com/MasterOdin/pylint_runner/blob/master/CHANGELOG.md)
- [Commits](MasterOdin/pylint_runner@v0.6.0...v0.7.0)

Updates `shellcheck-py` from 0.9.0.6 to 0.10.0.1
- [Commits](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)

Updates `twine` from 4.0.2 to 5.1.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@4.0.2...5.1.0)

Updates `sphinx` from 7.2.6 to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)

Updates `sphinx-rtd-theme` from 1.3.0 to 2.0.0
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@1.3.0...2.0.0)

Updates `sphinx-last-updated-by-git` from 0.3.6 to 0.3.7
- [Release notes](https://github.com/mgeier/sphinx-last-updated-by-git/releases)
- [Changelog](https://github.com/mgeier/sphinx-last-updated-by-git/blob/master/NEWS.rst)
- [Commits](mgeier/sphinx-last-updated-by-git@0.3.6...0.3.7)

Updates `pytest-cov` from 4.1.0 to 5.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0)

Updates `pytest-django` from 4.5.2 to 4.8.0
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.5.2...v4.8.0)

Updates `pytest-icdiff` from 0.8 to 0.9
- [Changelog](https://github.com/hjwp/pytest-icdiff/blob/main/HISTORY.rst)
- [Commits](https://github.com/hjwp/pytest-icdiff/commits)

Updates `pytest-xdist` from 3.3.1 to 3.6.1
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-xdist@v3.3.1...v3.6.1)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: django-import-export
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: django-jazzmin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: django-mptt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: django-qr-code
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: drf-spectacular
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: psycopg2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: bumpver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pylint-django
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pylint-runner
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: shellcheck-py
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: twine
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: sphinx-last-updated-by-git
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pytest-django
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest-icdiff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest-xdist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 25, 2024 07:18
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 25, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants