Skip to content

Commit

Permalink
update deps bump 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Dec 2, 2024
1 parent f87e73a commit 603523b
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion accentnotifications/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Sending various forms of notifications such as smtp"""

__version__ = "0.0.14"
__version__ = "0.0.15"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python",
]
dependencies = [
"pydantic>=2.0.1,<2.10.0",
"pydantic>=2.0.1,<2.11.0",
"pydantic-settings>=2.0.1,<2.7.0",
]
dynamic = ["version", "description"]
Expand Down
Loading

0 comments on commit 603523b

Please sign in to comment.