Skip to content

Commit 5239f52

Browse files
fix(deps): pin dependencies
1 parent 9d47624 commit 5239f52

File tree

2 files changed

+6
-42
lines changed

2 files changed

+6
-42
lines changed

poetry.lock

+4-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ colorlog = "==6.9.0"
1212
ipython = "==8.29.0"
1313
price-parser = "0.3.4"
1414
psycopg2-binary = "==2.9.10"
15-
python = "^3.10"
15+
python = "3.13.2"
1616
scrapeops-scrapy = "0.5.6"
1717
scrapy-fake-useragent = "1.4.4"
1818
sentry-sdk = "==1.45.1"
@@ -26,7 +26,7 @@ pylint = "==3.3.1"
2626

2727
[build-system]
2828
build-backend = "poetry.core.masonry.api"
29-
requires = ["poetry-core>=1.0.0"]
29+
requires = ["poetry-core==2.0.1"]
3030

3131
[tool.mypy]
3232
check_untyped_defs = true

0 commit comments

Comments
 (0)