Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/idna-3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Erokhin authored May 27, 2024
2 parents bc0c86b + f5121c1 commit 9445a81
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
echo "::set-output name=version::$version"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}

- name: Install poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v3.0.0

- name: Set version
run: |
Expand Down
44 changes: 29 additions & 15 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 @@ -33,7 +33,7 @@ colorama = "^0.4"
[tool.poetry.dev-dependencies]
pytest = "^7.2"
toml = "^0.10"
black = "^22.6"
black = "^23.3"

[tool.poetry.scripts]
clin = "clin.run:cli"
Expand Down

0 comments on commit 9445a81

Please sign in to comment.