Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent 0764e61 commit 0b4f18f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 41 deletions.
42 changes: 3 additions & 39 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorlog = "==6.8.2"
ipython = "==8.20.0"
price-parser = "0.3.4"
psycopg2-binary = "==2.9.9"
python = "^3.10"
python = "3.12.1"
scrapeops-scrapy = "0.5.4"
scrapy-fake-useragent = "1.4.4"
sentry-sdk = "==1.39.2"
Expand All @@ -26,7 +26,7 @@ pylint = "==3.0.3"

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core==1.8.1"]

[tool.mypy]
check_untyped_defs = true
Expand Down

0 comments on commit 0b4f18f

Please sign in to comment.