diff --git a/backend/requirements.txt b/backend/requirements.txt index da9ebb8..d9c0c5a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ coverage==7.6.8 -Twisted==24.10.0 +Twisted==24.11.0 psycopg2-binary==2.9.10 -pylint==3.3.1 +pylint==3.3.2 SQLAlchemy==2.0.36 price-parser==0.3.4 Scrapy==2.12.0 diff --git a/backend/tests/requirements.txt b/backend/tests/requirements.txt index 1757d1b..7011857 100644 --- a/backend/tests/requirements.txt +++ b/backend/tests/requirements.txt @@ -1,5 +1,5 @@ ddt==1.7.2 psycopg==3.2.3 -pytest==8.3.3 +pytest==8.3.4 testcontainers[postgres]==4.8.2 unittest-xml-reporting==3.2.0