Skip to content
Snippets Groups Projects
Commit 3b1d242a authored by RenovateBot's avatar RenovateBot
Browse files

chore(deps): pin dependencies

parent 25542a3a
No related branches found
No related tags found
1 merge request!26chore(deps): pin dependencies
Pipeline #34700 passed
...@@ -33,18 +33,18 @@ include_package_data = True ...@@ -33,18 +33,18 @@ include_package_data = True
packages = find: packages = find:
python_requires = >=3.6 python_requires = >=3.6
install_requires = install_requires =
aiofiles~=0.7.0 aiofiles==0.7.0
aiohttp~=3.7.4 aiohttp==3.7.4.post0
appdirs~=1.4.4 appdirs==1.4.4
click~=7.1.2 click==7.1.2
click-log~=0.3.2 click-log==0.3.2
keyring~=23.0.1 keyring==23.0.1
marshmallow~=2.19.2 marshmallow==2.19.5
python-dotenv~=0.18.0 python-dotenv==0.18.0
semver~=2.13.0 semver==2.13.0
tabulate~=0.8.9 tabulate==0.8.10
tqdm~=4.61.1 tqdm==4.61.2
pathvalidate~=2.4.1 pathvalidate==2.4.1
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
...@@ -52,27 +52,27 @@ console_scripts = ...@@ -52,27 +52,27 @@ console_scripts =
[options.extras_require] [options.extras_require]
dev = dev =
ipdb~=0.13.9 ipdb==0.13.13
test = test =
pytest~=6.2.4 pytest==6.2.5
pytest-mock~=3.6.1 pytest-mock==3.6.1
pytest-env~=0.6.2 pytest-env==0.6.2
aioresponses~=0.7.2 aioresponses==0.7.6
asynctest~=0.13.0 asynctest==0.13.0
build = build =
pyinstaller~=4.3 pyinstaller==4.10
build-pypi = build-pypi =
setuptools~=56.0.0 setuptools==56.0.0
wheel~=0.36.2 wheel==0.36.2
publish = publish =
twine~=3.4.1 twine==3.4.2
changelog = changelog =
towncrier~=21.3.0 towncrier==21.3.0
[options.packages.find] [options.packages.find]
exclude = exclude =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment