Skip to content

Commit

Permalink
Bump the python-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: asyncpg
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: python-dotenv
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: sqlalchemy
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: mkdocstrings
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent b92f76e commit 0edaecc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
alembic = "1.12.0"
asyncpg = "0.28.0"
alembic = "1.13.1"
asyncpg = "0.29.0"
pandas = "2.0.3"
python-dotenv = "1.0.0"
sqlalchemy = "2.0.21"
python-dotenv = "1.0.1"
sqlalchemy = "2.0.29"

[tool.poetry.scripts]
lmod-ingest = "lmod_ingest.main:main"
Expand All @@ -46,4 +46,4 @@ optional = true

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocstrings = {extras = ["python"], version = "^0.23.0"}
mkdocstrings = {extras = ["python"], version = ">=0.23,<0.25"}

0 comments on commit 0edaecc

Please sign in to comment.