summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-07-05 17:51:17 +0200
committerDominik Holland <dominik.holland@googlemail.com>2022-01-27 13:50:04 +0100
commitbab155249bbd8cba4efd96f50a22bdff37220ea9 (patch)
tree702190f34f8baba87c2117e711b2fbbbd7baa57d
parent73da49d5914dad7a5334a48f937d02b52000cff6 (diff)
downloadqtivi-qface-bab155249bbd8cba4efd96f50a22bdff37220ea9.tar.gz
Update the minimum versions of our dependencies
As we didn't introduce new code, we can stay with the versions from qface version 2.0.3.
-rw-r--r--.github/workflows/python-package.yml2
-rw-r--r--requirements.txt6
-rw-r--r--requirements_minimal.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index 9075bab..e229046 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest setuptools wheel twine
- if [ ${{ matrix.dependencies }} == "latest"]; then
+ if [ ${{ matrix.dependencies }} == "latest" ]; then
pip install -r requirements.txt;
else
pip install -r requirements_minimal.txt;
diff --git a/requirements.txt b/requirements.txt
index 2ca9ab4..82601fc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,13 +1,13 @@
antlr4-python3-runtime>=4.7.1
argh>=0.26.2
-click>==6.7
+click>=6.7
coloredlogs>=10.0
humanfriendly>=4.15.1
-Jinja2>=2.11.3
+Jinja2>=2.10.3
MarkupSafe>=1.0
path.py>=11.0.1
pathtools>=0.1.2
-PyYAML>=5.4
+PyYAML>=5.1
six>=1.11.0
typing>=3.6.4
watchdog>=0.8.3
diff --git a/requirements_minimal.txt b/requirements_minimal.txt
index 95ccc43..5225362 100644
--- a/requirements_minimal.txt
+++ b/requirements_minimal.txt
@@ -3,11 +3,11 @@ argh==0.26.2
click==6.7
coloredlogs==10.0
humanfriendly==4.15.1
-Jinja2==2.11.3
+Jinja2==2.10.3
MarkupSafe==1.1
path.py==11.0.1
pathtools==0.1.2
-PyYAML==5.4
+PyYAML==5.1
six==1.11.0
typing==3.6.4
watchdog==0.8.3