Skip to content
Open
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
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dbt-core = ">=1.8,<2.0.0"
requests = ">=2.28.1,<3.0.0"
urllib3 = ">=2.7.0,<3.0.0"
idna = ">=3.15,<4" # transitive dependency via requests, pinned to address CVE-2025-46816
msgpack = ">=1.2.1" # transitive dependency via CacheControl, pinned to address GHSA OOB read
cryptography = ">=48.0.1" # transitive dependency via SecretStorage, pinned to address GHSA vulnerable OpenSSL
beautifulsoup4 = "<5.0.0"
ratelimit = "*"
posthog = "<3.0.0"
Expand Down
Loading