Skip to content

Commit

Permalink
corrected version after the pool request
Browse files Browse the repository at this point in the history
updated pipeline actions
  • Loading branch information
Ypurek committed Feb 12, 2024
1 parent 058447a commit 5bb32f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
id-token: write
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = [".github", "tests"]

[project]
name = "pytest-analyzer"
version = "1.4.1"
version = "1.5.0"

dependencies = [
"requests>=2.29.0",
Expand Down

0 comments on commit 5bb32f0

Please sign in to comment.