codicoop / boilerplate_django

Plantilla pels nous projectes web amb Django.
GNU General Public License v3.0
0 stars 0 forks source link

Bump the python-dependencies group with 18 updates #88

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps the python-dependencies group with 18 updates:

Package From To
django 4.2.3 4.2.6
django-environ 0.10.0 0.11.2
psycopg2-binary 2.9.6 2.9.9
whitenoise 6.5.0 6.6.0
django-maintenance-mode 0.18.0 0.19.0
tox 4.6.4 4.11.3
django-grappelli 3.0.6 3.0.8
django-constance 2.9.1 3.1.0
django-storages 1.13.2 1.14.2
boto3 1.28.9 1.28.64
django-post-office 3.7.0 3.7.1
celery 5.3.1 5.3.4
redis 4.6.0 5.0.1
sentry-sdk 1.28.1 1.32.0
black 23.7.0 23.9.1
flake8 6.0.0 6.1.0
flake8-bugbear 23.7.10 23.9.16
pytest 7.4.0 7.4.2

Updates django from 4.2.3 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 django-environ from 0.10.0 to 0.11.2

Release notes

Sourced from django-environ's releases.

v0.11.2

Fixed

  • Revert "Add variable expansion" feature due to #490

v0.11.1

Fixed

  • Revert "Add interpolate argument to avoid resolving proxied values." feature due to #485

v0.11.0

Added

  • Added support for Django 4.2 #456.
  • Added support for secure Elasticsearch connections #463.
  • Added variable expansion #468.
  • Added capability to handle comments after #, after quoted values, like KEY= 'part1 # part2' # comment #475.
  • Added support for interpolate parameter #415.

Changed

  • Used mssql-django as engine for SQL Server #446.
  • Changed handling bool values, stripping whitespace around value #475.
  • Use importlib.util.find_spec to replace pkgutil.find_loader #482.

Removed

  • Removed support of Python 3.5.
Changelog

Sourced from django-environ's changelog.

v0.11.2_ - 1-September-2023

