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 Dec 20, 2023
1 parent 6cea93f commit abdde6c
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 100 deletions.
154 changes: 61 additions & 93 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ version = "1.11.11"
[tool.poetry.dependencies]
SQLAlchemy = "==1.4.50"
Scrapy = "==2.11.0"
alembic = "==1.12.1"
colorlog = "==6.7.0"
ipython = "==8.17.2"
alembic = "==1.13.1"
colorlog = "==6.8.0"
ipython = "==8.18.1"
price-parser = "0.3.4"
psycopg2-binary = "==2.9.9"
python = "^3.9"
scrapeops-scrapy = "0.5.3"
scrapeops-scrapy = "0.5.4"
scrapy-fake-useragent = "1.4.4"
sentry-sdk = "==1.33.1"
sentry-sdk = "==1.39.1"

[tool.poetry.dev-dependencies]
autopep8 = "==2.0.4"
flake8 = "==6.1.0"
mypy = "0.991"
pre-commit = "==3.5.0"
pylint = "==3.0.2"
pre-commit = "==3.6.0"
pylint = "==3.0.3"

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

0 comments on commit abdde6c

Please sign in to comment.