diff --git a/docker-compose.yaml b/docker-compose.yaml index e62316c6..c7a8b3b2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ version: "3.8" services: mongo: - image: mongo:7.0.12 + image: mongo:7.0.16 container_name: zorak_mongo_${ENVIRONMENT} env_file: .env volumes: diff --git a/requirements.txt b/requirements.txt index 2597ca1f..969675fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ pymongo clean-text PyNaCl==1.5.0 ffmpeg-python==0.2.0 -yt-dlp==2024.7.9 +yt-dlp==2024.12.23 googletrans==3.1.0a0 -dnspython==2.6.1 \ No newline at end of file +dnspython==2.7.0 \ No newline at end of file diff --git a/setup.py b/setup.py index e2da1987..0ba25528 100644 --- a/setup.py +++ b/setup.py @@ -39,15 +39,15 @@ extras_require={ "dev": [ "cfgv==3.4.0", - "distlib==0.3.8", - "filelock==3.15.4", - "identify==2.6.0", + "distlib==0.3.9", + "filelock==3.16.1", + "identify==2.6.5", "nodeenv==1.9.1", - "platformdirs==4.2.2", - "pre-commit==3.7.1", - "PyYAML==6.0.1", - "ruff==0.5.2", - "virtualenv==20.26.3", + "platformdirs==4.3.6", + "pre-commit==3.8.0", + "PyYAML==6.0.2", + "ruff==0.9.1", + "virtualenv==20.28.1", "versioneer", ], # 'test': ['coverage'],