Skip to content

[python]: Update ghreq requirement from <1.0,>=0.1.1 to >=0.7.0,<1.0#11

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/ghreq-gte-0.7.0-and-lt-1.0
Closed

[python]: Update ghreq requirement from <1.0,>=0.1.1 to >=0.7.0,<1.0#11
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/ghreq-gte-0.7.0-and-lt-1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Updates the requirements on ghreq to permit the latest version.

Release notes

Sourced from ghreq's releases.

v0.7.0 — Support for making GraphQL requests to custom URLs

  • Gave the Client constructor a graphql_url argument
  • Gave Client.graphql() an optional path argument
  • Gave Endpoint a graphql() method
  • Added a get_github_graphql_url() method
Changelog

Sourced from ghreq's changelog.

v0.7.0 (2025-11-28)

  • Support for making GraphQL requests to custom URLs:
    • Gave the Client constructor a graphql_url argument
    • Gave Client.graphql() an optional path argument
    • Gave Endpoint a graphql() method
    • Added a get_github_graphql_url() method

v0.6.0 (2025-11-14)

  • Support Python 3.13 and 3.14
  • Drop support for Python 3.8 and 3.9
  • Added a Client.graphql() method for making GraphQL requests

v0.5.0 (2023-12-17)

  • When a 403 response is received with a Retry-After or x-ratelimit-reset header that would result in the next retry attempt being after total_wait is exceeded, don't retry.

v0.4.0 (2023-12-15)

  • Migrated from setuptools to hatch
  • Added a set_headers argument to the Client constructor for explicitly setting or not setting headers on sessions
  • Added timeout arguments to the request methods
  • Added allow_redirects argument to Client.request() and Endpoint.request()

v0.3.1 (2023-11-13)

  • Adjusted the type hints on PrettyHTTPError to indicate that the response attribute is always non-None

v0.3.0 (2023-11-10)

  • A session-wide Accept header can now be specified when constructing a Client without having to use a custom Session
  • Added a headers argument to the Client constructor for setting arbitrary additional headers without having to use a custom Session
  • Gave Client a close() method

v0.2.0 (2023-11-03)

  • The version argument to make_user_agent() is now optional
  • The url argument to make_user_agent() is now actually optional

v0.1.1 (2023-10-21)

  • Fix the type annotation on Client.__enter__ to support subclassing

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [ghreq](https://github.com/jwodder/ghreq) to permit the latest version.
- [Release notes](https://github.com/jwodder/ghreq/releases)
- [Changelog](https://github.com/jwodder/ghreq/blob/master/CHANGELOG.md)
- [Commits](jwodder/ghreq@v0.1.1...v0.7.0)

---
updated-dependencies:
- dependency-name: ghreq
  dependency-version: 0.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added d:python Update a Python dependency dependencies Add, remove, or update one or more dependencies labels Apr 13, 2026
@jwodder jwodder closed this Apr 13, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 13, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/ghreq-gte-0.7.0-and-lt-1.0 branch April 13, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

d:python Update a Python dependency dependencies Add, remove, or update one or more dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant