Skip to content

build: update api: all non-major dependencies

Common Ground Bot requested to merge renovate/api-all-minor-patch into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Django (source, changelog) ==4.1.1 -> ==4.1.2 age adoption passing confidence patch
coverage ==6.4.2 -> ==6.5.0 age adoption passing confidence minor
influxdb-client ==1.30.0 -> ==1.33.0 age adoption passing confidence minor
python 3.10.5-slim -> 3.10.7-slim age adoption passing confidence final patch
python 3.10.5-slim -> 3.10.7-slim age adoption passing confidence stage patch
python-gitlab ==3.6.0 -> ==3.10.0 age adoption passing confidence minor
requests-mock (source) ==1.9.3 -> ==1.10.0 age adoption passing confidence minor

Release Notes

django/django

v4.1.2

Compare Source

nedbat/coveragepy

v6.5.0

Compare Source

  • The JSON report now includes details of which branches were taken, and which are missing for each file. Thanks, Christoph Blessing (pull 1438*). Closes issue 1425*.

  • Starting with coverage.py 6.2, class statements were marked as a branch. This wasn't right, and has been reverted, fixing issue 1449_. Note this will very slightly reduce your coverage total if you are measuring branch coverage.

  • Packaging is now compliant with PEP 517*, closing issue 1395*.

  • A new debug option --debug=pathmap shows details of the remapping of paths that happens during combine due to the [paths] setting.

  • Fix an internal problem with caching of invalid Python parsing. Found by OSS-Fuzz, fixing their bug 50381_.

.. _bug 50381: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381 .. _PEP 517: https://peps.python.org/pep-0517/ .. _issue 1395: https://github.com/nedbat/coveragepy/issues/1395 .. _issue 1425: https://github.com/nedbat/coveragepy/issues/1425 .. _pull 1438: https://github.com/nedbat/coveragepy/pull/1438 .. _issue 1449: https://github.com/nedbat/coveragepy/issues/1449

.. _changes_6-4-4:

v6.4.4

Compare Source

  • Wheels are now provided for Python 3.11.

.. _changes_6-4-3:

v6.4.3

Compare Source

  • Fix a failure when combining data files if the file names contained glob-like patterns (pull 1405_). Thanks, Michael Krebs and Benjamin Schubert.

  • Fix a messaging failure when combining Windows data files on a different drive than the current directory. (pull 1430*, fixing issue 1428*). Thanks, Lorenzo Micò.

  • Fix path calculations when running in the root directory, as you might do in a Docker container: pull 1403_, thanks Arthur Rio.

  • Filtering in the HTML report wouldn't work when reloading the index page. This is now fixed (pull 1413_). Thanks, Marc Legendre.

  • Fix a problem with Cython code measurement (pull 1347*, fixing issue 972*). Thanks, Matus Valo.

.. _issue 972: https://github.com/nedbat/coveragepy/issues/972 .. _pull 1347: https://github.com/nedbat/coveragepy/pull/1347 .. _pull 1403: https://github.com/nedbat/coveragepy/issues/1403 .. _pull 1405: https://github.com/nedbat/coveragepy/issues/1405 .. _pull 1413: https://github.com/nedbat/coveragepy/issues/1413 .. _issue 1428: https://github.com/nedbat/coveragepy/issues/1428 .. _pull 1430: https://github.com/nedbat/coveragepy/pull/1430

.. _changes_6-4-2:

influxdata/influxdb-client-python

v1.33.0

Compare Source

Features
  1. #​498: Add possibility to update user's password by users_api
  2. #​502: Add FluxRecord.row with response data stored in array
Bug Fixes
  1. #​497: Parsing InfluxDB response with new line character in CSV column [async/await]

v1.32.0

Compare Source

This release drop supports for Python 3.6. As of 2021-12-23, 3.6 has reached the end-of-life phase of its release cycle. 3.6.15 was the final security release. For more info see: https://peps.python.org/pep-0494/#lifespan

Bug Fixes
  1. #​483: Querying data if the debug is enabled
  2. #​477: Parsing date fails due to thread race
  3. #​486: Serializing DataFrames with columns starting with digits
  4. #​491: Creating Tasks with import statements
Dependencies
  1. #​472: Update RxPY to 4.0.4
Others
  1. #​472: Drop supports for Python 3.6
  2. #​495: Add warning for measurement name starts with #
Documentation
  1. #​397: Add an example: How to use RxPY to prepare batches by maximum bytes count
  2. #​269: Add new example: How to check connection credentials

v1.31.0

Compare Source

Features
  1. #​467: Add possibility to initialize client by json file
  2. #​450: Improve Query UX - simplify serialization to JSON and add possibility to serialize query results as a flattened list of values
Bug Fixes
  1. #​462: Redact the Authorization HTTP header from log
python-gitlab/python-gitlab

v3.10.0

Compare Source

Feature
  • Add reset_approvals api (88693ff)
  • Add support for deployment approval endpoint (9c9eeb9)
Fix
  • cli: Add missing attributes for creating MRs (1714d0a)
  • cli: Add missing attribute for MR changes (20c46a0)

v3.9.0

Compare Source

Feature
  • Add support for merge_base API (dd4fbd5)

v3.8.1

Compare Source

Fix
  • client: Do not assume user attrs returned for auth() (a07547c)

v3.8.0

Compare Source

Feature
  • client: Warn user on misconfigured URL in auth() (0040b43)
  • Support downloading archive subpaths (cadb0e5)
Fix
  • client: Ensure encoded query params are never duplicated (1398426)
  • Optionally keep user-provided base URL for pagination (#​2149) (e2ea8b8)
Documentation
  • Describe self-revoking personal access tokens (5ea48fc)

v3.7.0

Compare Source

Feature
  • Allow sort/ordering for project releases (b1dd284)
  • cli: Add a custom help formatter (005ba93)
  • Add support for iterations API (194ee01)
  • groups: Add support for shared projects API (66461ba)
  • issues: Add support for issue reorder API (8703324)
  • namespaces: Add support for namespace existence API (4882cb2)
  • Add support for group and project invitations API (7afd340)
  • projects: Add support for project restore API (4794ecc)
  • Add support for filtering jobs by scope (0e1c0dd)
  • Add asdict() and to_json() methods to Gitlab Objects (08ac071)
  • api: Add support for instance-level registry repositories (284d739)
  • groups: Add support for group-level registry repositories (70148c6)
  • Add 'merge_pipelines_enabled' project attribute (fc33c93)
  • Support validating CI lint results (3b1ede4)
  • cli: Add support for global CI lint (3f67c4b)
  • objects: Add Project CI Lint support (b213dd3)
  • Add support for group push rules (b5cdc09)
  • api: Add support for get for a MR approval rule (89c18c6)
Fix
  • Support array types for most resources (d9126cd)
  • Use the [] after key names for array variables in params (1af44ce)
  • runners: Fix listing for /runners/all (c6dd57c)
  • config: Raise error when gitlab id provided but no config section found (1ef7018)
  • config: Raise error when gitlab id provided but no config file found (ac46c1c)
  • Add get_all param (and --get-all) to allow passing all to API (7c71d5d)
  • Results returned by attributes property to show updates (e5affc8)
  • Enable epic notes (5fc3216)
  • cli: Remove irrelevant MR approval rule list filters (0daec5f)
  • Ensure path elements are escaped (5d9c198)
Documentation
  • cli: Showcase use of token scopes (4a6f8d6)
  • projects: Document export with upload to URL (03f5484)
  • Describe fetching existing export status (9c5b8d5)
  • authors: Add John (e2afb84)
  • Document CI Lint usage (d5de4b1)
  • users: Add docs about listing a user's projects (065a1a5)
  • Update return type of pushrules (53cbecc)
  • Describe ROPC flow in place of password authentication (91c17b7)
  • readme: Remove redundant -v that breaks the command (c523e18)
jamielennox/requests-mock

v1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/jamielennox/requests-mock/compare/1.9.3...1.10.0


Configuration

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

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Common Ground Bot

Merge request reports