Skip to content

Commit

Permalink
Bump the python-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: sqlalchemy
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent f3503cb commit 022365e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ notifier = "quota_notifier.cli:Application.execute"

[tool.poetry.dependencies]
python = ">=3.9"
pydantic-settings = "2.5.2"
sqlalchemy = "2.0.35"
pydantic-settings = "2.6.0"
sqlalchemy = "2.0.36"

[tool.poetry.group.tests]
optional = true
Expand All @@ -45,4 +45,4 @@ optional = true
sphinx = "7.4.7"
sphinx-argparse = "0.4.0"
sphinx-copybutton = "0.5.2"
sphinx-rtd-theme = "2.0.0"
sphinx-rtd-theme = "3.0.1"

0 comments on commit 022365e

Please sign in to comment.