Skip to content
Open
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
26 changes: 13 additions & 13 deletions queue_services/account-mailer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.12,<3.13"
blinker = ">=1.9.0"
charset-normalizer = "3.3.2"
click = "8.1.7"
charset-normalizer = "3.4.4"
click = "8.3.1"
expiringdict = "1.2.2"
google-auth = "2.28.2"
google-cloud-core = "2.4.3"
googleapis-common-protos = "1.63.0"
idna = "3.7"
google-auth = "2.48.0"
google-cloud-core = "2.5.0"
googleapis-common-protos = "1.72.0"
idna = "3.11"
importlib-resources = "5.13.0"
jaeger-client = "4.8.0"
msgpack = "1.0.8"
msgpack = "1.1.2"
opentracing = "2.4.0"
pkgutil-resolve-name = "1.3.10"
pyrfc3339 = "1.1"
pycountry = "23.12.11"
pyrsistent = "0.20.0"
pytz = "^2024.1"
semver = "3.0.2"
six = "1.16.0"
semver = "3.0.4"
six = "1.17.0"
threadloop = "1.0.2"
thrift = "0.20.0"
thrift = "0.22.0"
urllib3 = "2.6.3"
zipp = "3.19.1"
zipp = "3.23.0"

# VCS dependencies
auth-api = { git = "https://github.com/jxio/sbc-auth.git", branch = "32485_1", subdirectory = "auth-api" }
Expand All @@ -51,9 +51,9 @@ pytest-cov = "^5.0.0"
freezegun = "^1.5.1"
coverage = "^7.6.1"
lovely-pytest-docker = "^1.0.0"
pytest-asyncio = "0.18.3"
pytest-asyncio = "0.26.0"
astroid = "^3.2.3"
ruff = "^0.14.1"
ruff = "^0.15.0"

[build-system]
requires = ["poetry-core"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
- notify

notify:
image: stoplight/prism:3.3.0
image: stoplight/prism:3.3.7
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/bcgov/sbc-auth/main/docs/docs/api_contract/notify-api-1.0.0.yaml
Expand Down
Loading
Loading