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 16 updates #83

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the python-dependencies group with 16 updates:

Package From To
django 4.2.3 4.2.5
django-environ 0.10.0 0.11.2
psycopg2-binary 2.9.6 2.9.8
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.1
boto3 1.28.9 1.28.58
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.5

Commits
  • b8b2f74 [4.2.x] Bumped version for 4.2.5 release.
  • 9c51b4d [4.2.x] Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding....
  • acfb427 [4.2.x] Fixed #34803 -- Fixed queryset crash when filtering againts deeply ne...
  • 55a0b9c [4.2.x] Added stub release notes and release date for 4.2.5, 4.1.11, and 3.2.21.
  • 8e8c318 [4.2.x] Avoided counting exceptions in AsyncClient docs.
  • dcb9d7a [4.2.x] Improved formset docs by using a set instead of a list in the custom ...
  • f55b420 [4.2.x] Fixed #34781 -- Updated logging ref docs for django.server's request ...
  • 46b2b08 [4.2.x] Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fie...
  • d34db66 [4.2.x] Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAG...
  • a22aeef [4.2.x] Fixed #15799 -- Doc'd that Storage._open() should raise FileNotFoundE...
  • 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.8

Changelog

Sourced from psycopg2-binary's changelog.

Current release

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.
  • Find pg_service.conf file in the /etc/postgresql-common directory in binary packages (:ticket:[#1365](https://github.com/psycopg/psycopg2/issues/1365)).
  • ~psycopg2.errorcodes map and ~psycopg2.errors classes updated to PostgreSQL 15.
  • Wheel package bundled with OpenSSL 1.1.1q and PostgreSQL 14.4 libpq.

... (truncated)

Commits
  • b39d5d6 chore: bundle libpq 16
  • 921510d docs: replace "compiled against" with "bundled with" in news file
  • 999d7a6 test: skip ssl test if libpq runtime > 16
  • 3eee3e3 ci: fix passing env vars to build scripts
  • 1e0086b chore: bump version to 2.9.7
  • 4fe28d6 Merge branch 'dev/init-failure'
  • 14e06d8 docs: mention module init errors fix in news file
  • 959339c Return NULL on failed module initialization
  • fb77bdc Merge branch 'dev/fix-meson-build'
  • ef7053c docs: add pg_config improvement to news file
  • Additional commits viewable in compare view


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.1

Changelog

Sourced from django-storages's changelog.

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)_)

