Skip to content

Commit bcd017d

Browse files
authored
Fix urllib dep (#3575)
1 parent a07d1df commit bcd017d

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

auth-api/poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

queue_services/account-mailer/poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

queue_services/account-mailer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ urllib3 = "2.6.3"
3838
zipp = "3.19.1"
3939

4040
# VCS dependencies
41-
auth-api = { git = "https://github.com/seeker25/sbc-auth.git", branch = "31183", subdirectory = "auth-api" }
41+
auth-api = { git = "https://github.com/seeker25/sbc-auth.git", branch = "fix_urllib_dep", subdirectory = "auth-api" }
4242
simple-cloudevent = { git = "https://github.com/daxiom/simple-cloudevent.py.git" }
4343
cloud-sql-python-connector = "^1.13.0"
4444
pkginfo = "^1.12.1.2"

queue_services/auth-queue/poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

queue_services/auth-queue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ zipp = "3.19.1"
4040

4141

4242
# VCS dependencies
43-
auth-api = { git = "https://github.com/seeker25/sbc-auth.git", branch = "31183", subdirectory = "auth-api" }
43+
auth-api = { git = "https://github.com/seeker25/sbc-auth.git", branch = "fix_urllib_dep", subdirectory = "auth-api" }
4444
simple-cloudevent = { git = "https://github.com/daxiom/simple-cloudevent.py.git" }
4545
cloud-sql-python-connector = "^1.13.0"
4646

0 commit comments

Comments
 (0)