sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Update all dependencies

Open antonpirker opened this issue 2 years ago • 2 comments

Problem Statement

Dependencies are outdated. There are a lot of dependabot PRs in the repo.

Solution Brainstorm

Update dependencies one by one.

antonpirker avatar Mar 21 '22 08:03 antonpirker

Agreed. Just came across an issue with tornado not supporting python 3.10 stuff. I had to pin tornado to 6.1 (in sentry-sdk it is >=5 which is not supporting python 3.10 I believe)

ivellios avatar Mar 28 '22 09:03 ivellios

Same for flask. Flask 2.1.1 is out but cannot be used

kasium avatar Apr 12 '22 06:04 kasium

This will be done in separate pull requests. Thanks @ivellios and @kasium for your input.

antonpirker avatar Sep 30 '22 12:09 antonpirker