Skip to content

Commit

Permalink
updated requirements.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Filiq committed Jan 10, 2024
1 parent 60f1f13 commit 690d0ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 690d0ef

Please sign in to comment.