Skip to content

Commit

Permalink
Bump the python-dependencies group with 4 updates (#74)
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: pandas
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent ef8dbeb commit 3098f48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.9"
alembic = "1.13.2"
alembic = "1.13.3"
asyncpg = "0.29.0"
pandas = "2.2.2"
pandas = "2.2.3"
python-dotenv = "1.0.1"
sqlalchemy = "2.0.32"
sqlalchemy = "2.0.35"

[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.26"}
mkdocstrings = {extras = ["python"], version = ">=0.23,<0.27"}

0 comments on commit 3098f48

Please sign in to comment.