Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pre-commit-3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored May 24, 2023
2 parents ded4b98 + e4d8216 commit ab1a22f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build distribution
run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.8.5
uses: pypa/gh-action-pypi-publish@v1.8.6
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Dump GitHub context
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ mysql = [
]
lint = [
"pre-commit==3.3.2",
"mypy==1.2.0",
"mypy==1.3.0",
]
test = [
"pytest==7.3.0",
"pytest==7.3.1",
"pytest-asyncio == 0.21.0",
"codecov==2.1.12",
"codecov==2.1.13",
"pytest-cov==4.0.0",
"python-decouple",
"pytest-pretty==1.2.0"
Expand All @@ -72,7 +72,7 @@ docs = [
"mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0",
"mkdocs-mermaid2-plugin==0.6.0",
"markdown-include==0.8.1",
"pymdown-extensions==9.11",
"pymdown-extensions==10.0.1",
"jinja2==3.1.2"
]

Expand Down

0 comments on commit ab1a22f

Please sign in to comment.