chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Change | Age | Confidence | Type | Update |
---|---|---|---|---|---|
certifi |
==2025.6.15 -> ==2025.8.3
|
minor | |||
charset-normalizer (changelog) |
==3.4.2 -> ==3.4.3
|
patch | |||
flask (changelog) |
==3.1.1 -> ==3.1.2
|
patch | |||
gitlab.developers.cam.ac.uk/uis/gcp-function/devops |
2.3.1 -> 2.3.3
|
module | patch | ||
registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/logan-terraform |
1.12 -> 1.13
|
minor | |||
requests (source, changelog) |
==2.32.4 -> ==2.32.5
|
patch | |||
uis/devops/continuous-delivery/ci-templates |
v7.6.0 -> v7.14.1
|
repository | minor | ||
urllib3 (changelog) |
==2.4.0 -> ==2.5.0
|
minor |
Release Notes
jawah/charset_normalizer (charset-normalizer)
v3.4.3
Changed
- mypy(c) is no longer a required dependency at build time if
CHARSET_NORMALIZER_USE_MYPYC
isn't set to1
. (#595) (#583) - automatically lower confidence on small bytes samples that are not Unicode in
detect
output legacy function. (#391)
Added
- Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.
- Support for Python 3.14
Fixed
- sdist archive contained useless directories.
- automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (#633)
Misc
- SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. Each published wheel comes with its SBOM. We choose CycloneDX as the format.
- Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.
pallets/flask (flask)
v3.1.2
Released 2025-08-19
-
stream_with_context
does not fail inside async views. :issue:5774
- When using
follow_redirects
in the test client, the final state ofsession
is correct. :issue:5786
- Relax type hint for passing bytes IO to
send_file
. :issue:5776
uis/devops/infra/terraform/gcp-function (gitlab.developers.cam.ac.uk/uis/gcp-function/devops)
v2.3.3
v2.3.2
psf/requests (requests)
v2.32.5
Bugfixes
- The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
- Added support for Python 3.14.
- Dropped support for Python 3.8 following its end of support.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.14.1
: 7.14.1
7.14.1 (2025-09-04)
Bug Fixes
- maven.gitlab-ci.yml: move services section under maven job (a2c5dca)
v7.14.0
: 7.14.0
7.14.0 (2025-09-02)
Features
v7.13.1
: 7.13.1
7.13.1 (2025-09-01)
Bug Fixes
- rename detect-non-utf8-files job and make it work with spaces in filenames (4d7ec69)
v7.13.0
: 7.13.0
7.13.0 (2025-08-27)
Features
- add detect-non-utf-files job (f629243)
v7.12.0
: 7.12.0
7.12.0 (2025-08-27)
Features
- terraform-pipeline: remove duplicate kics job (354c3cc)
v7.11.1
: 7.11.1
7.11.1 (2025-08-21)
v7.11.0
: 7.11.0
7.11.0 (2025-08-21)
Features
- trivy job now to use logan-terrafrom image and run terraform init in before_script (b03b3e4)
v7.10.4
: 7.10.4
7.10.4 (2025-08-14)
v7.10.3
: 7.10.3
7.10.3 (2025-08-14)
v7.10.2
: 7.10.2
7.10.2 (2025-08-14)
v7.10.1
: 7.10.1
7.10.1 (2025-08-14)
v7.10.0
: 7.10.0
7.10.0 (2025-08-14)
Features
- auto-devops: remove mandatory jobs from auto-devops template (5f7de9c)
v7.9.1
: 7.9.1
7.9.1 (2025-08-13)
v7.9.0
: 7.9.0
7.9.0 (2025-08-13)
Features
- mandatory-jobs: provide AST-related CI/CD variable defaults (3421a2e)
v7.8.0
: 7.8.0
7.8.0 (2025-08-13)
Features
- add mandatory jobs template (975f4aa)
v7.7.0
: 7.7.0
7.7.0 (2025-08-07)
Features
- add dind support to terraform-test (a17505d)
v7.6.4
: 7.6.4
7.6.4 (2025-08-07)
Reverts
- Revert "fix(common-pipeline): pin secret detector image version" (b62bc91)
v7.6.3
: 7.6.3
7.6.3 (2025-08-06)
Bug Fixes
- common-pipeline: pin secret detector image version (8109734)
v7.6.2
: 7.6.2
7.6.2 (2025-07-22)
Bug Fixes
- handling having set CI_APPLICATION_REPOSITORY with multi target docker builds (1dc6987)
v7.6.1
: 7.6.1
7.6.1 (2025-07-16)
Bug Fixes
urllib3/urllib3 (urllib3)
v2.5.0
==================
Features
- Added support for the
compression.zstd
module that is new in Python 3.14. SeePEP 784 <https://peps.python.org/pep-0784/>
_ for more information. (#​3610 <https://github.com/urllib3/urllib3/issues/3610>
__) - Added support for version 0.5 of
hatch-vcs
(#​3612 <https://github.com/urllib3/urllib3/issues/3612>
__)
Bugfixes
- Fixed a security issue where restricting the maximum number of followed
redirects at the
urllib3.PoolManager
level via theretries
parameter did not work. - Made the Node.js runtime respect redirect parameters such as
retries
andredirects
. - Raised exception for
HTTPResponse.shutdown
on a connection already released to the pool. (#​3581 <https://github.com/urllib3/urllib3/issues/3581>
__) - Fixed incorrect
CONNECT
statement when using an IPv6 proxy withconnection_from_host
. Previously would not be wrapped in[]
. (#​3615 <https://github.com/urllib3/urllib3/issues/3615>
__)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by uis-devops-renovatebot