Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/javascript-cb1c7ef38d
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 authored Jan 22, 2024
2 parents 616ff20 + 68d4a52 commit 8611073
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: poetry run pylint ${{ env.PACKAGE_NAME }} tests

- name: Mypy cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .mypy_cache
key: mypy-${{ runner.os }}-python-${{ env.PYTHON_VERSION }}-${{ github.sha }}
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ include = ["paramview/static/**/*"]

[tool.poetry.dependencies]
python = "^3.9"
flask = "^3.0.0"
flask = "^3.0.1"
flask-socketio = "^5.3.6"
eventlet = "^0.34.2"
eventlet = "^0.35.0"
watchdog = "^3.0.0"
paramdb = "^0.10.2"

Expand Down

0 comments on commit 8611073

Please sign in to comment.