Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ovh requirement from <1.1,>=0.5.0 to >=0.5.0,<1.2 #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Updates the requirements on ovh to permit the latest version.

Release notes

Sourced from ovh's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: ovh/python-ovh@v1.0.0...v1.1.0

Changelog

Sourced from ovh's changelog.

1.1.0 (2023-04-07)

  • [feature]: add support for v2 routes (#115)
  • [buildsystem]: move to github actions, using unittest (#112, #114, #117, #113)

1.0.1 (2023-03-07)

  • [buildsystem] missing changelog entry for 1.0.0
  • [buildsystem] add github actions
  • [buildsystem] apply flake8 linting
  • [buildsystem] apply isort formatting
  • [buildsystem] apply black formatting
  • [buildsystem] switch to pytest

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

... (truncated)

Commits
  • c75086a Merge pull request #119 from ovh/bump-setupcfg
  • b3e8281 feat(version): bump setup.cfg
  • b449970 Merge pull request #118 from ovh/bump
  • b702354 chore(version): add changelog for v1.1.0
  • 6d8d100 Merge pull request #115 from deathiop/v2
  • 59b780f build: build status from github actions
  • b1dc08a feat: allow /v1 or /v2 prefixes in path
  • c99debc test: full migration to pytest
  • e332753 Merge pull request #113 from deathiop/pytest
  • b9f390b test: full migration to pytest
  • 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)

Updates the requirements on [ovh](https://github.com/ovh/python-ovh) to permit the latest version.
- [Release notes](https://github.com/ovh/python-ovh/releases)
- [Changelog](https://github.com/ovh/python-ovh/blob/master/CHANGELOG.md)
- [Commits](ovh/python-ovh@v0.5.0...v1.1.0)

---
updated-dependencies:
- dependency-name: ovh
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants