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 10, 2025
1 parent 9d47624 commit e8b982c
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
- name: Install Python Poetry
uses: abatilo/[email protected].1
uses: abatilo/[email protected].2
with:
poetry-version: "${{ matrix.poetry-version }}"
- name: Install Dependencies
Expand Down
130 changes: 68 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ version = "1.11.11"

[tool.poetry.dependencies]
SQLAlchemy = "==1.4.54"
Scrapy = "==2.11.2"
alembic = "==1.13.3"
Scrapy = "==2.12.0"
alembic = "==1.14.0"
colorlog = "==6.9.0"
ipython = "==8.29.0"
ipython = "==8.31.0"
price-parser = "0.3.4"
psycopg2-binary = "==2.9.10"
python = "^3.10"
Expand All @@ -20,9 +20,9 @@ sentry-sdk = "==1.45.1"
[tool.poetry.dev-dependencies]
autopep8 = "==2.3.1"
flake8 = "==7.1.1"
mypy = "1.13.0"
mypy = "1.14.1"
pre-commit = "==3.8.0"
pylint = "==3.3.1"
pylint = "==3.3.3"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit e8b982c

Please sign in to comment.