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 Sep 30, 2024
1 parent 1a1af87 commit cd0d706
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
116 changes: 58 additions & 58 deletions poetry.lock

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

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

[tool.poetry.dependencies]
SQLAlchemy = "==1.4.53"
SQLAlchemy = "==1.4.54"
Scrapy = "==2.11.2"
alembic = "==1.13.2"
alembic = "==1.13.3"
colorlog = "==6.8.2"
ipython = "==8.27.0"
price-parser = "0.3.4"
Expand All @@ -22,7 +22,7 @@ autopep8 = "==2.3.1"
flake8 = "==7.1.1"
mypy = "1.11.2"
pre-commit = "==3.8.0"
pylint = "==3.2.7"
pylint = "==3.3.1"

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

0 comments on commit cd0d706

Please sign in to comment.