From b7b983d5006cefbfe4174a6c06c4070f12499835 Mon Sep 17 00:00:00 2001 From: Kataiser Date: Thu, 18 Jul 2024 17:02:42 -0500 Subject: [PATCH] Updated requirements --- TF2 Rich Presence/launcher.py | 3 +-- TF2 Rich Presence/tests.py | 2 +- requirements.txt | 18 +++++++++--------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/TF2 Rich Presence/launcher.py b/TF2 Rich Presence/launcher.py index 396a8c53..6bd63b76 100644 --- a/TF2 Rich Presence/launcher.py +++ b/TF2 Rich Presence/launcher.py @@ -54,8 +54,7 @@ def main(launch: bool = True): attach_stacktrace=True, max_breadcrumbs=50, debug=DEBUG, - environment="Debug build" if DEBUG else "Release", - request_bodies='small') + environment="Debug build" if DEBUG else "Release") with sentry_sdk.configure_scope() as scope: user_pc_name: str = socket.gethostname() diff --git a/TF2 Rich Presence/tests.py b/TF2 Rich Presence/tests.py index 5d6ba0b8..db910cfa 100644 --- a/TF2 Rich Presence/tests.py +++ b/TF2 Rich Presence/tests.py @@ -343,7 +343,7 @@ def test_timeout(self): def test_load_maps_db(self): maps_db = gamemodes.load_maps_db() - self.assertEqual(len(maps_db), 185) + self.assertEqual(len(maps_db), 195) for map_ in maps_db: map_data = maps_db[map_] diff --git a/requirements.txt b/requirements.txt index 3eb403e3..400318f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,17 @@ Cython==3.0.10 beautifulsoup4==4.12.3 -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 discoIPC==1.0.0 idna==3.7 -lxml==5.2.1 -pillow==10.3.0 -psutil==5.9.8 +lxml==5.2.2 +pillow==10.4.0 +psutil==6.0.0 python-a2s==1.3.0 requests-futures==1.0.1 -requests==2.31.0 -sentry-sdk==1.45.0 -setuptools==69.5.1 -ujson==5.9.0 -urllib3==2.2.1 +requests==2.32.3 +sentry-sdk==2.10.0 +setuptools==71.0.3 +ujson==5.10.0 +urllib3==2.2.2 vdf==3.4