diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0627d81..db1fa1b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,6 +56,6 @@ jobs: verbose: true - name: Upload coverage to Code Climate - uses: paambaati/codeclimate-action@v6.0.0 + uses: paambaati/codeclimate-action@v8.0.0 with: coverageLocations: ${{github.workspace}}/coverage/coverage.xml:coverage.py diff --git a/.python-version b/.python-version index 9ac38041..2419ad5b 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.5 +3.11.9 diff --git a/README.md b/README.md index 19954891..b8c1ac71 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,6 @@ If you have any questions, please send a message to the [Telegram](https://t.me/ Or email python-captcha@pm.me -*** - -You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram. - -*** - - ## How to install? ### pip diff --git a/docs/requirements.txt b/docs/requirements.txt index aada6c3b..2378f001 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,8 @@ sphinx==7.3.7 pallets_sphinx_themes==2.1.3 myst-parser==3.0.1 autodoc_pydantic==2.2.0 -pydantic==2.7.1 -pydantic-settings==2.2.1 +pydantic==2.7.4 +pydantic-settings==2.3.3 enum-tools[sphinx]==0.12.0 requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability