Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent da97dc1 commit 78cf608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
- name: Install Python Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: "${{ matrix.poetry-version }}"
- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name = "burplist"
version = "1.11.11"

[tool.poetry.dependencies]
SQLAlchemy = "==1.4.50"
SQLAlchemy = "==1.4.51"
Scrapy = "==2.11.0"
alembic = "==1.13.1"
colorlog = "==6.8.0"
ipython = "==8.18.1"
ipython = "==8.19.0"
price-parser = "0.3.4"
psycopg2-binary = "==2.9.9"
python = "^3.9"
Expand Down

0 comments on commit 78cf608

Please sign in to comment.