Skip to content

Commit

Permalink
update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jan 28, 2025
1 parent 30942e8 commit 811ab4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 54 deletions.
58 changes: 5 additions & 53 deletions auth-api/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 auth-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytz = "^2024.2"
# VCS dependencies
sql-versioning = { git = "https://github.com/bcgov/sbc-connect-common.git", subdirectory = "python/sql-versioning", branch = "main" }
flask-jwt-oidc = {git = "https://github.com/seeker25/flask-jwt-oidc.git", branch = "main" }
build-deps = { git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "build-deps" }
build-deps = { git = "https://github.com/bcgov/sbc-auth.git", rev = "dependency_upgrades", subdirectory = "build-deps" }

[tool.poetry.group.test.dependencies]
psycopg2 = "^2.9.9"
Expand Down

0 comments on commit 811ab4a

Please sign in to comment.