Skip to content

Commit

Permalink
Fix python poetry version (#100)
Browse files Browse the repository at this point in the history
* Fix python poetry version

* Update poetry.lock

* Remove deps group

---------

Co-authored-by: tb1337 <[email protected]>
  • Loading branch information
tb1337 authored Feb 18, 2024
1 parent 6063c31 commit ce4b24b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typing-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: poetry
- name: 🚧 Install dependencies
run: poetry install --no-root --only main,dev --no-interaction
run: poetry install --no-root --no-interaction
- name: 🚀 Run pre-commit hooks
run: |
poetry run pre-commit run check-yaml --all-files
Expand Down
45 changes: 24 additions & 21 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.11"
aiohttp = "^3.9.3"
yarl = "^1.9.4"

Expand Down

0 comments on commit ce4b24b

Please sign in to comment.