Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 3098f48 commit daf0901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
alembic = "1.13.3"
asyncpg = "0.29.0"
asyncpg = "0.30.0"
pandas = "2.2.3"
python-dotenv = "1.0.1"
sqlalchemy = "2.0.35"
sqlalchemy = "2.0.36"

[tool.poetry.scripts]
lmod-ingest = "lmod_ingest.main:main"
Expand Down

0 comments on commit daf0901

Please sign in to comment.