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 with 18 updates #496

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps the dependencies group with 18 updates:

Package From To
django 5.0.10 5.1.5
django-environ 0.11.2 0.12.0
psycopg2 2.9.9 2.9.10
django-celery-beat 2.6.0 2.7.0
whitenoise 6.7.0 6.8.2
boto3 1.35.53 1.35.99
attrs 24.2.0 24.3.0
sentry-sdk 2.19.2 2.20.0
google-api-python-client 2.156.0 2.159.0
google-auth 2.35.0 2.37.0
pytest 8.3.2 8.3.4
faker 33.1.0 33.3.1
ipython 8.26.0 8.31.0
django-debug-toolbar 4.4.6 5.0.1
django-stubs 5.1.1 5.1.2
boto3-stubs 1.35.90 1.35.99
ruff 0.5.2 0.9.1
pre-commit 3.8.0 4.0.1

Updates django from 5.0.10 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

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 psycopg2 from 2.9.9 to 2.9.10

Changelog

Sourced from psycopg2'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 django-celery-beat from 2.6.0 to 2.7.0

Release notes

Sourced from django-celery-beat's releases.

v2.7.0

What's Changed

dependabot pull requests

pre-commit.ci pull requests

New Contributors

Full Changelog: celery/django-celery-beat@v2.6.0...v2.7.0

Changelog

Sourced from django-celery-beat's changelog.

2.7.0

:release-date: 2024-08-21 :release-by: Christian Clauss (@​cclauss)

Added


- Add official support for Django 5.1 (:github_pr:`761`)
- Relax Django upper version to allow version 5.1 (:github_pr:`756`)
- Add ``PeriodicTaskInline`` to the schedule admin to showing tasks using the schedule (:github_pr:`743`)

Fixed

  • Fix display of long name day of week in admin (:github_pr:745)
  • Fix a few French translations (:github_pr:760)
  • Fix documentation about timezone changes (:github_pr:769)
  • Remove usages of deprecated setuptools API setuptools.command.test (:github_pr:771)
  • Clean up running of setup.py as it's deprecated (:github_pr:737)

Project infrastructure


- Automate PyPI release from GitHub actions using trusted publisher (:github_pr:`749`)
- Simplify logic for minimum Python requirement (:github_pr:`765`)
- Add Ruff to pre-commit config (:github_pr:`778`)

.. _version-2.6.0:

Commits
  • 39a2e3f Bump version: 2.6.0 → 2.7.0 (#790)
  • ee1f492 Update changelog for v2.7.0 (#783)
  • dd6f240 pre-commit autoupdate 2024-08-21 to fix PT001,PT023 (#789)
  • a5bd11d [pre-commit.ci] pre-commit autoupdate (#788)
  • 380f472 Added PeriodicTasks verbose name and it's zh_Hans translate (#719)
  • 433e513 [pre-commit.ci] pre-commit autoupdate (#784)
  • a87c9f6 Pre-commit: Add Python linter Ruff (#778)
  • fcc4ba7 [pre-commit.ci] pre-commit autoupdate (#779)
  • 475e257 README: Replace Travis CI badge with GitHub Actions badge (#776)
  • 247a583 [pre-commit.ci] pre-commit autoupdate (#777)
  • Additional commits viewable in compare view

Updates whitenoise from 6.7.0 to 6.8.2

Changelog

Sourced from whitenoise's changelog.

6.8.2 (2024-10-29)

  • Fix compression speed gains for the thread pool when running Django’s collectstatic. The thread pool had no effect due to use of a generator for the results, a refactoring introduced when reviewing the initial PR.

    Thanks to Petr Přikryl for the investigation and fix in PR [#616](https://github.com/evansd/whitenoise/issues/616) <https://github.com/evansd/whitenoise/pull/616>__.

6.8.1 (2024-10-28)

  • Raise any errors from threads in the whitenoise.compress command.

    Regression in 6.8.0. Thanks to Tom Grainger for the spotting this with a comment on PR [#484](https://github.com/evansd/whitenoise/issues/484) <https://github.com/evansd/whitenoise/pull/484#discussion_r1818989096>__.

6.8.0 (2024-10-28)

  • Drop Django 3.2 to 4.1 support.

  • Drop Python 3.8 support.

  • Support Python 3.13.

  • Fix a bug introduced in version 6.0.0 where Range requests could lead to database connection errors in other requests.

    Thanks to Per Myren for the detailed investigation and fix in PR [#612](https://github.com/evansd/whitenoise/issues/612) <https://github.com/evansd/whitenoise/pull/612>__.

  • Use Django’s |FORCE_SCRIPT_NAME|__ setting correctly. This reverts a change from version 5.3.0 that added a call to Django’s |get_script_prefix() method|__ outside of the request-response cycle.

    .. |FORCE_SCRIPT_NAME| replace:: FORCE_SCRIPT_NAME __ https://docs.djangoproject.com/en/stable/ref/settings/#std:setting-FORCE_SCRIPT_NAME

    .. |get_script_prefix() method| replace:: get_script_prefix() method __ https://docs.djangoproject.com/en/stable/ref/urlresolvers/#django.urls.get_script_prefix

    Thanks to Sarah Boyce in PR [#486](https://github.com/evansd/whitenoise/issues/486) <https://github.com/evansd/whitenoise/pull/486>__.

  • Compress files using a thread pool. This speeds up the compression step up to four times in benchmarks.

    Thanks to Anthony Ricaud in PR [#484](https://github.com/evansd/whitenoise/issues/484) <https://github.com/evansd/whitenoise/pull/484>__.

Commits

Updates boto3 from 1.35.53 to 1.35.99

Commits
  • 74405ee Merge branch 'release-1.35.99'
  • 9729dda Bumping version to 1.35.99
  • acd7ca9 Add changelog entries from botocore
  • 3902cc2 Merge branch 'release-1.35.98'
  • c48ac3d Merge branch 'release-1.35.98' into develop
  • 66657ad Bumping version to 1.35.98
  • 177fa3b Add changelog entries from botocore
  • 4673c59 Merge branch 'release-1.35.97'
  • 4088aef Merge branch 'release-1.35.97' into develop
  • 7b9ebbb Bumping version to 1.35.97
  • Additional commits viewable in compare view

Updates attrs from 24.2.0 to 24.3.0

Commits

Updates sentry-sdk from 2.19.2 to 2.20.0

Release notes

Sourced from sentry-sdk's releases.

2.20.0

Changelog

Sourced from sentry-sdk's changelog.

2.20.0

Commits

Updates google-api-python-client from 2.156.0 to 2.159.0

Release notes

Sourced from google-api-python-client's releases.

v2.159.0

2.159.0 (2025-01-14)

Features

Bug Fixes

v2.158.0

2.158.0 (2025-01-07)

Features

... (truncated)

Commits

Updates google-auth from 2.35.0 to 2.37.0

Release notes

Sourced from google-auth's releases.

v2.37.0

2.37.0 (2024-12-11)

Features

  • Allow users to use jwk keys for verifying ID token (#1641) (98c3ed9)

v2.36.1

2.36.1 (2024-11-08)

Bug Fixes

  • Improve user guide for Impersonation and SA (#1627) (656307d)

v2.36.0

2.36.0 (2024-10-30)

Features

  • IAM signblob retries (#1600) (484c8db)
  • Making iam endpoint universe-aware (#1604) (16c728d)
  • Support External Account Authorized User as a Source Credential for impersonated credentials in ADC (#1608) (875796c)

Bug Fixes

Changelog

Sourced from google-auth's changelog.

2.37.0 (2024-12-11)

Features

  • Allow users to use jwk keys for verifying ID token (#1641) (98c3ed9)

2.36.1 (2024-11-08)

Bug Fixes

  • Improve user guide for Impersonation and SA (#1627) (656307d)

2.36.0 (2024-10-30)

Features

  • IAM signblob retries (#1600) (484c8db)
  • Making iam endpoint universe-aware (#1604) (16c728d)
  • Support External Account Authorized User as a Source Credential for impersonated credentials in ADC (#1608) (875796c)

Bug Fixes

  • Adding default parameters to updated interfaces (#1622) (8cf1cb1)
  • Change universe_domain to universe-domain (#1613) (168fcc6)Description has been truncated

Bumps the dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `5.0.10` | `5.1.5` |
| [django-environ](https://github.com/joke2k/django-environ) | `0.11.2` | `0.12.0` |
| [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.10` |
| [django-celery-beat](https://github.com/celery/django-celery-beat) | `2.6.0` | `2.7.0` |
| [whitenoise](https://github.com/evansd/whitenoise) | `6.7.0` | `6.8.2` |
| [boto3](https://github.com/boto/boto3) | `1.35.53` | `1.35.99` |
| [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `24.3.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.19.2` | `2.20.0` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.156.0` | `2.159.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.35.0` | `2.37.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.4` |
| [faker](https://github.com/joke2k/faker) | `33.1.0` | `33.3.1` |
| [ipython](https://github.com/ipython/ipython) | `8.26.0` | `8.31.0` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `4.4.6` | `5.0.1` |
| [django-stubs](https://github.com/typeddjango/django-stubs) | `5.1.1` | `5.1.2` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.90` | `1.35.99` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.2` | `0.9.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` |


Updates `django` from 5.0.10 to 5.1.5
- [Commits](django/django@5.0.10...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](https://github.com/joke2k/django-environ/commits)

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

Updates `django-celery-beat` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/celery/django-celery-beat/releases)
- [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog)
- [Commits](celery/django-celery-beat@v2.6.0...v2.7.0)

Updates `whitenoise` from 6.7.0 to 6.8.2
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.7.0...6.8.2)

Updates `boto3` from 1.35.53 to 1.35.99
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.53...1.35.99)

Updates `attrs` from 24.2.0 to 24.3.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `sentry-sdk` 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 `google-api-python-client` from 2.156.0 to 2.159.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.156.0...v2.159.0)

Updates `google-auth` from 2.35.0 to 2.37.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.35.0...v2.37.0)

Updates `pytest` from 8.3.2 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.4)

Updates `faker` from 33.1.0 to 33.3.1
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v33.1.0...v33.3.1)

Updates `ipython` from 8.26.0 to 8.31.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.26.0...8.31.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-stubs` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](typeddjango/django-stubs@5.1.1...5.1.2)

Updates `boto3-stubs` from 1.35.90 to 1.35.99
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `ruff` from 0.5.2 to 0.9.1
- [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.5.2...0.9.1)

Updates `pre-commit` from 3.8.0 to 4.0.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.8.0...v4.0.1)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: django-environ
  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: django-celery-beat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: faker
  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: django-debug-toolbar
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: django-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: 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 Jan 15, 2025
@RadoRado RadoRado merged commit 6c3eaf3 into dependencies Jan 15, 2025
3 checks passed
@RadoRado RadoRado deleted the dependabot/pip/dependencies/dependencies-f3fa625c18 branch January 15, 2025 09:04
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.

1 participant