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 Dec 20, 2024
1 parent 9d47624 commit 94d62bb
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 67 deletions.
123 changes: 61 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.0"
pre-commit = "==3.8.0"
pylint = "==3.3.1"
pylint = "==3.3.2"

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

0 comments on commit 94d62bb

Please sign in to comment.