Fixed +++++

  • Revert "Add variable expansion." feature due to [#490](https://github.com/joke2k/django-environ/issues/490) <https://github.com/joke2k/django-environ/issues/490>_.

v0.11.1_ - 30-August-2023

Fixed +++++

  • Revert "Add interpolate argument to avoid resolving proxied values." feature due to [#485](https://github.com/joke2k/django-environ/issues/485) <https://github.com/joke2k/django-environ/issues/485>_.

v0.11.0_ - 30-August-2023

Added +++++

  • Added support for Django 4.2 [#456](https://github.com/joke2k/django-environ/issues/456) <https://github.com/joke2k/django-environ/pull/456>_.
  • Added support for secure Elasticsearch connections [#463](https://github.com/joke2k/django-environ/issues/463) <https://github.com/joke2k/django-environ/pull/463>_.
  • Added variable expansion [#468](https://github.com/joke2k/django-environ/issues/468) <https://github.com/joke2k/django-environ/pull/468>_.
  • Added capability to handle comments after #, after quoted values, like KEY= 'part1 # part2' # comment [#475](https://github.com/joke2k/django-environ/issues/475) <https://github.com/joke2k/django-environ/pull/475>_.
  • Added support for interpolate parameter [#415](https://github.com/joke2k/django-environ/issues/415) <https://github.com/joke2k/django-environ/pull/415>_.

Changed +++++++

  • Used mssql-django as engine for SQL Server [#446](https://github.com/joke2k/django-environ/issues/446) <https://github.com/joke2k/django-environ/pull/446>_.
  • Changed handling bool values, stripping whitespace around value [#475](https://github.com/joke2k/django-environ/issues/475) <https://github.com/joke2k/django-environ/pull/475>_.
  • Use importlib.util.find_spec to replace pkgutil.find_loader [#482](https://github.com/joke2k/django-environ/issues/482) <https://github.com/joke2k/django-environ/pull/482>_.

Removed +++++++

  • Removed support of Python 3.5.
Commits


Updates psycopg2-binary from 2.9.6 to 2.9.9

Changelog

Sourced from psycopg2-binary's changelog.

Current release

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)).
  • Wheel package bundled with OpenSSL 1.1.1r and PostgreSQL 15 libpq.

What's new in psycopg 2.9.4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fix ~psycopg2.extras.register_composite(), ~psycopg2.extras.register_range() with customized :sql:search_path (:ticket:[#1487](https://github.com/psycopg/psycopg2/issues/1487)).
  • Handle correctly composite types with names or in schemas requiring escape.

... (truncated)

Commits
  • ad5bee7 chore: bump version number to 2.9.9
  • 37d1de1 chore: add support for Python 3.12
  • abf2723 chore: drop support for Python 3.6
  • 2da65a7 chore: drop leftover Python 2.7 import aliases from setup.py
  • 3fa60fd chore: bump doc requirement complained by dependabot
  • 1c1484e ci: better interaction with scaleway build server
  • c81cec6 chore: bump to next dev release
  • 7fe8cb7 chore: bump docs requirements dependabot complains about
  • b39d5d6 chore: bundle libpq 16
  • 921510d docs: replace "compiled against" with "bundled with" in news file
  • Additional commits viewable in compare view


Updates whitenoise from 6.5.0 to 6.6.0

Changelog

Sourced from whitenoise's changelog.

6.6.0 (2023-10-11)

  • Support Django 5.0.

  • Drop Python 3.7 support.

Commits


Updates django-maintenance-mode from 0.18.0 to 0.19.0

Release notes

Sourced from django-maintenance-mode's releases.

0.19.0

  • Add cache backend ("maintenance_mode.backends.CacheBackend"). #153 (by @​epicserve in #154)
  • Bump requirements, Github actions and pre-commit hooks.
Changelog

Sourced from django-maintenance-mode's changelog.

0.19.0 - 2023-10-03

  • Add cache backend ("maintenance_mode.backends.CacheBackend"). #153 (by @​epicserve in #154)
  • Bump requirements, Github actions and pre-commit hooks.
Commits


Updates tox from 4.6.4 to 4.11.3

Release notes

Sourced from tox's releases.

4.11.3

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.11.2...4.11.3

4.11.2

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.11.1...4.11.2

4.11.1

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.11.0...4.11.1

4.11.0

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.10.0...4.11.0

4.10.0

What's Changed

... (truncated)

Changelog

Sourced from tox's changelog.

v4.11.3 (2023-09-08)

Bugfixes - 4.11.3

- Handle ``FileNotFoundError`` when the ``base_python`` interpreter doesn't exist (:issue:`3105`)

Improved Documentation - 4.11.3

  • Explain how plugins are registered and discovered - by :user:hashar. (:issue:3116)

v4.11.2 (2023-09-07)

Bugfixes - 4.11.2

- Fix bug in ``config.rst`` by removing stray colons left over from (:issue:`3111`) - by :user:`posita`. (:issue:`3118`)
- Provide example to make CLI help more helpful for ``-x`/``--override`` - by :user:`posita`. (:issue:`3119`)

Improved Documentation - 4.11.2

  • Fix typos discovered by codespell - by :user:cclauss. (:issue:3113)

v4.11.1 (2023-09-01)

Bugfixes - 4.11.1

- Allow passing in multiple overrides using the ``;`` character and fix ``,`` being used as splitting values -
  by :user:`gaborbernat`. (:issue:`3112`)

v4.11.0 (2023-08-29)

Features - 4.11.0

  • Add support for setting build backend config_settings in the configuration file - by :user:gaborbernat. (:issue:3090)

v4.10.0 (2023-08-21)

Features - 4.10.0

- Change accepted environment name rule: must be made up of factors defined in configuration or match regex
  ``(pypy|py|cython|)((\d(\.\d+(\.\d+)?)?)|\d+)?``. If an environment name does not match this fail, and if a close match
  found suggest that to the user. (:issue:`3099`)
</tr></table> 

... (truncated)

Commits


Updates django-grappelli from 3.0.6 to 3.0.8

Changelog

Sourced from django-grappelli's changelog.

3.0.8 (September 21st 2023)

  • Fixed collectstatic with ManifestStaticFilesStorage.
  • Fixed removing text with DateTime Shortcuts.
  • Fixed autocomplete inlines with new rows.
  • Improved CSS (removed compass).

3.0.7 (August 15th 2023)

  • Updated jQueryUI to 1.13.2.
  • Added readthedocs yaml file.
Commits


Updates django-constance from 2.9.1 to 3.1.0

Changelog

Sourced from django-constance's changelog.

v3.1.0 (2023/08/21)


* Add support for using a subdirectory of `MEDIA_ROOT` for file fields
  • Remove pypy from tox tests

v3.0.0 (2023/07/27)

  • Refactor database backend Backward incompatible changes: remove 'constance.backends.database' from INSTALLED_APPS

  • Dropped support for python < 3.7 and django < 3.2

  • Example app now supports django 4.1

  • Add support for django 4.2

  • Forward the request when saving the admin changelist form

Commits
  • bc9707d Bump version 3.1.0
  • 6a5052e Adding support for using a subdirectory of MEDIA_ROOT for file fields (#475)
  • 554dac0 remove pypy from tox tests (#524)
  • 8317070 Bump version 3.0.0
  • 796f0fa Merge pull request #518 from browniebroke/feat/django-4.2
  • d65b916 Add official support for Django 4.2
  • 9cbd512 Fix formatting in changes.rst
  • 0047a78 Fix constance management command without admin installed (#506)
  • 92e595e [pre-commit.ci] pre-commit autoupdate (#516)
  • 5ab48e1 505-race-condition-caused-by-when-constance-registers-django-checks (#514)
  • Additional commits viewable in compare view


Updates django-storages from 1.13.2 to 1.14.2

Changelog

Sourced from django-storages's changelog.

1.14.2 (2023-10-08)


S3

  • Fix re-opening of S3File ([#1321](https://github.com/jschneier/django-storages/issues/1321)_)
  • Revert raising ImproperlyConfigured when no bucket_name is set ([#1322](https://github.com/jschneier/django-storages/issues/1322)_)

.. _#1321: jschneier/django-storages#1321 .. _#1322: jschneier/django-storages#1322

1.14.1 (2023-09-29)


Azure

  • Do not require both AccountName and AccountKey in connection_string ([#1312](https://github.com/jschneier/django-storages/issues/1312)_)

S3

  • Work around boto3 closing the uploaded file ([#1303](https://github.com/jschneier/django-storages/issues/1303)_)
  • Fix crash when cleaning up during aborted connection of S3File.write ([#1304](https://github.com/jschneier/django-storages/issues/1304)_)
  • Raise FileNotFoundError when attempting to read the size of a non-existent file ([#1309](https://github.com/jschneier/django-storages/issues/1309)_)
  • Move auth & CloudFront signer validation to init ([#1302](https://github.com/jschneier/django-storages/issues/1302)_)
  • Raise ImproperlyConfigured if no bucket_name is set ([#1313](https://github.com/jschneier/django-storages/issues/1313)_)
  • Fix tracking of S3File.closed ([#1311](https://github.com/jschneier/django-storages/issues/1311)_)

.. _#1303: jschneier/django-storages#1303 .. _#1304: jschneier/django-storages#1304 .. _#1309: jschneier/django-storages#1309 .. _#1302: jschneier/django-storages#1302 .. _#1313: jschneier/django-storages#1313 .. _#1312: jschneier/django-storages#1312 .. _#1311: jschneier/django-storages#1311

1.14 (2023-09-04)


General

  • Breaking: Drop support for Django 4.0 ([#1235](https://github.com/jschneier/django-storages/issues/1235)_)
  • Breaking: The long deprecated & removed (from Django) (modified|created|accessed)_time methods have been removed from the various storages, please replace with the get_(modified|created|accessed)_time methods
  • Add support for saving pathlib.PurePath names ([#1278](https://github.com/jschneier/django-storages/issues/1278)_)
  • Add support for Django 4.2 ([#1236](https://github.com/jschneier/django-storages/issues/1236)_)

... (truncated)

Commits


Updates boto3 from 1.28.9 to 1.28.64

Changelog

Sourced from boto3's changelog.

1.28.64

  • api-change:cloudformation: [botocore] SDK and documentation updates for UpdateReplacePolicy
  • api-change:drs: [botocore] Updated exsiting API to allow AWS Elastic Disaster Recovery support of launching recovery into existing EC2 instances.
  • api-change:entityresolution: [botocore] This launch expands our matching techniques to include provider-based matching to help customer match, link, and enhance records with minimal data movement. With data service providers, we have removed the need for customers to build bespoke integrations,.
  • api-change:managedblockchain-query: [botocore] This release introduces two new APIs: GetAssetContract and ListAssetContracts. This release also adds support for Bitcoin Testnet.
  • api-change:mediapackagev2: [botocore] This release allows customers to manage MediaPackage v2 resource using CloudFormation.
  • api-change:opensearch: [botocore] This release allows customers to list and associate optional plugin packages with compatible Amazon OpenSearch Service clusters for enhanced functionality.
  • api-change:redshift-serverless: [botocore] Added support for managing credentials of serverless namespace admin using AWS Secrets Manager.
  • api-change:redshift: [botocore] Added support for managing credentials of provisioned cluster admin using AWS Secrets Manager.
  • api-change:sesv2: [botocore] This release provides enhanced visibility into your SES identity verification status. This will offer you more actionable insights, enabling you to promptly address any verification-related issues.
  • api-change:transfer: [botocore] Documentation updates for AWS Transfer Family
  • api-change:xray: [botocore] This releases enhances GetTraceSummaries API to support new TimeRangeType Service to query trace summaries by segment end time.

1.28.63

  • api-change:auditmanager: [botocore] This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope.
  • api-change:autoscaling: [botocore] Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups
  • api-change:config: [botocore] Add enums for resource types supported by Config
  • api-change:controltower: [botocore] Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API.
  • api-change:customer-profiles: [botocore] Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model.
  • api-change:ec2: [botocore] This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.
  • api-change:elbv2: [botocore] Update elbv2 client to latest version
  • api-change:glue: [botocore] Extending version control support to GitLab and Bitbucket from AWSGlue
  • api-change:inspector2: [botocore] Add MacOs ec2 platform support
  • api-change:ivs-realtime: [botocore] Update GetParticipant to return additional metadata.
  • api-change:lambda: [botocore] Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs
  • api-change:location: [botocore] This release adds endpoint updates for all AWS Location resource operations.
  • api-change:machinelearning: [botocore] This release marks Password field as sensitive
  • api-change:pricing: [botocore] Documentation updates for Price List
  • api-change:rds: [botocore] This release adds support for adding a dedicated log volume to open-source RDS instances.
  • api-change:rekognition: [botocore] Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data.
  • api-change:sagemaker: [botocore] Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings
  • api-change:textract: [botocore] This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters.
  • api-change:transcribe: [botocore] This release is to enable m4a format to customers
  • api-change:workspaces: [botocore] Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.

1.28.62

  • enhancement:Dependencies: [botocore] Add support for urllib3 2.0 for Python 3.10+
  • api-change:ec2: [botocore] Documentation updates for Elastic Compute Cloud (EC2).
  • api-change:fsx: [botocore] After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system.
  • api-change:marketplace-catalog: [botocore] This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs
  • api-change:quicksight: [botocore] NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication
  • api-change:transfer: [botocore] This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters

... (truncated)

Commits
  • d47fb41 Merge branch 'release-1.28.64'
  • 45a9894 Bumping version to 1.28.64
  • a815a56 Add changelog entries from botocore
  • d296dbc Merge branch 'release-1.28.63'
  • dac2a11 Merge branch 'release-1.28.63' into develop
  • 8d823b5 Bumping version to 1.28.63
  • 782ca6f Add changelog entries from botocore
  • ca13c52 Merge branch 'release-1.28.62'
  • 68c9879 Merge branch 'release-1.28.62' into develop
  • f3df111 Bumping version to 1.28.62
  • Additional commits viewable in compare view


Updates django-post-office from 3.7.0 to 3.7.1

Release notes

Sourced from django-post-office's releases.

v3.7.1

  • Optimized a queryset in get_queued() that doesn't use indexes in Postgres. Thanks @​marsha97!
  • Removed date_hierarchy option which causes admin to load slowly on DBs with a large number of emails. Thanks @​selwin!
  • Optimized cleanup_expired_mails() so that deletes emails in smaller batches. Thanks @​marsha97!
Changelog

Sourced from django-post-office's changelog.

Version 3.7.1 (2023-08-08)

  • Optimized a queryset in get_queued() that doesn't use indexes in Postgres. Thanks @​marsha97!
  • Removed date_hierarchy option which causes admin to load slowly on DBs with a large number of emails. Thanks @​selwin!
  • Optimized cleanup_expired_mails() so that deletes emails in smaller batches. Thanks @​marsha97!
Commits


Updates celery from 5.3.1 to 5.3.4

Release notes

Sourced from celery's releases.

v5.3.4

Notice Regarding v5.3.2 and v5.3.3

Versions 5.3.2 and 5.3.3 were identified to contain breaking changes and have been yanked to maintain codebase stability. We appreciate the community's timely feedback on these versions and apologize for any inconvenience caused.

What's Changed

dependabot[bot] commented 11 months ago

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