Skip to content

Configure Renovate

Renovate Bot requested to merge renovate/configure into master

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • Dockerfile (dockerfile)
  • .github/workflows/test.yaml (github-actions)
  • .gitlab-ci.yml (gitlabci)
  • dev-requirements.txt (pip_requirements)
  • requirements.txt (pip_requirements)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR is merged
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Append Signed-off-by: to signoff Git commits.
  • Apply label renovate to MRs.
  • Preserve (but continue to upgrade) any existing SemVer ranges.
  • Remove hourly and concurrent rate limits.
  • Enable Renovate Dependency Dashboard creation.
  • Raise MR when vulnerability alerts are detected.
  • Show all Merge Confidence badges for pull requests.
  • Enable the pre-commit manager.
  • Default preset for use with the CRI's repos

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Merge Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 127 Merge Requests:

chore(deps): update dependency alabaster to v0.7.16
  • Schedule: ["at any time"]
  • Branch name: renovate/alabaster-0.x
  • Merge into: master
  • Upgrade alabaster to ==0.7.16
chore(deps): update dependency click to v8.1.7
  • Schedule: ["at any time"]
  • Branch name: renovate/click-8.x
  • Merge into: master
  • Upgrade click to ==8.1.7
chore(deps): update dependency distlib to v0.3.8
  • Schedule: ["at any time"]
  • Branch name: renovate/distlib-0.x
  • Merge into: master
  • Upgrade distlib to ==0.3.8
chore(deps): update dependency jinja2 to v3.1.4
  • Schedule: ["at any time"]
  • Branch name: renovate/jinja2-3.x
  • Merge into: master
  • Upgrade jinja2 to ==3.1.4
chore(deps): update dependency jmespath to v1.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/jmespath-1.x
  • Merge into: master
  • Upgrade jmespath to ==1.0.1
chore(deps): update dependency markupsafe to v2.1.5
  • Schedule: ["at any time"]
  • Branch name: renovate/markupsafe-2.x
  • Merge into: master
  • Upgrade markupsafe to ==2.1.5
chore(deps): update dependency multidict to v6.0.5
  • Schedule: ["at any time"]
  • Branch name: renovate/multidict-6.x
  • Merge into: master
  • Upgrade multidict to ==6.0.5
chore(deps): update dependency mypy-extensions to v0.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-extensions-0.x
  • Merge into: master
  • Upgrade mypy-extensions to ==0.4.4
chore(deps): update dependency oauthlib to v3.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/oauthlib-3.x
  • Merge into: master
  • Upgrade oauthlib to ==3.2.2
chore(deps): update dependency protobuf to v3.20.3
  • Schedule: ["at any time"]
  • Branch name: renovate/protobuf-3.x
  • Merge into: master
  • Upgrade protobuf to ==3.20.3
chore(deps): update dependency pyyaml to v6.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pyyaml-6.x
  • Merge into: master
  • Upgrade pyyaml to ==6.0.1
chore(deps): update dependency sphinxcontrib-applehelp to v1.0.8
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-applehelp-1.x
  • Merge into: master
  • Upgrade sphinxcontrib-applehelp to ==1.0.8
chore(deps): update dependency sphinxcontrib-devhelp to v1.0.6
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-devhelp-1.x
  • Merge into: master
  • Upgrade sphinxcontrib-devhelp to ==1.0.6
chore(deps): update dependency sphinxcontrib-htmlhelp to v2.0.5
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-htmlhelp-2.x
  • Merge into: master
  • Upgrade sphinxcontrib-htmlhelp to ==2.0.5
chore(deps): update dependency sphinxcontrib-qthelp to v1.0.7
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-qthelp-1.x
  • Merge into: master
  • Upgrade sphinxcontrib-qthelp to ==1.0.7
chore(deps): update dependency sphinxcontrib-serializinghtml to v1.1.10
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinxcontrib-serializinghtml-1.x
  • Merge into: master
  • Upgrade sphinxcontrib-serializinghtml to ==1.1.10
chore(deps): update dependency typed-ast to v1.5.5
  • Schedule: ["at any time"]
  • Branch name: renovate/typed-ast-1.x
  • Merge into: master
  • Upgrade typed-ast to ==1.5.5
chore(deps): update dependency types-cryptography to v3.3.23.2
  • Schedule: ["at any time"]
  • Branch name: renovate/types-cryptography-3.x
  • Merge into: master
  • Upgrade types-cryptography to ==3.3.23.2
chore(deps): update dependency types-pytz to v2021.3.8
  • Schedule: ["at any time"]
  • Branch name: renovate/types-pytz-2021.x
  • Merge into: master
  • Upgrade types-pytz to ==2021.3.8
chore(deps): update dependency types-pyyaml to v6.0.12.20240311
  • Schedule: ["at any time"]
  • Branch name: renovate/types-pyyaml-6.x
  • Merge into: master
  • Upgrade types-pyyaml to ==6.0.12.20240311
chore(deps): update dependency urllib3 to v1.26.18
  • Schedule: ["at any time"]
  • Branch name: renovate/urllib3-1.x
  • Merge into: master
  • Upgrade urllib3 to ==1.26.18
chore(deps): update paambaati/codeclimate-action action to v2.7.5
  • Schedule: ["at any time"]
  • Branch name: renovate/paambaati-codeclimate-action-2.x
  • Merge into: master
  • Upgrade paambaati/codeclimate-action to v2.7.5
chore(deps): update dependency azure-core to v1.30.1
  • Schedule: ["at any time"]
  • Branch name: renovate/azure-core-1.x
  • Merge into: master
  • Upgrade azure-core to ==1.30.1
chore(deps): update dependency azure-storage-blob to v12.19.1
  • Schedule: ["at any time"]
  • Branch name: renovate/azure-storage-blob-12.x
  • Merge into: master
  • Upgrade azure-storage-blob to ==12.19.1
chore(deps): update dependency babel to v2.15.0
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-2.x
  • Merge into: master
  • Upgrade babel to ==2.15.0
chore(deps): update dependency beautifulsoup4 to v4.12.3
  • Schedule: ["at any time"]
  • Branch name: renovate/beautifulsoup4-4.x
  • Merge into: master
  • Upgrade beautifulsoup4 to ==4.12.3
chore(deps): update dependency boto3 to v1.34.98
  • Schedule: ["at any time"]
  • Branch name: renovate/boto3-1.x
  • Merge into: master
  • Upgrade boto3 to ==1.34.98
chore(deps): update dependency botocore to v1.34.98
  • Schedule: ["at any time"]
  • Branch name: renovate/botocore-1.x
  • Merge into: master
  • Upgrade botocore to ==1.34.98
chore(deps): update dependency cachetools to v5.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/cachetools-5.x
  • Merge into: master
  • Upgrade cachetools to ==5.3.3
chore(deps): update dependency cffi to v1.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cffi-1.x
  • Merge into: master
  • Upgrade cffi to ==1.16.0
chore(deps): update dependency charset-normalizer to v2.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/charset-normalizer-2.x
  • Merge into: master
  • Upgrade charset-normalizer to ==2.1.1
chore(deps): update dependency coverage to v6.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-6.x
  • Merge into: master
  • Upgrade coverage to ==6.5.0
chore(deps): update dependency docutils to v0.21.2
  • Schedule: ["at any time"]
  • Branch name: renovate/docutils-0.x
  • Merge into: master
  • Upgrade docutils to ==0.21.2
chore(deps): update dependency filelock to v3.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/filelock-3.x
  • Merge into: master
  • Upgrade filelock to ==3.14.0
chore(deps): update dependency flask to v2.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-2.x
  • Merge into: master
  • Upgrade flask to ==2.3.3
chore(deps): update dependency flask-classful to v0.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-classful-0.x
  • Merge into: master
  • Upgrade flask-classful to ==0.16.0
chore(deps): update dependency flask-marshmallow to v0.15.0
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-marshmallow-0.x
  • Merge into: master
  • Upgrade flask-marshmallow to ==0.15.0
chore(deps): update dependency furo to v2022.12.7
  • Schedule: ["at any time"]
  • Branch name: renovate/furo-2022.x
  • Merge into: master
  • Upgrade furo to ==2022.12.7
chore(deps): update dependency google-api-core to v2.19.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google-api-core-2.x
  • Merge into: master
  • Upgrade google-api-core to ==2.19.0
chore(deps): update dependency google-auth to v2.29.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google-auth-2.x
  • Merge into: master
  • Upgrade google-auth to ==2.29.0
chore(deps): update dependency google-cloud-core to v2.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/google-cloud-core-2.x
  • Merge into: master
  • Upgrade google-cloud-core to ==2.4.1
chore(deps): update dependency google-crc32c to v1.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google-crc32c-1.x
  • Merge into: master
  • Upgrade google-crc32c to ==1.5.0
chore(deps): update dependency google-resumable-media to v2.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google-resumable-media-2.x
  • Merge into: master
  • Upgrade google-resumable-media to ==2.7.0
chore(deps): update dependency googleapis-common-protos to v1.63.0
  • Schedule: ["at any time"]
  • Branch name: renovate/googleapis-common-protos-1.x
  • Merge into: master
  • Upgrade googleapis-common-protos to ==1.63.0
chore(deps): update dependency idna to v3.7
  • Schedule: ["at any time"]
  • Branch name: renovate/idna-3.x
  • Merge into: master
  • Upgrade idna to ==3.7
chore(deps): update dependency imagesize to v1.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/imagesize-1.x
  • Merge into: master
  • Upgrade imagesize to ==1.4.1
chore(deps): update dependency importlib-metadata to v4.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/importlib-metadata-4.x
  • Merge into: master
  • Upgrade importlib-metadata to ==4.13.0
chore(deps): update dependency isort to v5.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/isort-5.x
  • Merge into: master
  • Upgrade isort to ==5.13.2
chore(deps): update dependency itsdangerous to v2.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/itsdangerous-2.x
  • Merge into: master
  • Upgrade itsdangerous to ==2.2.0
chore(deps): update dependency marshmallow to v3.21.2
  • Schedule: ["at any time"]
  • Branch name: renovate/marshmallow-3.x
  • Merge into: master
  • Upgrade marshmallow to ==3.21.2
chore(deps): update dependency mccabe to v0.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/mccabe-0.x
  • Merge into: master
  • Upgrade mccabe to ==0.7.0
chore(deps): update dependency msrest to v0.7.1
  • Schedule: ["at any time"]
  • Branch name: renovate/msrest-0.x
  • Merge into: master
  • Upgrade msrest to ==0.7.1
chore(deps): update dependency mypy to v0.991
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-0.x
  • Merge into: master
  • Upgrade mypy to ==0.991
chore(deps): update dependency pep517 to v0.13.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pep517-0.x
  • Merge into: master
  • Upgrade pep517 to ==0.13.1
chore(deps): update dependency pip-tools to v6.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pip-tools-6.x
  • Merge into: master
  • Upgrade pip-tools to ==6.14.0
chore(deps): update dependency platformdirs to v2.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/platformdirs-2.x
  • Merge into: master
  • Upgrade platformdirs to ==2.6.2
chore(deps): update dependency pluggy to v1.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pluggy-1.x
  • Merge into: master
  • Upgrade pluggy to ==1.5.0
chore(deps): update dependency pyasn1 to v0.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pyasn1-0.x
  • Merge into: master
  • Upgrade pyasn1 to ==0.6.0
chore(deps): update dependency pyasn1-modules to v0.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pyasn1-modules-0.x
  • Merge into: master
  • Upgrade pyasn1-modules to ==0.4.0
chore(deps): update dependency pycodestyle to v2.11.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pycodestyle-2.x
  • Merge into: master
  • Upgrade pycodestyle to ==2.11.1
chore(deps): update dependency pycparser to v2.22
  • Schedule: ["at any time"]
  • Branch name: renovate/pycparser-2.x
  • Merge into: master
  • Upgrade pycparser to ==2.22
chore(deps): update dependency pyflakes to v2.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pyflakes-2.x
  • Merge into: master
  • Upgrade pyflakes to ==2.5.0
chore(deps): update dependency pygments to v2.18.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pygments-2.x
  • Merge into: master
  • Upgrade pygments to ==2.18.0
chore(deps): update dependency pyparsing to v3.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pyparsing-3.x
  • Merge into: master
  • Upgrade pyparsing to ==3.1.2
chore(deps): update dependency pytest to v7.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-7.x
  • Merge into: master
  • Upgrade pytest to ==7.4.4
chore(deps): update dependency pytest-env to v0.8.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-env-0.x
  • Merge into: master
  • Upgrade pytest-env to ==0.8.2
chore(deps): update dependency pytest-isort to v3.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-isort-3.x
  • Merge into: master
  • Upgrade pytest-isort to ==3.1.0
chore(deps): update dependency pytest-mypy to v0.10.3
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-mypy-0.x
  • Merge into: master
  • Upgrade pytest-mypy to ==0.10.3
chore(deps): update dependency python-dateutil to v2.9.0.post0
  • Schedule: ["at any time"]
  • Branch name: renovate/python-dateutil-2.x
  • Merge into: master
  • Upgrade python-dateutil to ==2.9.0.post0
chore(deps): update dependency python-dotenv to v0.21.1
  • Schedule: ["at any time"]
  • Branch name: renovate/python-dotenv-0.x
  • Merge into: master
  • Upgrade python-dotenv to ==0.21.1
chore(deps): update dependency pytz to v2022.7.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pytz-2022.x
  • Merge into: master
  • Upgrade pytz to ==2022.7.1
chore(deps): update dependency requests to v2.31.0
  • Schedule: ["at any time"]
  • Branch name: renovate/requests-2.x
  • Merge into: master
  • Upgrade requests to ==2.31.0
chore(deps): update dependency rsa to v4.9
  • Schedule: ["at any time"]
  • Branch name: renovate/rsa-4.x
  • Merge into: master
  • Upgrade rsa to ==4.9
chore(deps): update dependency s3transfer to v0.10.1
  • Schedule: ["at any time"]
  • Branch name: renovate/s3transfer-0.x
  • Merge into: master
  • Upgrade s3transfer to ==0.10.1
chore(deps): update dependency soupsieve to v2.5
  • Schedule: ["at any time"]
  • Branch name: renovate/soupsieve-2.x
  • Merge into: master
  • Upgrade soupsieve to ==2.5
chore(deps): update dependency sphinx to v4.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-4.x
  • Merge into: master
  • Upgrade sphinx to ==4.5.0
chore(deps): update dependency sphinx-autodoc-typehints to v1.25.3
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-autodoc-typehints-1.x
  • Merge into: master
  • Upgrade sphinx-autodoc-typehints to ==1.25.3
chore(deps): update dependency tox to v3.28.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tox-3.x
  • Merge into: master
  • Upgrade tox to ==3.28.0
chore(deps): update dependency types-python-dateutil to v2.9.0.20240316
  • Schedule: ["at any time"]
  • Branch name: renovate/types-python-dateutil-2.x
  • Merge into: master
  • Upgrade types-python-dateutil to ==2.9.0.20240316
chore(deps): update dependency typing-extensions to v4.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/typing-extensions-4.x
  • Merge into: master
  • Upgrade typing-extensions to ==4.11.0
chore(deps): update dependency vcrpy to v4.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vcrpy-4.x
  • Merge into: master
  • Upgrade vcrpy to ==4.4.0
chore(deps): update dependency virtualenv to v20.26.1
  • Schedule: ["at any time"]
  • Branch name: renovate/virtualenv-20.x
  • Merge into: master
  • Upgrade virtualenv to ==20.26.1
chore(deps): update dependency werkzeug to v2.3.8
  • Schedule: ["at any time"]
  • Branch name: renovate/werkzeug-2.x
  • Merge into: master
  • Upgrade werkzeug to ==2.3.8
chore(deps): update dependency wheel to v0.43.0
  • Schedule: ["at any time"]
  • Branch name: renovate/wheel-0.x
  • Merge into: master
  • Upgrade wheel to ==0.43.0
chore(deps): update dependency wrapt to v1.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/wrapt-1.x
  • Merge into: master
  • Upgrade wrapt to ==1.16.0
chore(deps): update dependency yarl to v1.9.4
  • Schedule: ["at any time"]
  • Branch name: renovate/yarl-1.x
  • Merge into: master
  • Upgrade yarl to ==1.9.4
chore(deps): update dependency zipp to v3.18.1
  • Schedule: ["at any time"]
  • Branch name: renovate/zipp-3.x
  • Merge into: master
  • Upgrade zipp to ==3.18.1
chore(deps): update registry.cri.epita.fr/cri/docker/mirror/python docker tag to v3.11
  • Schedule: ["at any time"]
  • Branch name: renovate/registry.cri.epita.fr-cri-docker-mirror-python-3.x
  • Merge into: master
  • Upgrade registry.cri.epita.fr/cri/docker/mirror/python to 3.11-slim
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
chore(deps): update actions/setup-python action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-5.x
  • Merge into: master
  • Upgrade actions/setup-python to v5
chore(deps): update dependency attrs to v23
  • Schedule: ["at any time"]
  • Branch name: renovate/attrs-23.x
  • Merge into: master
  • Upgrade attrs to ==23.2.0
chore(deps): update dependency certifi to v2024
  • Schedule: ["at any time"]
  • Branch name: renovate/certifi-2024.x
  • Merge into: master
  • Upgrade certifi to ==2024.2.2
chore(deps): update dependency charset-normalizer to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/charset-normalizer-3.x
  • Merge into: master
  • Upgrade charset-normalizer to ==3.3.2
chore(deps): update dependency coverage to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-7.x
  • Merge into: master
  • Upgrade coverage to ==7.5.1
chore(deps): update dependency cryptography to v42
  • Schedule: ["at any time"]
  • Branch name: renovate/cryptography-42.x
  • Merge into: master
  • Upgrade cryptography to ==42.0.6
chore(deps): update dependency flake8 to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/flake8-7.x
  • Merge into: master
  • Upgrade flake8 to ==7.0.0
chore(deps): update dependency flask to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-3.x
  • Merge into: master
  • Upgrade flask to ==3.0.3
chore(deps): update dependency flask-marshmallow to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/flask-marshmallow-1.x
  • Merge into: master
  • Upgrade flask-marshmallow to ==1.2.1
chore(deps): update dependency furo to v2024
  • Schedule: ["at any time"]
  • Branch name: renovate/furo-2024.x
  • Merge into: master
  • Upgrade furo to ==2024.4.27
chore(deps): update dependency google-cloud-storage to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/google-cloud-storage-2.x
  • Merge into: master
  • Upgrade google-cloud-storage to ==2.16.0
chore(deps): update dependency importlib-metadata to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/importlib-metadata-7.x
  • Merge into: master
  • Upgrade importlib-metadata to ==7.1.0
chore(deps): update dependency iniconfig to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/iniconfig-2.x
  • Merge into: master
  • Upgrade iniconfig to ==2.0.0
chore(deps): update dependency mypy to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-1.x
  • Merge into: master
  • Upgrade mypy to ==1.10.0
chore(deps): update dependency mypy-extensions to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-extensions-1.x
  • Merge into: master
  • Upgrade mypy-extensions to ==1.0.0
chore(deps): update dependency packaging to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/packaging-24.x
  • Merge into: master
  • Upgrade packaging to ==24.0
chore(deps): update dependency pip-tools to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/pip-tools-7.x
  • Merge into: master
  • Upgrade pip-tools to ==7.4.1
chore(deps): update dependency platformdirs to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/platformdirs-4.x
  • Merge into: master
  • Upgrade platformdirs to ==4.2.1
chore(deps): update dependency protobuf to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/protobuf-5.x
  • Merge into: master
  • Upgrade protobuf to ==5.26.1
chore(deps): update dependency pyflakes to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/pyflakes-3.x
  • Merge into: master
  • Upgrade pyflakes to ==3.2.0
chore(deps): update dependency pyjwt to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/pyjwt-2.x
  • Merge into: master
  • Upgrade pyjwt to ==2.8.0
chore(deps): update dependency pytest to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-8.x
  • Merge into: master
  • Upgrade pytest to ==8.2.0
chore(deps): update dependency pytest-cov to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-5.x
  • Merge into: master
  • Upgrade pytest-cov to ==5.0.0
chore(deps): update dependency pytest-env to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-env-1.x
  • Merge into: master
  • Upgrade pytest-env to ==1.1.3
chore(deps): update dependency pytest-isort to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-isort-4.x
  • Merge into: master
  • Upgrade pytest-isort to ==4.0.0
chore(deps): update dependency python-dotenv to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/python-dotenv-1.x
  • Merge into: master
  • Upgrade python-dotenv to ==1.0.1
chore(deps): update dependency pytz to v2024
  • Schedule: ["at any time"]
  • Branch name: renovate/pytz-2024.x
  • Merge into: master
  • Upgrade pytz to ==2024.1
chore(deps): update dependency requests-oauthlib to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/requests-oauthlib-2.x
  • Merge into: master
  • Upgrade requests-oauthlib to ==2.0.0
chore(deps): update dependency sphinx to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-7.x
  • Merge into: master
  • Upgrade sphinx to ==7.3.7
chore(deps): update dependency sphinx-autodoc-typehints to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/sphinx-autodoc-typehints-2.x
  • Merge into: master
  • Upgrade sphinx-autodoc-typehints to ==2.1.0
chore(deps): update dependency tox to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/tox-4.x
  • Merge into: master
  • Upgrade tox to ==4.15.0
chore(deps): update dependency types-pytz to v2024
  • Schedule: ["at any time"]
  • Branch name: renovate/types-pytz-2024.x
  • Merge into: master
  • Upgrade types-pytz to ==2024.1.0.20240417
chore(deps): update dependency ubuntu to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: master
  • Upgrade ubuntu to 22.04
chore(deps): update dependency urllib3 to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/urllib3-2.x
  • Merge into: master
  • Upgrade urllib3 to ==2.2.1
chore(deps): update dependency vcrpy to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/vcrpy-6.x
  • Merge into: master
  • Upgrade vcrpy to ==6.0.1
chore(deps): update dependency webargs to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/webargs-8.x
  • Merge into: master
  • Upgrade webargs to ==8.4.0
chore(deps): update dependency werkzeug to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/werkzeug-3.x
  • Merge into: master
  • Upgrade werkzeug to ==3.0.3
chore(deps): update paambaati/codeclimate-action action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/paambaati-codeclimate-action-6.x
  • Merge into: master
  • Upgrade paambaati/codeclimate-action to v6.0.0

Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports