From 690d0ef121acea555dfe3135fe1ef5bab047c2a6 Mon Sep 17 00:00:00 2001 From: Filiq Date: Wed, 10 Jan 2024 21:26:47 +0100 Subject: [PATCH] updated requirements.lock --- .github/workflows/ci.yml | 4 ++-- requirements.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8dada98..e1443844 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.11' - run: sudo apt-get update - run: sudo sh bin/install.sh - run: . venv/bin/activate && make lint @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.11' - run: sudo apt-get update - run: sudo make install - run: sudo make install-extra diff --git a/requirements.lock b/requirements.lock index f15fc01b..15074117 100644 --- a/requirements.lock +++ b/requirements.lock @@ -29,7 +29,7 @@ Flask-Migrate==3.1.0 flask-smorest==0.38.1 Flask-SQLAlchemy==2.5.1 Flask-WTF==1.0.1 -greenlet==1.1.2 +greenlet==3.0.0 gunicorn==20.1.0 idna==3.3 importlib-metadata==4.12.0 @@ -71,7 +71,7 @@ pytest-factoryboy==2.5.0 pytest-flask==1.2.0 pytest-html==3.1.1 pytest-httpserver==1.0.4 -pytest-metadata==2.0.1 +pytest-metadata==2.0.4 pytest-selenium==3.0.0 pytest-variables==1.9.0 python-box==6.0.2