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

Deps: Bump the python-packages group with 15 updates #829

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps the python-packages group with 15 updates:

Package From To
django 2.2.28 4.2.6
djangorestframework 3.11.2 3.14.0
weasyprint 59.0 60.1
rope 1.9.0 1.10.0
sentry-sdk 1.31.0 1.32.0
pylint 2.17.5 2.17.7
cffi 1.15.1 1.16.0
charset-normalizer 3.2.0 3.3.0
coverage 7.3.1 7.3.2
fonttools 4.42.1 4.43.1
packaging 23.1 23.2
pillow 10.0.1 10.1.0
platformdirs 3.10.0 3.11.0
pytoolconfig 1.2.5 1.2.6
rich 13.5.3 13.6.0

Updates django from 2.2.28 to 4.2.6

Commits
  • c22017b [4.2.x] Bumped version for 4.2.6 release.
  • be9c27c [4.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text....
  • 39fc3f4 [4.2.x] Added stub release notes and release date for 4.2.6, 4.1.12, and 3.2.22.
  • dd0bf63 [4.2.x] Added warning about flatpages and untrusted users.
  • fec4ed0 [4.2.x] Refs #34320 -- Skipped SchemaTests.test_rename_field_with_check_to_tr...
  • a148461 [4.2.x] Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
  • b08f53f [4.2.x] Refs #34808 -- Doc'd that aggregation functions on empty groups can r...
  • c70f08c [4.2.x] Added updating the Django release process on Trac to release steps.
  • d485aa2 [4.2.x] Fixed typo in docs/howto/custom-file-storage.txt.
  • ff26e6a [4.2.x] Corrected QuerySet.prefetch_related() note about GenericRelation().
  • Additional commits viewable in compare view

Updates djangorestframework from 3.11.2 to 3.14.0

Release notes

Sourced from djangorestframework's releases.

Version 3.14.0

  • Django 2.2 is no longer supported. #8662
  • Django 4.1 compatibility. #8591
  • Add --api-version CLI option to generateschema management command. #8663
  • Enforce is_valid(raise_exception=False) as a keyword-only argument. #7952
  • Stop calling set_context on Validators. #8589
  • Return NotImplemented from ErrorDetails.__ne__. #8538
  • Don't evaluate DateTimeField.default_timezone when a custom timezone is set. #8531
  • Make relative URLs clickable in Browseable API. #8464
  • Support ManyRelatedField falling back to the default value when the attribute specified by dot notation doesn't exist. Matches ManyRelatedField.get_attribute to Field.get_attribute. #7574
  • Make schemas.openapi.get_reference public. #7515
  • Make ReturnDict support dict union operators on Python 3.9 and later. #8302
  • Update throttling to check if request.user is set before checking if the user is authenticated. #8370

Version 3.13.1

  • Revert schema naming changes with function based @api_view. #8297

Version 3.13.0

  • Django 4.0 compatability. #8178
  • Add max_length and min_length options to ListSerializer. #8165
  • Add get_request_serializer and get_response_serializer hooks to AutoSchema. #7424
  • Fix OpenAPI representation of null-able read only fields. #8116
  • Respect UNICODE_JSON setting in API schema outputs. #7991
  • Fix for RemoteUserAuthentication. #7158
  • Make Field constructors keyword-only. #7632

3.12.4

No release notes provided.

Commits

Updates weasyprint from 59.0 to 60.1

Release notes

Sourced from weasyprint's releases.

v60.1

Bug fixes

  • #1973: Fix crash caused by wrong UTF-8 indices

Contributors

  • Guillaume Ayoub

Backers and sponsors

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Manuel Barkhau
  • SimonSoft
  • Menutech
  • KontextWork
  • NCC Group
  • René Fritz
  • Nicola Auchmuty
  • Syslifters
  • Hammerbacher
  • TrainingSparkle
  • Daniel Kucharski
  • Healthchecks.io
  • Yanal-Yvez Fargialla
  • WakaTime
  • Paheko
  • Synapsium
  • DocRaptor

v60.0

Read about this release on our blog.

New features

  • #1903: Print form fields
  • #1922: Add support for textLength and lengthAdjust in SVG text elements
  • #1965: Handle <wbr> tag
  • #1970: Handle y offset of glyphs
  • #1909: Add a --timeout option

Bug fixes

  • #1887: Fix footnote-call displayed incorrectly for some fonts
  • #1890: Fix page-margin boxes layout algorithm
  • #1908: Fix IndexError when rendering PDF version 1.4
  • #1906: Apply text transformations to first-letter pseudo elements
  • #1915: Avoid footnote appearing before its call

... (truncated)

Changelog

Sourced from weasyprint's changelog.

Version 60.1

Released on 2023-09-29.

Bug fixes:

  • [#1973](https://github.com/Kozea/WeasyPrint/issues/1973) <https://github.com/Kozea/WeasyPrint/issues/1973>_: Fix crash caused by wrong UTF-8 indices

Contributors:

  • Guillaume Ayoub

Backers and sponsors:

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Manuel Barkhau
  • SimonSoft
  • Menutech
  • KontextWork
  • NCC Group
  • René Fritz
  • Nicola Auchmuty
  • Syslifters
  • Hammerbacher
  • TrainingSparkle
  • Daniel Kucharski
  • Healthchecks.io
  • Yanal-Yvez Fargialla
  • WakaTime
  • Paheko
  • Synapsium
  • DocRaptor

Version 60.0

Released on 2023-09-25.

New features:

  • [#1903](https://github.com/Kozea/WeasyPrint/issues/1903) <https://github.com/Kozea/WeasyPrint/issues/1903>_: Print form fields
  • [#1922](https://github.com/Kozea/WeasyPrint/issues/1922) <https://github.com/Kozea/WeasyPrint/pull/1922>_: Add support for textLength and lengthAdjust in SVG text elements
  • [#1965](https://github.com/Kozea/WeasyPrint/issues/1965) <https://github.com/Kozea/WeasyPrint/issues/1965>_:

... (truncated)

Commits

Updates rope from 1.9.0 to 1.10.0

Changelog

Sourced from rope's changelog.

Release 1.10.0

  • #708, #709 Add support for Python 3.12
Commits
  • a5fa15b Update CHANGELOG.md
  • 0bee51e Bump version
  • ef3613b Black
  • 00e937c Add build.os key to .readthedocs.yaml
  • 3049f35 Update .readthedocs.yaml to use build.tools.python key
  • 68630e3 Update readthedocs to use Python 3.11
  • cd34ac5 Update current year to 2023
  • 11316ec Replace pkg_resources to use importlib
  • c4c77d5 Fix deprecation warnings
  • 677111a Merge pull request #709 from python-rope/lieryan-py312
  • Additional commits viewable in compare view

Updates sentry-sdk from 1.31.0 to 1.32.0

Release notes

Sourced from sentry-sdk's releases.

1.32.0

Various fixes & improvements

  • New: Error monitoring for some of the most popular Python GraphQL libraries:

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

1.32.0

Various fixes & improvements

  • New: Error monitoring for some of the most popular Python GraphQL libraries:

... (truncated)

Commits

Updates pylint from 2.17.5 to 2.17.7

Commits

Updates cffi from 1.15.1 to 1.16.0

Release notes

Sourced from cffi's releases.

v1.16.0

  • Add support for Python 3.12. With the removal of distutils from Python 3.12, projects using CFFI features that depend on distutils at runtime must add a dependency on setuptools to function under Python 3.12+. CFFI does not declare a runtime setuptools requirement to avoid an unnecessary dependency for projects that do not require it.
  • Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
  • Add support for PEP517 builds; setuptools is now a required build dependency.
  • Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels.
  • Move project source under src/; a more standard layout that also enables CI to more easily catch packaging errors.

v1.16.0rc2

  • Fix packaging issue in v1.16.0rc1.
  • Rearrange project sources (src/ layout) so packaging tests can properly detect similar issues in the future.

Full Changelog: python-cffi/cffi@v1.16.0rc1...v1.16.0rc2

v1.16.0rc1

  • Add support for Python 3.12. With the removal of distutils from Python 3.12, projects using CFFI features that depend on distutils at runtime must add a dependency on setuptools to function under Python 3.12+. CFFI does not declare a runtime setuptools requirement to avoid an unnecessary dependency for projects that do not require it.
  • Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
  • Move project home to python-cffi/cffi on GitHub.
  • Add support for PEP517 builds; setuptools is now a required build dependency.
  • Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels.
  • Add missing calls to PyObject_GC_UnTrack to avoid ResourceWarning 15c4b71d5e3f2295c0e4773e99b23ac751e02534
Commits

Updates charset-normalizer from 3.2.0 to 3.3.0

Release notes

Sourced from charset-normalizer's releases.

Release 3.3.0

3.3.0 (2023-09-30)

Added

  • Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli or python -m charset_normalizer
  • Support for 9 forgotten encodings that are supported by Python but unlisted in encoding.aliases as they have no alias (#323)

Removed

  • (internal) Redundant utils.is_ascii function and unused function is_private_use_only
  • (internal) charset_normalizer.assets is moved inside charset_normalizer.constant

Changed

  • (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection
  • Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.8

Fixed

  • Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#350)
Changelog

Sourced from charset-normalizer's changelog.

3.3.0 (2023-09-30)

Added

  • Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli or python -m charset_normalizer
  • Support for 9 forgotten encoding that are supported by Python but unlisted in encoding.aliases as they have no alias (#323)

Removed

  • (internal) Redundant utils.is_ascii function and unused function is_private_use_only
  • (internal) charset_normalizer.assets is moved inside charset_normalizer.constant

Changed

  • (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection
  • Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.7

Fixed

  • Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#350)
Commits
  • 165211a 🔖 Release 3.3.0 (#353)
  • 5aed9a4 🐛 Fix unreachable code in the sorting algorithm of CharsetMatch (#352)
  • 061a71b ⬆️ Bump actions/checkout from 4.0.0 to 4.1.0 (#348)
  • 88df580 ⬆️ Bump github/codeql-action from 2.21.7 to 2.21.9 (#351)
  • aa0234b ⬆️ Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 (#349)
  • 58f69f7 ⬆️ Bump github/codeql-action from 2.21.5 to 2.21.7 (#345)
  • e7c2d8e ⬆️ Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#346)
  • 5abf47f ⬆️ Bump pytest from 7.4.1 to 7.4.2 (#342)
  • 50a138e ⬆️ Bump actions/checkout from 3.6.0 to 4.0.0 (#343)
  • 5da7047 ⬆️ Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#344)
  • Additional commits viewable in compare view

Updates coverage from 7.3.1 to 7.3.2

Changelog

Sourced from coverage's changelog.

Version 7.3.2 — 2023-10-02

  • The coverage lcov command ignored the [report] exclude_lines and [report] exclude_also settings (issue 1684). This is now fixed, thanks Jacqueline Lee <pull 1685_>.

  • Sometimes SQLite will create journal files alongside the coverage.py database files. These are ephemeral, but could be mistakenly included when combining data files. Now they are always ignored, fixing issue 1605_. Thanks to Brad Smith for suggesting fixes and providing detailed debugging.

  • On Python 3.12+, we now disable SQLite writing journal files, which should be a little faster.

  • The new 3.12 soft keyword type is properly bolded in HTML reports.

  • Removed the "fullcoverage" feature used by CPython to measure the coverage of early-imported standard library modules. CPython stopped using it <88054_>_ in 2021, and it stopped working completely in Python 3.13.

.. _issue 1605: nedbat/coveragepy#1605 .. _issue 1684: nedbat/coveragepy#1684 .. _pull 1685: nedbat/coveragepy#1685 .. _88054: python/cpython#88054

.. _changes_7-3-1:

Commits
  • a316513 build: fix the pypy wheel arguments
  • 7ec2c62 docs: sample HTML for 7.3.2
  • ffd954f docs: prep for 7.3.2
  • 1ea3907 refactor: don't access frame structs directly
  • 7b8dec9 feat!: remove fullcoverage, it doesn't work in 3.13
  • 1040bce refactor: remove unused interned strings
  • 9ab9e0c fix: 3.12 soft keyword type is bolded in HTML
  • 8624ce9 fix: really turn off SQLite journal files on 3.12+
  • 604aafa chore: make upgrade
  • 7c25ba0 fix: don't combine journal files. #1605
  • Additional commits viewable in compare view

Updates fonttools from 4.42.1 to 4.43.1

Release notes

Sourced from fonttools's releases.

4.43.1

  • [EBDT] Fixed TypeError exception in _reverseBytes method triggered when dumping some bitmap fonts with ttx -z bitwise option (#3162).
  • [v/hhea] Fixed UnboundLocalError exception in recalc method when no vmtx or hmtx tables are present (#3290).
  • [bezierTools] Fixed incorrectly typed cython local variable leading to TypeError when calling calcQuadraticArcLength (#3288).
  • [feaLib/otlLib] Better error message when building Coverage table with missing glyph (#3286).

4.43.0

  • [subset] Set up lxml XMLParser(resolve_entities=False) when parsing OT-SVG documents to prevent XML External Entity (XXE) attacks (9f61271dc): https://codeql.github.com/codeql-query-help/python/py-xxe/
  • [varLib.iup] Added workaround for a Cython bug in iup_delta_optimize that was leading to IUP tolerance being incorrectly initialised, resulting in sub-optimal deltas (60126435d, cython/cython#5732).
  • [varLib] Added new command-line entry point fonttools varLib.avar to add an avar table to an existing VF from axes mappings in a .designspace file (0a3360e52).
  • [instancer] Fixed bug whereby no longer used variation regions were not correctly pruned after VarData optimization (#3268).
  • Added support for Python 3.12 (#3283).
Changelog

Sourced from fonttools's changelog.

4.43.1 (released 2023-10-06)

  • [EBDT] Fixed TypeError exception in _reverseBytes method triggered when dumping some bitmap fonts with ttx -z bitwise option (#3162).
  • [v/hhea] Fixed UnboundLocalError exception in recalc method when no vmtx or hmtx tables are present (#3290).
  • [bezierTools] Fixed incorrectly typed cython local variable leading to TypeError when calling calcQuadraticArcLength (#3288).
  • [feaLib/otlLib] Better error message when building Coverage table with missing glyph (#3286).

4.43.0 (released 2023-09-29)

  • [subset] Set up lxml XMLParser(resolve_entities=False) when parsing OT-SVG documents to prevent XML External Entity (XXE) attacks (9f61271dc): https://codeql.github.com/codeql-query-help/python/py-xxe/
  • [varLib.iup] Added workaround for a Cython bug in iup_delta_optimize that was leading to IUP tolerance being incorrectly initialised, resulting in sub-optimal deltas (60126435d, cython/cython#5732).
  • [varLib] Added new command-line entry point fonttools varLib.avar to add an avar table to an existing VF from axes mappings in a .designspace file (0a3360e52).
  • [instancer] Fixed bug whereby no longer used variation regions were not correctly pruned after VarData optimization (#3268).
  • Added support for Python 3.12 (#3283).
Commits
  • f8857f6 Release 4.43.1
  • bfd5e56 Update changelog [skip ci]
  • 5c8bce1 Merge pull request #3162 from robhagemans/bugfix-ebdt-reversebytes
  • 6288e9e Merge pull request #3290 from fonttools/vhhea-without-vhmtx
  • 442576f Fix UnbouldLocalError and let {h,v}hea be no-op when no {v,h}mtx is present
  • 4e2f80c Merge pull request #3288 from fonttools/fix-calc-quadratic-arc-length
  • 21dea1e fix incorrectly typed cython local variable
  • c5295d2 Better OTL builder errors (#3286)
  • 05dc231 Create SECURITY.md
  • f95105b Bump version: 4.43.0 → 4.43.1.dev0
  • Additional commits viewable in compare view

Updates packaging from 23.1 to 23.2

Release notes

Sourced from packaging's releases.

23.2

What's Changed

New Contributors

Full Changelog: pypa/packaging@23.1...23.2

Changelog

Sourced from packaging's changelog.

23.2 - 2023-10-01


* Document calendar-based versioning scheme (:issue:`716`)
* Enforce that the entire marker string is parsed (:issue:`687`)
* Requirement parsing no longer automatically validates the URL (:issue:`120`)
* Canonicalize names for requirements comparison (:issue:`644`)
* Introduce ``metadata.Metadata`` (along with ``metadata.ExceptionGroup`` and ``metadata.InvalidMetadata``; :issue:`570`)
* Introduce the ``validate`` keyword parameter to ``utils.validate_name()`` (:issue:`570`)
* Introduce ``utils.is_normalized_name()`` (:issue:`570`)
* Make ``utils.parse_sdist_filename()`` and ``utils.parse_wheel_filename()``
  raise ``InvalidSdistFilename`` and ``InvalidWheelFilename``, respectively,
  when the version component of the name is invalid
Commits
  • b3a5d7d Bump for release
  • d7ce40d Fix code blocks in CHANGELOG.md (#724)
  • 524b701 parse_{sdist,wheel}_filename: don't raise InvalidVersion (#721)
  • b509bef Typing annotations fixed (#723)
  • 0206c39 Bump pip version to avoid known vulnerabilities (#720)
  • 7023537 fix: Update copyright date for docs (#713)
  • 39786bb Document use of calendar-based versioning scheme (#717)
  • c1346df fix: Detect when a platform is 32-bit more accurately (#711)
  • 7e68d82 Correct rST syntax in CHANGELOG.rst (#709)
  • 61e6efb Support enriched metadata in packaging.metadata (#686)
  • Additional commits viewable in compare view

Updates pillow from 10.0.1 to 10.1.0

Release notes

Sourced from pillow's releases.

10.1.0

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

Changes

Bumps the python-packages group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `2.2.28` | `4.2.6` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.11.2` | `3.14.0` |
| [weasyprint](https://github.com/Kozea/WeasyPrint) | `59.0` | `60.1` |
| [rope](https://github.com/python-rope/rope) | `1.9.0` | `1.10.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.31.0` | `1.32.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `2.17.5` | `2.17.7` |
| [cffi](https://github.com/python-cffi/cffi) | `1.15.1` | `1.16.0` |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.2.0` | `3.3.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.3.1` | `7.3.2` |
| [fonttools](https://github.com/fonttools/fonttools) | `4.42.1` | `4.43.1` |
| [packaging](https://github.com/pypa/packaging) | `23.1` | `23.2` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.0.1` | `10.1.0` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `3.10.0` | `3.11.0` |
| [pytoolconfig](https://github.com/bageljrkhanofemus/pytoolconfig) | `1.2.5` | `1.2.6` |
| [rich](https://github.com/Textualize/rich) | `13.5.3` | `13.6.0` |


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

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

Updates `weasyprint` from 59.0 to 60.1
- [Release notes](https://github.com/Kozea/WeasyPrint/releases)
- [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst)
- [Commits](Kozea/WeasyPrint@v59.0...v60.1)

Updates `rope` from 1.9.0 to 1.10.0
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](python-rope/rope@1.9.0...1.10.0)

Updates `sentry-sdk` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.31.0...1.32.0)

Updates `pylint` from 2.17.5 to 2.17.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.5...v2.17.7)

Updates `cffi` from 1.15.1 to 1.16.0
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.15.1...v1.16.0)

Updates `charset-normalizer` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.2.0...3.3.0)

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

Updates `fonttools` from 4.42.1 to 4.43.1
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.42.1...4.43.1)

Updates `packaging` from 23.1 to 23.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.1...23.2)

Updates `pillow` from 10.0.1 to 10.1.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.1.0)

Updates `platformdirs` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@3.10.0...3.11.0)

Updates `pytoolconfig` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/bageljrkhanofemus/pytoolconfig/releases)
- [Commits](bagel897/pytoolconfig@v1.2.5...v1.2.6)

Updates `rich` from 13.5.3 to 13.6.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.5.3...v13.6.0)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: rope
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: cffi
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: charset-normalizer
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: coverage
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: fonttools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: packaging
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pillow
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: platformdirs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytoolconfig
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: rich
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 16, 2023 05:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 16, 2023
@greenbonebot greenbonebot enabled auto-merge (squash) October 16, 2023 05:01
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #829 (9dbf98a) into main (f312b04) will increase coverage by 0.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #829      +/-   ##
==========================================
+ Coverage   88.58%   88.65%   +0.07%     
==========================================
  Files          35       35              
  Lines        1331     1331              
==========================================
+ Hits         1179     1180       +1     
+ Misses        152      151       -1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 23, 2023
auto-merge was automatically disabled October 23, 2023 04:29

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/main/python-packages-42c0b543fc branch October 23, 2023 04:29
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.

0 participants