Skip to content

Commit

Permalink
Merge pull request #91 from AndreiDrang/main
Browse files Browse the repository at this point in the history
Upd libs and docs
  • Loading branch information
AndreiDrang authored May 21, 2024
2 parents fcac56d + 3b9ce43 commit 9b9ab8f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==7.2.6
pallets_sphinx_themes==2.1.1
myst-parser==2.0.0
autodoc_pydantic==2.1.0
pydantic==2.7.0
sphinx==7.3.7
pallets_sphinx_themes==2.1.3
myst-parser==3.0.1
autodoc_pydantic==2.2.0
pydantic==2.7.1
pydantic-settings==2.2.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.7.0",
"pydantic==2.7.1",
"tenacity==8.*"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.style.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# codestyle
isort==5.*
black==24.4.0
black==24.4.2
autoflake==2.*

0 comments on commit 9b9ab8f

Please sign in to comment.