Skip to content

Commit

Permalink
upgrade sentry version up to 22.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Bukhman committed Jun 5, 2023
1 parent 3370712 commit 51ed9bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sentry_telegram_py3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""


__version__ = '0.5.0'
__version__ = '0.6.0'
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
envlist = py37-sentry20
envlist = py37-sentry22
skipsdist = True

[testenv]
deps =
psycopg2>=2.6.0
sentry20: sentry==20.12.1
sentry22: sentry==22.12.0
pytest-cov>=2.5.1,<2.6.0
pytest-html==1.22.0
mock
Expand Down

0 comments on commit 51ed9bc

Please sign in to comment.