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 17 updates #86

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the python-dependencies group with 17 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
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.62
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.31.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 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.62

Changelog

Sourced from boto3's changelog.

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

1.28.61

  • api-change:omics: [botocore] Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API
  • api-change:rds: [botocore] Updates Amazon RDS documentation for corrections and minor improvements.
  • api-change:route53: [botocore] Add hostedzonetype filter to ListHostedZones API.
  • api-change:securityhub: [botocore] Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster
  • api-change:storagegateway: [botocore] Add SoftwareVersion to response of DescribeGatewayInformation.
  • api-change:workspaces: [botocore] This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.

1.28.60

  • api-change:appconfig: [botocore] AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store.
  • api-change:datazone: [botocore] Initial release of Amazon DataZone
  • api-change:mediatailor: [botocore] Updates DescribeVodSource to include a list of ad break opportunities in the response
  • api-change:mgn: [botocore] This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature.
  • api-change:sagemaker: [botocore] Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data.

1.28.59

  • api-change:connect: [botocore] GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range.
  • api-change:location: [botocore] Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response.
  • api-change:mediaconvert: [botocore] This release adds the ability to replace video frames without modifying the audio essence.
  • api-change:oam: [botocore] This release adds support for sharing AWS::ApplicationInsights::Application resources.
  • api-change:sagemaker: [botocore] This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.
  • api-change:wellarchitected: [botocore] AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices.

1.28.58

  • api-change:bedrock-runtime: [botocore] Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier.
  • api-change:bedrock: [botocore] Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs.
  • api-change:ec2: [botocore] Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
  • api-change:managedblockchain: [botocore] Remove Rinkeby as option from Ethereum APIs

... (truncated)

Commits
  • ca13c52 Merge branch 'release-1.28.62'
  • f3df111 Bumping version to 1.28.62
  • 4b4ed21 Add changelog entries from botocore
  • cbe9683 Merge branch 'release-1.28.61' into develop
  • 777acd6 Merge branch 'release-1.28.61'
  • a9c9688 Bumping version to 1.28.61
  • 760dc4d Add changelog entries from botocore
  • 21266fc Merge branch 'release-1.28.60' into develop
  • 6a91df5 Merge branch 'release-1.28.60'
  • 204e265 Bumping version to 1.28.60
  • 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

... (truncated)

Changelog

Sourced from celery's changelog.

5.3.4

:release-date: 2023-09-03 10:10 P.M GMT+2 :release-by: Tomer Nosrati

.. warning:: This version has reverted the breaking changes introduced in 5.3.2 and 5.3.3:

  • Revert "store children with database backend" (#8475)

  • Revert "Fix eager tasks does not populate name field" (#8476)

  • Bugfix: Removed unecessary stamping code from _chord.run() (#8339)

  • User guide fix (hotfix for #1755) (#8342)

  • store children with database backend (#8338)

  • Stamping bugfix with group/chord header errback linking (#8347)

  • Use argsrepr and kwargsrepr in LOG_RECEIVED (#8301)

  • Fixing minor typo in code example in calling.rst (#8366)

  • add documents for timeout settings (#8373)

  • fix: copyright year (#8380)

  • setup.py: enable include_package_data (#8379)

  • Fix eager tasks does not populate name field (#8383)

  • Update test.txt dependencies (#8389)

  • Update auth.txt deps (#8392)

  • Fix backend.get_task_meta ignores the result_extended config parameter in mongodb backend (#8391)

  • Support preload options for shell and purge commands (#8374)

  • I... _Description has been truncated_

dependabot[bot] commented 1 year ago

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