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] committed May 31, 2024
1 parent b483c10 commit 350bf81
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
54 changes: 33 additions & 21 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.52"
Scrapy = "==2.11.1"
Scrapy = "==2.11.2"
alembic = "==1.13.1"
colorlog = "==6.8.2"
ipython = "==8.24.0"
ipython = "==8.25.0"
price-parser = "0.3.4"
psycopg2-binary = "==2.9.9"
python = "^3.10"
Expand All @@ -18,11 +18,11 @@ scrapy-fake-useragent = "1.4.4"
sentry-sdk = "==1.45.0"

[tool.poetry.dev-dependencies]
autopep8 = "==2.1.0"
autopep8 = "==2.2.0"
flake8 = "==7.0.0"
mypy = "1.10.0"
pre-commit = "==3.7.0"
pylint = "==3.1.0"
pre-commit = "==3.7.1"
pylint = "==3.2.2"

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

0 comments on commit 350bf81

Please sign in to comment.