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 Jan 28, 2024
1 parent 479f864 commit 093e5a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ 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"
colorlog = "==6.8.2"
ipython = "==8.20.0"
price-parser = "0.3.4"
psycopg2-binary = "==2.9.9"
python = "^3.9"
scrapeops-scrapy = "0.5.4"
scrapy-fake-useragent = "1.4.4"
sentry-sdk = "==1.39.1"
sentry-sdk = "==1.39.2"

[tool.poetry.dev-dependencies]
autopep8 = "==2.0.4"
Expand Down

0 comments on commit 093e5a4

Please sign in to comment.