From 3b1d242add02e09e85e1b530a563ec6345f3e99c Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@dev.funkwhale.audio>
Date: Wed, 10 Jan 2024 14:02:39 +0000
Subject: [PATCH] chore(deps): pin dependencies

---
 setup.cfg | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index ba4fcfe..150b169 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,18 +33,18 @@ include_package_data = True
 packages = find:
 python_requires = >=3.6
 install_requires =
-    aiofiles~=0.7.0
-    aiohttp~=3.7.4
-    appdirs~=1.4.4
-    click~=7.1.2
-    click-log~=0.3.2
-    keyring~=23.0.1
-    marshmallow~=2.19.2
-    python-dotenv~=0.18.0
-    semver~=2.13.0
-    tabulate~=0.8.9
-    tqdm~=4.61.1
-    pathvalidate~=2.4.1
+    aiofiles==0.7.0
+    aiohttp==3.7.4.post0
+    appdirs==1.4.4
+    click==7.1.2
+    click-log==0.3.2
+    keyring==23.0.1
+    marshmallow==2.19.5
+    python-dotenv==0.18.0
+    semver==2.13.0
+    tabulate==0.8.10
+    tqdm==4.61.2
+    pathvalidate==2.4.1
 
 [options.entry_points]
 console_scripts =
@@ -52,27 +52,27 @@ console_scripts =
 
 [options.extras_require]
 dev =
-    ipdb~=0.13.9
+    ipdb==0.13.13
 
 test =
-    pytest~=6.2.4
-    pytest-mock~=3.6.1
-    pytest-env~=0.6.2
-    aioresponses~=0.7.2
-    asynctest~=0.13.0
+    pytest==6.2.5
+    pytest-mock==3.6.1
+    pytest-env==0.6.2
+    aioresponses==0.7.6
+    asynctest==0.13.0
 
 build =
-    pyinstaller~=4.3
+    pyinstaller==4.10
 
 build-pypi =
-    setuptools~=56.0.0
-    wheel~=0.36.2
+    setuptools==56.0.0
+    wheel==0.36.2
 
 publish =
-    twine~=3.4.1
+    twine==3.4.2
 
 changelog =
-    towncrier~=21.3.0
+    towncrier==21.3.0
 
 [options.packages.find]
 exclude =
-- 
GitLab