Bump sentry_sdk, setuptools

This commit is contained in:
thatdonfc 2021-03-07 08:19:15 -08:00
parent b4d35b968b
commit fd01d7d587
No known key found for this signature in database
GPG Key ID: 805A5EDAE682FD3A
3 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,5 @@ line_length = 79
[build-system]
# These are the assumed default build requirements from pip:
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
requires = ["setuptools>=40.8.0", "wheel"]
requires = ["setuptools>=49.2.1", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"

View File

@ -19,6 +19,6 @@
zeroconf>=0.28.6
cython==0.29.21
pyupdater>=3.1.0
sentry-sdk>=0.19.0
sentry-sdk==1.0.0
certifi>=2019.3.9
pyserial>=3.5

View File

@ -34,7 +34,7 @@ INSTALL_REQUIRES = [
'pypiwin32>=223; platform_system == "Windows"',
"cython>=0.29.21",
"pyupdater>=3.1.0",
"sentry-sdk>=0.19.0",
"sentry-sdk==1.0.0",
"certifi>=2019.3.9",
"pyserial>=3.5",
]