diff --git a/backend/requirements.txt b/backend/requirements.txt index 489ce5f..bd0d448 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ coverage==7.6.1 Twisted==24.7.0 psycopg2-binary==2.9.9 -pylint==3.3.0 +pylint==3.3.1 SQLAlchemy==2.0.35 price-parser==0.3.4 Scrapy==2.11.2 diff --git a/backend/tests/requirements.txt b/backend/tests/requirements.txt index a03e934..b508fed 100644 --- a/backend/tests/requirements.txt +++ b/backend/tests/requirements.txt @@ -1,5 +1,5 @@ ddt==1.7.2 -psycopg==3.2.2 +psycopg==3.2.3 pytest==8.3.3 testcontainers[postgres]==4.8.1 unittest-xml-reporting==3.2.0