Skip to content

Commit

Permalink
more version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Jun 27, 2024
1 parent c20f9e5 commit bc98fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python-dotenv = "^1.0.0"
optional = false

[tool.poetry.group.sqla.dependencies]
sqlalchemy = "2.0.19"
sqlalchemy = "2.0.31"
sqlalchemy-utils = "^0.41.1"

[tool.poetry.group.peewee]
Expand Down

0 comments on commit bc98fe4

Please sign in to comment.