Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
PyYAML (source) 6.0.1 -> 6.0.2 age adoption passing confidence dependencies patch
flask-compress 1.4.0 -> 1.17 age adoption passing confidence dependencies minor
ply 3.10 -> 3.11 age adoption passing confidence dependencies minor
pycodestyle (changelog) 2.10.0 -> 2.12.1 age adoption passing confidence dev-dependencies minor
pylint (changelog) 1.7.2 -> 1.9.5 age adoption passing confidence dev-dependencies minor
python 3.11-alpine3.20 -> 3.13-alpine3.20 age adoption passing confidence final minor
python-dotenv ^0.19.1 -> ^0.21.0 age adoption passing confidence dev-dependencies minor
python-keycloak (changelog) 0.22.0 -> 0.29.1 age adoption passing confidence dependencies minor

Release Notes

yaml/pyyaml (PyYAML)

v6.0.2

Compare Source

What's Changed

  • Support for Cython 3.x and Python 3.13.

Full Changelog: yaml/pyyaml@6.0.1...6.0.2

colour-science/flask-compress (flask-compress)

v1.17

Compare Source

  • Add support for Python 3.13 in tox and classifiers
  • Expand mimetype defaults, see #​57
  • Minor performance improvements, cache the algorithm selection logic

v1.16

Compare Source

  • Drop support for Python 3.8 and lower, see #​46
  • Fix cache pollution caused by caching compression results for different compression algorithms, see #​53

v1.15

Compare Source

  • Add support of Zstandard compression.

v1.14

Compare Source

v1.13

Compare Source

  • Re-enable compression for streaming, but hide it behind a new option COMPRESS_STREAMS that defaults to True. See #​36

v1.12

Compare Source

  • Disable compression when response is streamed, see #​31

v1.11

Compare Source

  • When compression is enabled, accept-encoding is always added to the Vary header, fixes #​28

v1.10.1

Compare Source

v1.10.0

Compare Source

  • Automate the release process with GitHub Actions
  • Use setuptools_scm to manage package versions
  • The layout is now an actual package rather than a single module
  • Clean up unused files

v1.9.0

Compare Source

  • Add support for the identity value in accept-encoding, fixes #​19

v1.8.0

Compare Source

  • Support ETag header as defined in RFC7232 #​17
  • Implement per-view compression #​14

v1.7.0

Compare Source

  • The following parameters to control Brotli compression are now available: #​10
    • COMPRESS_BR_MODE
    • COMPRESS_BR_LEVEL
    • COMPRESS_BR_WINDOW
    • COMPRESS_BR_BLOCK
  • Add deflate support, with COMPRESS_DEFLATE_LEVEL to control compression level (default is -1) #​8
  • The default quality level for Brotli is now 4, which provides compression comparable to gzip at the default setting, while reducing the time required versus the Brotli default of 11

v1.6.0

Compare Source

  • Support for multiple compression algorithms and quality factors #​7
  • Modified default compression settings to use Brotli when available before gzip

v1.5.0

Compare Source

  • Add Brotli support #​1
pylint-dev/pylint (pylint)

v1.9.5

Compare Source

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

v1.8.4

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.6

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

theskumar/python-dotenv (python-dotenv)

v0.21.1

Compare Source

Added

Fixed

v0.21.0

Compare Source

Added

Fixed

v0.20.0

Compare Source

Added

  • Add encoding (Optional[str]) parameter to get_key, set_key and unset_key.
    (#​379 by [@​bbc2])

Fixed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 24, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: microservices/gatewayApi/poetry.lock
Updating dependencies
Resolving dependencies...


The current project's supported Python range (>=3.11,<4.0) is not compatible with some of the required packages Python requirement:
  - pylint requires Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.7, so it will not be satisfied for Python >=3.11,<4.0

Because gwa-api depends on pylint (1.9.5) which requires Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.7, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For pylint, a possible solution would be to set the `python` property to "<empty>"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot deleted the branch feature/renovate February 24, 2025 22:23
@renovate renovate bot closed this Feb 24, 2025
@renovate renovate bot deleted the feature/all-minor-patch branch February 24, 2025 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants