riotkit-org / infracheck

Incredibly elastic and lightweight health check endpoint to cover ANY CASE, including infrastructure as well as applications
https://infracheck.docs.riotkit.org
Apache License 2.0
20 stars 1 forks source link

Update ovh requirement from <0.6,>=0.5.0 to >=0.5.0,<1.1 #49

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on ovh to permit the latest version.

Release notes

Sourced from ovh's releases.

v1.0.0 (2022-03-15)

Important notice

Python 2, 3.4, 3.5 discontinuation

Please note that this version (v1.0.0) has dropped compatibility with Python 2.7, 3.4, 3.5. Python 2.7 is officially end-of-life since 2020-01-01. Python 3.4 is officially end-of-life since 2019-03-18. Python 3.5 is officially end-of-life since 2020-09-30.

If you plan to stay with un-supported Python versions, please use release v0.6.0.

Changelog

  • breaking: remove python 2 support (#110)
  • feat: added compatibility for Python 3.8, 3.9, 3.10 (#108)
  • feat: add headers customisation in raw_call (#84)
  • fix: do not send JSON body when no parameter was provided (#85)
  • chore: improved coverage and bump coverage library (#100)
  • chore: add scripts for debian packaging (#110)
Changelog

Sourced from ovh's changelog.

1.0.0 (2022-03-15)

  • [buildsystem] remove python 2 support (#110)
  • [buildsystem] added compatibility for Python 3.8, 3.9, 3.10 (#108)
  • [feature] add headers customisation in raw_call (#84)
  • [fix] do not send JSON body when no parameter was provided (#85)
  • [buildsystem] improved coverage and bump coverage library (#100)
  • [buildsystem] add scripts for debian packaging (#110)

0.6.0 (2022-03-15)

  • [compatibility] add support for Python 3.10
  • [dependencies] drop vendored requests library, added requests>=2.11.0
  • [fix] previous 'disable pyopenssl for ovh to fix "EPIPE"' fix is handled by requests dependency update

0.5.0 (2018-12-13)

  • [compatibility] drop support for EOL Python 2.6, 3.2 and 3.3 (#71)
  • [feature] Add OVH US endpoint (#63 #70)
  • [buildsystem] auto Pypi deployment when new tag (#60)
  • [documentation] fix typos (#72)
  • [documentation] flag package as Stable (#59)

0.4.8 (2017-09-15)

  • [feature] Add ResourceExpiredError exception (#48)

0.4.7 (2017-03-10)

  • [api] add raw_call method returning a raw requests Response object
  • [documentation] add advanced usage documentation
  • [buildsystem] fix bump-version debian/Changelog generation

0.4.6 (2017-02-27)

  • [api] add query_id property to exceptions to help error reporting
  • [api] remove deprecated runabove api
  • [feature] remove Python SNI warnings, OVH API does not need SNI (#35)
  • [buildsystem] Add build dependency on python3-setuptool
  • [buildsystem] Add debian folder

0.4.5 (2016-07-18)

  • [fix] (regression) body boolean must be sent as boolean (#34)

0.4.4 (2016-07-15)

  • [buildsystem] fix PyPi upload

0.4.3 (2016-07-15)

  • [api] fix: api expects lower case boolean value in querystring. Closes #32 (#33)
  • [feature] Add response in exception (#30, #31)
  • [feature] Read custom file on runtime (#29)
  • [buildsystem] chore: use find_packages in setup.py instead of hard-coded list
  • [buildsystem] fix: drop conflicting d2to1 dependency (closes #25 closes #27)

... (truncated)

Commits
  • f803b19 Merge pull request #110 from ovh/drop-python-2-support
  • 787a9f1 chore(release): prepare changelog for release v1.0.0
  • 947a6b5 chore(debian): add scripts to build debian package
  • 06205e5 chore(debian): remove python2 support + add dependency to python3-requests
  • aa780b7 chore(debian): add missing changelog for 0.6.0 + do not run unittests during ...
  • 27b31a3 chore(ci): removing .travis.yml as the service no longer exists
  • a5aa840 chore(LICENSE): license year bump
  • f348782 chore(compat): drop Python 2 support, add Python 3.8, 3.9, 3.10 support
  • 6b85e1b Merge pull request #84 from ovh/support-headers
  • 3bdd994 feat: added support for headers when calling ovh.Client.raw_call
  • 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)