Skip to content

Commit

Permalink
Dependency upgrades p2 (bcgov#3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Jan 28, 2025
1 parent 2768c4c commit 6d89667
Show file tree
Hide file tree
Showing 7 changed files with 1,046 additions and 924 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ project you agree to abide by its terms.
# Testing Thanks

[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-white.svg)](https://sonarcloud.io/dashboard?id=sbc-auth)

1,946 changes: 1,034 additions & 912 deletions auth-api/poetry.lock

Large diffs are not rendered by default.

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 = "dependency_upgrades", subdirectory = "build-deps" }
build-deps = { git = "https://github.com/bcgov/sbc-auth.git", rev = "dependency_upgrades_p2", subdirectory = "build-deps" }

[tool.poetry.group.test.dependencies]
psycopg2 = "^2.9.9"
Expand Down
8 changes: 4 additions & 4 deletions queue_services/account-mailer/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 queue_services/account-mailer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ urllib3 = "2.2.2"
zipp = "3.19.1"

# VCS dependencies
auth-api = { git = "https://github.com/bcgov/sbc-auth.git", rev = "dependency_upgrades", subdirectory = "auth-api" }
auth-api = { git = "https://github.com/bcgov/sbc-auth.git", rev = "dependency_upgrades_p2", subdirectory = "auth-api" }
simple-cloudevent = { git = "https://github.com/daxiom/simple-cloudevent.py.git" }
cloud-sql-python-connector = "^1.13.0"

Expand Down
8 changes: 4 additions & 4 deletions queue_services/auth-queue/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 queue_services/auth-queue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ zipp = "3.19.1"


# VCS dependencies
auth-api = { git = "https://github.com/bcgov/sbc-auth.git", rev = "dependency_upgrades", subdirectory = "auth-api" }
auth-api = { git = "https://github.com/bcgov/sbc-auth.git", rev = "dependency_upgrades_p2", subdirectory = "auth-api" }
simple-cloudevent = { git = "https://github.com/daxiom/simple-cloudevent.py.git" }
cloud-sql-python-connector = "^1.13.0"

Expand Down

0 comments on commit 6d89667

Please sign in to comment.