Skip to content

Commit

Permalink
Merge pull request #127 from AndreiDrang/main
Browse files Browse the repository at this point in the history
v0.9.4
  • Loading branch information
AndreiDrang authored Dec 14, 2024
2 parents aa6b342 + fc90592 commit 281676e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: make tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{github.workspace}}/src/coverage/coverage.xml
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==8.1.3
pallets_sphinx_themes==2.2.0
pallets_sphinx_themes==2.3.0
myst-parser==4.0.0
autodoc_pydantic==2.2.0
pydantic==2.9.2
pydantic-settings==2.6.0
pydantic==2.10.3
pydantic-settings==2.6.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ classifiers = [
dependencies = [
"requests>=2.21.0",
"aiohttp>=3.9.2",
"pydantic==2.9.2",
"pydantic>=2.5.0",
"tenacity>=8,<10"
]

Expand Down
2 changes: 1 addition & 1 deletion src/python3_capsolver/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.3"
__version__ = "0.9.4"

0 comments on commit 281676e

Please sign in to comment.