diff --git a/mypy.ini b/mypy.ini index 0021372f416..13c73e59d0f 100644 --- a/mypy.ini +++ b/mypy.ini @@ -62,3 +62,6 @@ ignore_missing_imports = True [mypy-fastjsonschema] ignore_missing_imports = True + +[mypy-glide] +ignore_missing_imports = True diff --git a/poetry.lock b/poetry.lock index dfdd38260bd..b745f515159 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4126,14 +4126,14 @@ pathspec = ">=0.10.1" [[package]] name = "sentry-sdk" -version = "2.38.0" +version = "2.39.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" groups = ["dev"] files = [ - {file = "sentry_sdk-2.38.0-py2.py3-none-any.whl", hash = "sha256:2324aea8573a3fa1576df7fb4d65c4eb8d9929c8fa5939647397a07179eef8d0"}, - {file = "sentry_sdk-2.38.0.tar.gz", hash = "sha256:792d2af45e167e2f8a3347143f525b9b6bac6f058fb2014720b40b84ccbeb985"}, + {file = "sentry_sdk-2.39.0-py2.py3-none-any.whl", hash = "sha256:ba655ca5e57b41569b18e2a5552cb3375209760a5d332cdd87c6c3f28f729602"}, + {file = "sentry_sdk-2.39.0.tar.gz", hash = "sha256:8c185854d111f47f329ab6bc35993f28f7a6b7114db64aa426b326998cfa14e9"}, ] [package.dependencies]