Skip to content

Commit

Permalink
Bump gql from 3.4.1 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [gql](https://github.com/graphql-python/gql) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/graphql-python/gql/releases)
- [Commits](graphql-python/gql@v3.4.1...v3.5.0)

---
updated-dependencies:
- dependency-name: gql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent 49fe9db commit e8d2924
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 17 deletions.
66 changes: 50 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "nais_verification"}]
[tool.poetry.dependencies]
python = "^3.10"
pydantic = "^2.5.3"
gql = {version = "^3.4.1", extras = ["requests"]}
gql = {version = "^3.5.0", extras = ["requests"]}
requests = "<3"
fiaas-logging = "<1"
k8s = "<1"
Expand Down

0 comments on commit e8d2924

Please sign in to comment.