Skip to content

Commit

Permalink
squash 2184 - ddtrace 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbfled committed Dec 24, 2024
1 parent 0b8b9b8 commit 5a97eb4
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fileignoreconfig:
- filename: app/dao/api_key_dao.py
checksum: c44cbd8ae02fb1d551a1f0941365c11977564a6444950ee2b0282ee4b5fd1314
- filename: poetry.lock
checksum: e7c123d3dc062f770f208a265253fbf3e80a1239a5c53daff62ff02419f2e8fd
checksum: d8b6228abbbb1052ed0b7aed802d90003dd6ca053381bf00ab17a752e1c235ad
- filename: tests/app/dao/test_api_key_dao.py
checksum: 5bab4eaddf8760c502111ae3e5f9f8bee59482d99f053f94598e8c77bd10b7b6
- filename: tests/app/v2/notifications/test_get_notifications.py
Expand Down
124 changes: 62 additions & 62 deletions poetry.lock

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

11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,15 @@ package-mode = false
[tool.poetry.dependencies]
python = "~3.10"
alembic-utils = "*"
# TODO - was *@1.3.2. Upgrades to 1.4.0 breaks? The newer version is undocumented.
# Authlib = "~1.3.2"
Authlib = "*"
boto3 = "*"
botocore = "*"
cachelib = "*"
cachetools = "*"
celery = {extras = ["sqs"], version = "*"}
click-datetime = "*"
# This is not a top-level dependency. v44 is compiled against OpenSSL 3.4.0, but the version
# of Alpine we use as of 24 DEC 2024 includes OpenSSL v3.1.7-r1.
# https://cryptography.io/en/latest/changelog/#v44-0-0
# https://pkgs.alpinelinux.org/package/v3.19/main/x86_64/openssl
# cryptography = "~43"
# TODO - was *@2.18.1. Upgrade breaks?
ddtrace = "~2.16.2"
# 24 DEC 2024: Upgrading to the next minor version causes deployments to fail at the "run-deployment/deploy-api" step.
ddtrace = "~2.17"
docopt = "*"
fido2 = "*"
Flask = "*"
Expand Down

0 comments on commit 5a97eb4

Please sign in to comment.