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(deps): bump the python-dependencies group across 1 directory with 19 updates #97

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the python-dependencies group with 19 updates in the / directory:

Package From To
pillow 11.0.0 11.1.0
hiredis 3.0.0 3.1.0
psycopg[pool] 3.2.3 3.2.4
django 5.1.4 5.1.5
django-environ 0.11.2 0.12.0
django-import-export 4.3.3 4.3.4
djangorestframework-simplejwt 5.3.1 5.4.0
collectfasta 3.2.0 3.2.1
sentry-sdk[django] 2.19.2 2.20.0
watchfiles 1.0.0 1.0.4
mypy 1.11.0 1.14.1
django-stubs[compatible-mypy] 5.0.4 5.1.2
djangorestframework-stubs[compatible-mypy] 3.15.1 3.15.2
ruff 0.8.2 0.9.4
coverage 7.6.9 7.6.10
djlint 1.36.3 1.36.4
pre-commit 4.0.1 4.1.0
django-debug-toolbar 4.4.6 5.0.1
django-silk 5.3.1 5.3.2

Updates pillow from 11.0.0 to 11.1.0

Release notes

Sourced from pillow's releases.

11.1.0

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

Documentation

Dependencies

Testing

... (truncated)

Changelog

Sourced from pillow's changelog.

11.1.0 and newer

See GitHub Releases:

Commits

Updates hiredis from 3.0.0 to 3.1.0

Release notes

Sourced from hiredis's releases.

3.1.0