Azure

  • Set account_(name|key) from connection_string if not provided ([#1225](https://github.com/jschneier/django-storages/issues/1225)_)

Dropbox

  • Deprecated: The name DropboxStorage.location has been deprecated, please rename to DropboxStorage.root_path, a future version will remove support for the old name. ([#1251](https://github.com/jschneier/django-storages/issues/1251)_)
  • Storage and related names with a captialized B have been changed to no longer have one e.g DropboxStorage has now replaced DropBoxStorage. Aliases have been added so no change is necessary at this time. A future version might deprecate the old names. ([#1250](https://github.com/jschneier/django-storages/issues/1250)_)

... (truncated)

Commits
  • 431b13b Release version 1.14.1 (#1314)
  • 9eeb8c3 [s3] raise ImproperlyConfigured if no bucket name is set (#1313)
  • d8a097d [s3] move auth & cloudfront_signer config validation to init (#1302)
  • 635e170 [azure] do not require both Account(Name|Key) in connection_string (#1312)
  • 7d6ceeb [s3] fix tracking S3File.closed (#1311)
  • cf33d69 [s3] raise FileNotFoundError on .size for non-existent files (#1309)
  • c766248 [s3] fix crash when cleaning up after aborted connection (#1304)
  • 7d7bfdb [s3] work around boto3 closing uploaded file (#1303)
  • d049794 ignore mass black formatting in git blame (#1300)
  • 44f8322 Format Python code with psf/black (#1297)
  • Additional commits viewable in compare view


Updates boto3 from 1.28.9 to 1.28.58

Changelog

Sourced from boto3's changelog.

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
  • api-change:rds: [botocore] Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response.
  • api-change:sso: [botocore] Fix FIPS Endpoints in aws-us-gov.
  • api-change:sts: [botocore] STS API updates for assumeRole
  • api-change:transfer: [botocore] Documentation updates for AWS Transfer Family

1.28.57

  • api-change:bedrock-runtime: [botocore] Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.
  • api-change:bedrock: [botocore] Model Invocation logging added to enable or disable logs in customer account. Model listing and description support added. Provisioned Throughput feature added. Custom model support added for creating custom models. Also includes list, and delete functions for custom model.
  • api-change:budgets: [botocore] Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
  • api-change:ec2: [botocore] Adds support for Customer Managed Key encryption for Amazon Verified Access resources
  • api-change:iotfleetwise: [botocore] AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added.
  • api-change:sagemaker-featurestore-runtime: [botocore] Feature Store supports read/write of records with collection type features.
  • api-change:sagemaker: [botocore] Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector.
  • api-change:wafv2: [botocore] Correct and improve the documentation for the FieldToMatch option JA3 fingerprint.

1.28.56

  • api-change:cognito-idp: [botocore] The UserPoolType Status field is no longer used.
  • api-change:firehose: [botocore] Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka.
  • api-change:iot: [botocore] Added support for IoT Rules Engine Kafka Action Headers
  • api-change:textract: [botocore] This release adds new feature - Layout to Analyze Document API which can automatically extract layout elements such as titles, paragraphs, headers, section headers, lists, page numbers, footers, table areas, key-value areas and figure areas and order the elements as a human would read.

1.28.55

  • api-change:appintegrations: [botocore] The Amazon AppIntegrations service adds a set of APIs (in preview) to manage third party applications to be used in Amazon Connect agent workspace.
  • api-change:apprunner: [botocore] This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories
  • api-change:codedeploy: [botocore] CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.
  • api-change:connect: [botocore] This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace.
  • api-change:dynamodb: [botocore] Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
  • api-change:ec2: [botocore] The release includes AWS verified access to support FIPs compliance in North America regions
  • api-change:lakeformation: [botocore] This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation.
  • api-change:pinpoint: [botocore] Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.
  • api-change:s3: [botocore] This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.

1.28.54

... (truncated)

Commits
  • b78c03a Merge branch 'release-1.28.58'
  • ca335bc Bumping version to 1.28.58
  • 5a3189e Add changelog entries from botocore
  • eeadd95 Merge branch 'release-1.28.57'
  • 552416e Merge branch 'release-1.28.57' into develop
  • 312cdc9 Bumping version to 1.28.57
  • 9750638 Add changelog entries from botocore
  • 34951e7 Merge pull request #3878 from boto/dependabot/github_actions/actions/checkout...
  • 27b33e0 Bump actions/checkout from 3.5.0 to 4.1.0
  • 1dd9fc0 Fix pins on GHA workflows (#3874)
  • 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)

  • Implement safer ArangoDB queries (#8351)

  • integration test: cleanup worker after test case (#8361)

  • Added "Tomer Nosrati" to CONTRIBUTORS.txt (#8400)

  • Update README.rst (#8404)

  • Update README.rst (#8408)

  • fix(canvas): add group index when unrolling tasks (#8427)

  • fix(beat): debug statement should only log AsyncResult.id if it exists (#8428)

  • Lint fixes & pre-commit autoupdate (#8414)

  • Update auth.txt (#8435)

  • Update mypy on test.txt (#8438)

  • added missing kwargs arguments in some cli cmd (#8049)

  • Fix #8431: Set format_date to False when calling _get_result_meta on mongo backend (#8432)

  • Docs: rewrite out-of-date code (#8441)

  • Limit redis client to 4.x since 5.x fails the test suite (#8442)

  • Limit tox to < 4.9 (#8443)

  • Fixed issue: Flags broker_connection_retry_on_startup & broker_connection_retry aren’t reliable (#8446)

  • doc update from #7651 (#8451)

  • Remove tox version limit (#8464)

  • Fixed AttributeError: 'str' object has no attribute (#8463)

  • Upgraded Kombu from 5.3.1 -> 5.3.2 (#8468)

  • Document need for CELERY_ prefix on CLI env vars (#8469)

  • Use string value for CELERY_SKIP_CHECKS envvar (#8462)

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

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

... (truncated)

Commits
dependabot[bot] commented 1 year ago

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