diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 00000000000..bb68b14a6e2 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,31 @@ +# Use the latest 2.1 version of CircleCI pipeline process engine. +# See: https://circleci.com/docs/reference/configuration-reference +version: 2.1 + +# Define a job to be invoked later in a workflow. +# See: https://circleci.com/docs/guides/orchestrate/jobs-steps/#jobs-overview & https://circleci.com/docs/reference/configuration-reference/#jobs +jobs: + say-hello: + # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. + # See: https://circleci.com/docs/guides/execution-managed/executor-intro/ & https://circleci.com/docs/reference/configuration-reference/#executor-job + docker: + # Specify the version you desire here + # See: https://circleci.com/developer/images/image/cimg/base + - image: cimg/base:current + + # Add steps to the job + # See: https://circleci.com/docs/guides/orchestrate/jobs-steps/#steps-overview & https://circleci.com/docs/reference/configuration-reference/#steps + steps: + # Checkout the code as the first step. + - checkout + - run: + name: "Say hello" + command: "echo Hello, World!" + +# Orchestrate jobs using workflows +# See: https://circleci.com/docs/guides/orchestrate/workflows/ & https://circleci.com/docs/reference/configuration-reference/#workflows +workflows: + say-hello-workflow: # This is the name of the workflow, feel free to change it to better match your workflow. + # Inside the workflow, you define the jobs you want to run. + jobs: + - say-hello \ No newline at end of file diff --git a/async_downloader/requirements.txt b/async_downloader/requirements.txt index 456777c9953..4a3a6b978bc 100644 --- a/async_downloader/requirements.txt +++ b/async_downloader/requirements.txt @@ -1 +1 @@ -aiohttp==3.13.1 +aiohttp==3.13.2 diff --git a/requirements_with_versions.txt b/requirements_with_versions.txt index d8491abb79a..cd9b7538c8f 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -1,5 +1,5 @@ pafy==0.5.5 -aiohttp==3.13.1 +aiohttp==3.13.2 fuzzywuzzy==0.18.0 hupper==1.12.1 seaborn==0.13.2 @@ -41,7 +41,7 @@ tornado==6.5.2 obs==0.0.0 todo==0.1 oauth2client==4.1.3 -keras==3.11.3 +keras==3.12.0 pymongo==4.15.3 playsound==1.3.0 pyttsx3==2.99 @@ -58,7 +58,7 @@ requests-mock==1.12.1 pyglet==2.1.9 urllib3==2.5.0 thirdai==0.9.33 -google-api-python-client==2.185.0 +google-api-python-client==2.186.0 sound==0.1.0 xlwt==1.3.0 pygame==2.6.1 @@ -81,9 +81,9 @@ Unidecode==1.4.0 Ball==0.2.9 pynput==1.8.1 gTTS==2.5.4 -ccxt==4.5.12 +ccxt==4.5.14 fitz==0.0.1.dev2 -fastapi==0.120.0 +fastapi==0.120.2 Django==5.2.7 docx==0.2.4 matplotlib==3.10.7 @@ -92,7 +92,7 @@ geocoder==1.38.1 APScheduler==3.11.0 PyQRCode==1.2.1 freegames==2.5.3 -pyperclip==1.10.0 +pyperclip==1.11.0 newspaper==0.1.0.7 opencv-python==4.12.0.88 tensorflow==2.20.0 @@ -101,7 +101,7 @@ pytest==8.4.2 qrcode==8.2 googletrans==4.0.2 slab==1.8.2 -psutil==7.1.1 +psutil==7.1.2 mediapipe==0.10.21 rich==14.2.0 httplib2==0.31.0