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

Bump tenacity from 8.5.0 to 9.0.0 #407

Merged
merged 5 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,42 @@ updates:
ignore:
- dependency-name: cpr_sdk
- dependency-name: db-client
reviewers:
- climatepolicyradar/software
groups:
all:
applies-to: version-updates
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
ignore:
- dependency-name: cpr_sdk
- dependency-name: db-client
reviewers:
- climatepolicyradar/software
groups:
all:
applies-to: version-updates
patterns:
- "*"
- package-ecosystem: pip
directory: /
schedule:
interval: daily
allow:
- dependency-name: cpr_sdk
reviewers:
- climatepolicyradar/deng
target-branch: main
- package-ecosystem: pip
directory: /
schedule:
interval: daily
allow:
- dependency-name: db-client
reviewers:
- climatepolicyradar/software
target-branch: main
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "navigator_backend"
version = "1.23.2"
version = "1.23.3"
description = ""
authors = ["CPR-dev-team <[email protected]>"]
packages = [{ include = "app" }, { include = "tests" }]
Expand Down Expand Up @@ -28,7 +28,7 @@ requests-toolbelt = "^1.0.0"
SQLAlchemy = "^1.4.31"
SQLAlchemy-Utils = "^0.38.2"
starlette = "^0.27.0"
tenacity = "^8.0.1"
tenacity = "^9.0.0"
uvicorn = { extras = ["standard"], version = "^0.20.0" }
botocore = "^1.34.19"
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.28" }
Expand Down
Loading