Skip to content

Commit

Permalink
Update dependency pytonapi to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent b335c37 commit 520d8ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alembic = "^1.13.1"
aiosqlite = "^0.19.0"
sqlalchemy-utils = "^0.41.1"
pyjwt = "^2.8.0"
pytonapi = "^0.1.7"
pytonapi = "^0.2.0"


[build-system]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pydantic==2.6.1 ; python_version >= "3.10" and python_version < "3.11"
pyjwt==2.8.0 ; python_version >= "3.10" and python_version < "3.11"
pynacl==1.5.0 ; python_version >= "3.10" and python_version < "3.11"
python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "3.11"
pytonapi==0.1.7 ; python_version >= "3.10" and python_version < "3.11"
pytonapi==0.2.0 ; python_version >= "3.10" and python_version < "3.11"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
sqlalchemy-utils==0.41.1 ; python_version >= "3.10" and python_version < "3.11"
sqlalchemy==2.0.25 ; python_version >= "3.10" and python_version < "3.11"
Expand Down

0 comments on commit 520d8ed

Please sign in to comment.