Changes

  • Update Python 3.13 compatibility (#199)

Contributors

We'd like to thank all the contributors who worked on this release!

@​DeD1rk

Commits

Updates psycopg[pool] from 3.2.3 to 3.2.4

Changelog

Sourced from psycopg[pool]'s changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Python 3.3.0 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Drop support for Python 3.8.

Current release

Psycopg 3.2.4 ^^^^^^^^^^^^^

  • Don't lose notifies received whilst the ~Connection.notifies() iterator is not running (:ticket:[#962](https://github.com/psycopg/psycopg/issues/962)).
  • Make sure that the notifies callback is called during the use of the ~Connection.notifies() generator (:ticket:[#972](https://github.com/psycopg/psycopg/issues/972)).
  • Raise the correct error returned by the database (such as !AdminShutdown or !IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection (:ticket:[#988](https://github.com/psycopg/psycopg/issues/988)).
  • Build macOS dependencies from sources instead using the Homebrew versions in order to avoid problems with MACOSX_DEPLOYMENT_TARGET (:ticket:[#858](https://github.com/psycopg/psycopg/issues/858)).
  • Bump libpq to 17.2 in Linux and macOS binary packages.
  • Bump libpq to 16.4 in Windows binary packages, using the vcpkg library__ (:ticket:[#966](https://github.com/psycopg/psycopg/issues/966)).

.. __: https://vcpkg.io/en/package/libpq

Psycopg 3.2.3 ^^^^^^^^^^^^^

  • Release binary packages including PostgreSQL 17 libpq (:ticket:[#852](https://github.com/psycopg/psycopg/issues/852)).

Psycopg 3.2.2 ^^^^^^^^^^^^^

... (truncated)

Commits
  • c2c4ba2 chore: bump psycopg package version to 3.2.4
  • d959f8d docs: mention the binary packages changes in news file
  • 730c23c chore(binary): bump libpq to 17.2
  • 5f9d196 chore(binary): bump OpenSSL to 3.4.0
  • e9188ed Merge branch 'build-libpq-macos-3.2' into maint-3.2
  • e19a258 ci(binary): less verbose libpq build
  • 89f3f82 ci(macos): drop Python 3.8 build on macOS arm64
  • bdba767 ci(macos): build libpq instead of using Homebrew libraries
  • 06ae213 refactor: don't keep the notifiers backlog handler in the connection state
  • 0f7005b Merge branch 'fix-clobbered-error-on-disconnect-3.2' into maint-3.2
  • Additional commits viewable in compare view

Updates django from 5.1.4 to 5.1.5

Commits
  • 3d3d7f5 [5.1.x] Bumped version for 5.1.5 release.
  • 4806731 [5.1.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
  • d6749de [5.1.x] Made cosmetic edits to 5.1.5 release notes.
  • b325864 [5.1.x] Fixed #36077 -- Corrected docs on pk value where Model.save() execute...
  • 8d81c47 [5.1.x] Fixed #35999 -- Removed #django IRC channel references where appropri...
  • 6b9d5ac [5.1.x] Strengthened wording on supported Python versions in FAQ.
  • 0966cc7 [5.1.x] Added stub release notes and release date for 5.1.5, 5.0.11, and 4.2.18.
  • 638547b [5.1.x] Fixed typo in tutorial 5.
  • 2ee6ca6 [5.1.x] Fixed #34856 -- Fixed references to index_together in historical migr...
  • 85c3550 [5.1.x] Refs #27236 -- Removed references to index_together from ModelState.f...
  • Additional commits viewable in compare view

Updates django-environ from 0.11.2 to 0.12.0

Release notes

Sourced from django-environ's releases.

v0.12.0

Fixed Include prefix in the ImproperlyConfigured error message #513.

Added Add support for Python 3.12 and 3.13 #538.

Add support for Django 5.1 #535.

Add support for Django CockroachDB driver #509.

Add support for Django Channels #266.

Changed Disabled inline comments handling by default due to potential side effects. While the feature itself is useful, the project’s philosophy dictates that it should not be enabled by default for all users #499.

Removed Removed support of Python 3.6, 3.7 and 3.8 #538.

Removed support of Django 1.x. #538.

Changelog

Sourced from django-environ's changelog.

v0.12.0_ - 8-November-2024

Fixed +++++

  • Include prefix in the ImproperlyConfigured error message [#513](https://github.com/joke2k/django-environ/issues/513) <https://github.com/joke2k/django-environ/issues/513>_.

Added +++++

  • Add support for Python 3.12 and 3.13 [#538](https://github.com/joke2k/django-environ/issues/538) <https://github.com/joke2k/django-environ/issues/538>_.
  • Add support for Django 5.1 [#535](https://github.com/joke2k/django-environ/issues/535) <https://github.com/joke2k/django-environ/issues/535>_.
  • Add support for Django CockroachDB driver [#509](https://github.com/joke2k/django-environ/issues/509) <https://github.com/joke2k/django-environ/issues/509>_.
  • Add support for Django Channels [#266](https://github.com/joke2k/django-environ/issues/266) <https://github.com/joke2k/django-environ/issues/266>_.

Changed +++++++

  • Disabled inline comments handling by default due to potential side effects. While the feature itself is useful, the project's philosophy dictates that it should not be enabled by default for all users [#499](https://github.com/joke2k/django-environ/issues/499) <https://github.com/joke2k/django-environ/issues/499>_.

Removed +++++++

  • Removed support of Python 3.6, 3.7 and 3.8 [#538](https://github.com/joke2k/django-environ/issues/538) <https://github.com/joke2k/django-environ/issues/538>_.
  • Removed support of Django 1.x. [#538](https://github.com/joke2k/django-environ/issues/538) <https://github.com/joke2k/django-environ/issues/538>_.
Commits

Updates django-import-export from 4.3.3 to 4.3.4

Release notes

Sourced from django-import-export's releases.

4.3.4

Changelog

Sourced from django-import-export's changelog.

4.3.4 (2025-01-15)

  • Handle QuerySets called with values() on export (2011 <https://github.com/django-import-export/django-import-export/issues/2011>_)
Commits
  • b7618f4 updated changelog
  • fd43521 [pre-commit.ci] pre-commit autoupdate (#2024)
  • 226a883 Update choose_import_resource_class description of BaseImportMixin in mixins....
  • dcd15bf Added the ability to use datasets created from queryset.values() (#2011)
  • feda368 [pre-commit.ci] pre-commit autoupdate (#2015)
  • dba76ea Use stacklevel=2 for declarative field warning (#2016)
  • See full diff in compare view

Updates djangorestframework-simplejwt from 5.3.1 to 5.4.0

Release notes

Sourced from djangorestframework-simplejwt's releases.

5.4.0

Full Changelog: jazzband/djangorestframework-simplejwt@v5.3.1...v5.4.0

Changelog

Sourced from djangorestframework-simplejwt's changelog.

5.4.0

Commits
  • 7637f31 Update locale (#844)
  • 3a3e28f Bump actions/setup-python from 2 to 5 (#849)
  • 7f692a1 Setup Dependabot Config (#845)
  • c8f4910 Bump version to 5.4.0 (#842)
  • 7f300a2 Drop Django <4.2, DRF <3.14, Python <3.9 (#839)
  • 59ae4b6 fix: Add support for EdDSA and other algorithms in jwt.algorithms.requires_cr...
  • c6b428d Added additional explanation for TokenVerifyView (#833)
  • 9911c85 Add option to allow inactive user authentication and token generation (#834)
  • 79a0d52 Fix: Disable refresh token for inactive user. (#814)
  • d66d246 Fix the None value of the outstanding token of the blacklist (#806)
  • Additional commits viewable in compare view

Updates collectfasta from 3.2.0 to 3.2.1

Release notes

Sourced from collectfasta's releases.

3.2.1

What's Changed

Full Changelog: jasongi/collectfasta@3.2.0...3.2.1

Changelog

Sourced from collectfasta's changelog.

3.2.1

  • change minimum django-storages version
  • support for Django 5.1 and python 3.13
Commits
  • 3f8d01c Merge pull request #6 from jasongi/issue/5-django-storage-and-python-versions
  • 609134e Merge pull request #4 from jasongi/2-fix-s3-prefix
  • See full diff in compare view

Updates sentry-sdk[django] from 2.19.2 to 2.20.0

Release notes

Sourced from sentry-sdk[django]'s releases.

2.20.0

Changelog

Sourced from sentry-sdk[django]'s changelog.

2.20.0

Commits

Updates watchfiles from 1.0.0 to 1.0.4

Release notes

Sourced from watchfiles's releases.

v1.0.4 2025-01-10

What's Changed

New Contributors

Full Changelog: samuelcolvin/watchfiles@v1.0.3...v1.0.4

v1.0.3 2024-12-10

try to fix docs deploy

946a29616ef555b313249b51038ff1b51e2e97ec

Full Changelog: samuelcolvin/watchfiles@v1.0.2...v1.0.3

v1.0.2 2024-12-10

Fix PyPI asset upload from v1.0.1.

Full Changelog: samuelcolvin/watchfiles@v1.0.1...v1.0.2

v1.0.1 2024-12-10

What's Changed

New Contributors

Full Changelog: samuelcolvin/watchfiles@v1.0.0...v1.0.1

Commits

Updates mypy from 1.11.0 to 1.14.1

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Performance improvements

Mypy may be 5-30% faster. This improvement comes largely from tuning the performance of the garbage collector.

Contributed by Jukka Lehtosalo (PR 18306).

Mypyc accelerated mypy wheels for aarch64

Mypy can compile itself to C extension modules using mypyc. This makes mypy 3-5x faster than if mypy is interpreted with pure Python. We now build and upload mypyc accelerated mypy wheels for manylinux_aarch64 to PyPI, making it easy for users on such platforms to realise this speedup.

Contributed by Christian Bundy and Marc Mueller (PR mypy_mypyc-wheels#76, PR mypy_mypyc-wheels#89).

--strict-bytes

By default, mypy treats an annotation of bytes as permitting bytearray and memoryview. PEP 688 specified the removal of this special case. Use this flag to disable this behavior. --strict-bytes will be enabled by default in mypy 2.0.

Contributed by Ali Hamdan (PR 18137) and Shantanu Jain (PR 13952).

Improvements to reachability analysis and partial type handling in loops

This change results in mypy better modelling control flow within loops and hence detecting several issues it previously did not detect. In some cases, this change may require use of an additional explicit annotation of a variable.

Contributed by Christoph Tyralla (PR 18180, PR).

(Speaking of partial types, another reminder that mypy plans on enabling --local-partial-types by default in mypy 2.0).

Better discovery of configuration files

Mypy will now walk up the filesystem (up until a repository or file system root) to discover configuration files. See the mypy configuration file documentation for more details.

... (truncated)

Commits

Updates django-stubs[compatible-mypy] from 5.0.4 to 5.1.2

Release notes

Sourced from django-stubs[compatible-mypy]'s releases.

5.1.2

What's Changed

…h 19 updates

Bumps the python-dependencies group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pillow](https://github.com/python-pillow/Pillow) | `11.0.0` | `11.1.0` |
| [hiredis](https://github.com/redis/hiredis-py) | `3.0.0` | `3.1.0` |
| [psycopg[pool]](https://github.com/psycopg/psycopg) | `3.2.3` | `3.2.4` |
| [django](https://github.com/django/django) | `5.1.4` | `5.1.5` |
| [django-environ](https://github.com/joke2k/django-environ) | `0.11.2` | `0.12.0` |
| [django-import-export](https://github.com/django-import-export/django-import-export) | `4.3.3` | `4.3.4` |
| [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) | `5.3.1` | `5.4.0` |
| [collectfasta](https://github.com/jasongi/collectfasta) | `3.2.0` | `3.2.1` |
| [sentry-sdk[django]](https://github.com/getsentry/sentry-python) | `2.19.2` | `2.20.0` |
| [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.0.0` | `1.0.4` |
| [mypy](https://github.com/python/mypy) | `1.11.0` | `1.14.1` |
| [django-stubs[compatible-mypy]](https://github.com/typeddjango/django-stubs) | `5.0.4` | `5.1.2` |
| [djangorestframework-stubs[compatible-mypy]](https://github.com/typeddjango/djangorestframework-stubs) | `3.15.1` | `3.15.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.2` | `0.9.4` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.9` | `7.6.10` |
| [djlint](https://github.com/djlint/djLint) | `1.36.3` | `1.36.4` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `4.4.6` | `5.0.1` |
| [django-silk](https://github.com/jazzband/django-silk) | `5.3.1` | `5.3.2` |



Updates `pillow` from 11.0.0 to 11.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@11.0.0...11.1.0)

Updates `hiredis` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/redis/hiredis-py/releases)
- [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md)
- [Commits](redis/hiredis-py@v3.0.0...v3.1.0)

Updates `psycopg[pool]` from 3.2.3 to 3.2.4
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.3...3.2.4)

Updates `django` from 5.1.4 to 5.1.5
- [Commits](django/django@5.1.4...5.1.5)

Updates `django-environ` from 0.11.2 to 0.12.0
- [Release notes](https://github.com/joke2k/django-environ/releases)
- [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst)
- [Commits](joke2k/django-environ@v0.11.2...v0.12.0)

Updates `django-import-export` from 4.3.3 to 4.3.4
- [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@4.3.3...4.3.4)

Updates `djangorestframework-simplejwt` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases)
- [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md)
- [Commits](jazzband/djangorestframework-simplejwt@v5.3.1...v5.4.0)

Updates `collectfasta` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/jasongi/collectfasta/releases)
- [Changelog](https://github.com/jasongi/collectfasta/blob/master/CHANGELOG.md)
- [Commits](jasongi/collectfasta@3.2.0...3.2.1)

Updates `sentry-sdk[django]` from 2.19.2 to 2.20.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@2.19.2...2.20.0)

Updates `watchfiles` from 1.0.0 to 1.0.4
- [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
- [Commits](samuelcolvin/watchfiles@v1.0.0...v1.0.4)

Updates `mypy` from 1.11.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11...v1.14.1)

Updates `django-stubs[compatible-mypy]` from 5.0.4 to 5.1.2
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](typeddjango/django-stubs@5.0.4...5.1.2)

Updates `djangorestframework-stubs[compatible-mypy]` from 3.15.1 to 3.15.2
- [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases)
- [Commits](typeddjango/djangorestframework-stubs@3.15.1...3.15.2)

Updates `ruff` from 0.8.2 to 0.9.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.2...0.9.4)

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

Updates `djlint` from 1.36.3 to 1.36.4
- [Release notes](https://github.com/djlint/djLint/releases)
- [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md)
- [Commits](djlint/djLint@v1.36.3...v1.36.4)

Updates `pre-commit` from 4.0.1 to 4.1.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@v4.0.1...v4.1.0)

Updates `django-debug-toolbar` from 4.4.6 to 5.0.1
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@4.4.6...5.0.1)

Updates `django-silk` from 5.3.1 to 5.3.2
- [Release notes](https://github.com/jazzband/django-silk/releases)
- [Changelog](https://github.com/jazzband/django-silk/blob/master/CHANGELOG.md)
- [Commits](jazzband/django-silk@5.3.1...5.3.2)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: hiredis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: psycopg[pool]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: django-environ
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: django-import-export
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: djangorestframework-simplejwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: collectfasta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: sentry-sdk[django]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: watchfiles
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: django-stubs[compatible-mypy]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: djangorestframework-stubs[compatible-mypy]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: djlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: django-debug-toolbar
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: django-silk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2025
Copy link
Author

dependabot bot commented on behalf of github Feb 20, 2025

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

@dependabot dependabot bot closed this Feb 20, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-54b388543a branch February 20, 2025 18:51
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