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 5 updates #92

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the python-dependencies group with 5 updates:

Package From To
django-environ 0.10.0 0.11.2
django-maintenance-mode 0.18.0 0.19.0
django-constance 2.9.1 3.1.0
redis 4.6.0 5.0.1
django-structlog 5.3.0 6.0.0

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 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 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 redis from 4.6.0 to 5.0.1

Release notes

Sourced from redis's releases.

5.0.1

Changes

🚀 New Features

  • Provide aclose() / close() for classes requiring lifetime management (#2898)
  • Add support for ModuleCommands in cluster (#2951)
  • Add support for multiple values in RPUSHX (#2949)
  • Add Redis.from_pool() class method, for explicitly owning and closing a ConnectionPool (#2913)

🐛 Bug Fixes

  • Fixing monitor parsing for messages containing specific substrings (#2950)
  • Cluster determine slot command name need to be upper (#2919)
  • Support timeout = 0 in search query (#2934)
  • Fix async sentinel: add push_request keyword argument to read_response (#2922)
  • Fix protocol checking for search commands (#2923)
  • Fix: SentinelManagedConnection.read_response() got an unexpected keyword argument 'push_request' (#2894)
  • Fix: automatically close connection pool for async Sentinel (#2900)
  • Save a reference to created async tasks, to avoid tasks potentially disappearing (#2816)
  • Avoid reference cycling by the garbage collector during response reading (#2932)

🧰 Maintenance

  • Type hint improvements (#2952)
  • Replace clear_connect_callbacks with _deregister_connect_callback (#2955)
  • Async fixes, remove del and other things (#2870)
  • Add pagination, sorting and grouping examples to search json example (#2890)
  • Remove process-id checks from asyncio. Asyncio and fork() does not mix. (#2911)
  • Fix resource usage and cleanup Mocks in the unit tests (#2936)
  • Remove mentions of tox (#2929)
  • Add 7.2 to supported Redis versions (#2896)
  • Fix resource warnings in unit tests (#2899)
  • Fix typo in redis-stream-example.ipynb (#2918)
  • Deprecate RedisGraph (#2927)
  • Fix redis 7.2.0 tests (#2902)
  • Fix test_scorer (search) (#2920)

Contributors

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

@​AOrazaev, @​akx, @​anio, @​chayim, @​dvora-h, @​elfkuzco, @​hauntsaninja, @​kristjanvalur, @​meiravgri, @​uglide and @​yangbodong22011

5.0.0

What's new?

Triggers and Functions support

Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code. Try it for yourself with Quick start

... (truncated)

Commits
  • cc4bc1a Version 5.0.1 (#2958)
  • 2ee7c3c Type hint improvements (#2952)
  • 56b254e Save a reference to created async tasks, to avoid tasks potentially disappear...
  • 1b370da Replace clear_connect_callbacks with _deregister_connect_callback (#2955)
  • ded9f7c async fixes, remove del and other things (#2870)
  • c46a28d Provide aclose() / close() for classes requiring lifetime management (#2898)
  • 6207641 Add support for ModuleCommands in cluster (#2951)
  • 2df75ad Fix monitor regex bug (#2950)
  • 0acd0e7 Add support for multimple values in RPUSHX (#2949)
  • 012f7cf Add Redis.from_pool() class method, for explicitly owning and closing a Con...
  • Additional commits viewable in compare view


Updates django-structlog from 5.3.0 to 6.0.0

Changelog

Sourced from django-structlog's changelog.

Change Log

6.1 (TBD)

New: - (celery) add priority (if available) and routing_key to task_enqueued. See [#345](https://github.com/jrobichaud/django-structlog/issues/345) <https://github.com/jrobichaud/django-structlog/pull/345>_ and [#341](https://github.com/jrobichaud/django-structlog/issues/341) <https://github.com/jrobichaud/django-structlog/issues/341>. Special thanks to badziyoussef <https://github.com/badziyoussef>. - Python 5.0 support. See [#350](https://github.com/jrobichaud/django-structlog/issues/350) <https://github.com/jrobichaud/django-structlog/pull/350>. Take note async view cancellation does not work yet, see [#351](https://github.com/jrobichaud/django-structlog/issues/351) <https://github.com/jrobichaud/django-structlog/issues/351>. - Add streaming response support (for both sync and async) and Django 5's async cancellation. See [#353](https://github.com/jrobichaud/django-structlog/issues/353) <https://github.com/jrobichaud/django-structlog/pull/353>_ and :ref:streaming_response_events.

Changes: - Drop support of django 4.0. See [#338](https://github.com/jrobichaud/django-structlog/issues/338) <https://github.com/jrobichaud/django-structlog/pull/338>. Special thanks to @jairhenrique <https://github.com/jairhenrique>.

Other: - Improved demo project - Better UI - Easy switch between runserver_plus, wsgi an asgi - Front-end request feedbacks using toasts

6.0 (October 3, 2023)

See: :ref:upgrade_6.0

New: - Python 3.12 support - Add support of logging :ref:commands - task_revoked has now a signame metadata. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>. - task_not_found has now a task_id and a task metadata. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>.

Fixes: - Add missing metadata when a task is revoked. See [#317](https://github.com/jrobichaud/django-structlog/issues/317) <https://github.com/jrobichaud/django-structlog/issues/317>. Special thanks to @badziyoussef <https://github.com/badziyoussef>.

Changes: - Drop support of python 3.7 - Drop legacy code still supporting celery < 4 - Removal of deprecated: - :class:django_structlog.middlewares.CeleryMiddleware - :class:django_structlog.middlewares.SyncRequestMiddleware - :class:django_structlog.middlewares.AsyncRequestMiddleware - :class:django_structlog.middlewares.request_middleware_router - 4XX status codes now log by default as WARNING and 5XX as ERROR. The behaviour of 4XX can be customized with :ref:configuration. See [#308](https://github.com/jrobichaud/django-structlog/issues/308) <https://github.com/jrobichaud/django-structlog/issues/308>. Special thanks to @adinhodovic <https://github.com/adinhodovic>. - task_revoked's signum is now an integer instead of an object. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>. - task_not_found's message was removed and replaced by task_id and task. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>. - task_rejected's message was removed and replaced by task_id. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>_. - Switched from git's master to main branch

Other: - Add new :ref:how_tos section in the documentation.

Commits
  • 1d48e18 Bump release version
  • 6975357 Merge pull request #335 from jrobichaud/how-tos
  • 7659ed1 Add how tos section
  • 4c54d4a Bump ruff in pre-commit
  • 98ca64e Merge pull request #331 from jrobichaud/dependabot/pip/requirements/django-ip...
  • 2634d61 Merge pull request #334 from jrobichaud/dependabot/pip/requirements/coverage-...
  • 08e2c6f Merge pull request #332 from jrobichaud/dependabot/pip/requirements/ruff-0.0.292
  • eeebaed Bump django-ipware from 5.0.0 to 5.0.1 in /requirements
  • 8f7afe6 Merge pull request #333 from jrobichaud/dependabot/pip/requirements/psycopg2-...
  • c4453ab Fix master reference
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions