Compare commits

..

No commits in common. 'a80aed54203a9efd3d68c5b6cac0aa2dde9b6942' and 'e8a7e804564464dd1bfa3dfe238c30b627e85b26' have entirely different histories.

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.47.dev1"
__version_info__ = (2, 2, 47, 99)
__version__ = "2.2.46"
__version_info__ = (2, 2, 46, 0)
if "dev" in __version__:
try:

@ -4,7 +4,7 @@ aiohttp>=3.9.3,<3.10; python_version > '3.7'
aiohttp-cors>=0.7.0,<0.8
aiofiles>=23.2.1,<23.3
Jinja2>=3.1.3,<3.2
sentry-sdk==1.40.6,<1.41
sentry-sdk==1.39.2,<1.40
psutil==5.9.8
async-timeout>=4.0.3,<4.1
distro>=1.9.0

Loading…
Cancel
Save