From 51bb6c274ba75a7e4c7d85eb144eef1c5ef50a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 01:17:52 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 12 updates Bumps the pip group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `2.2.2` | `2.2.5` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.14` | `1.26.19` | | [black](https://github.com/psf/black) | `23.1.0` | `24.3.0` | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `39.0.1` | `44.0.1` | | [dnspython](https://github.com/rthalley/dnspython) | `2.3.0` | `2.6.1` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.6` | | [pip](https://github.com/pypa/pip) | `22.2.2` | `23.3` | | [tqdm](https://github.com/tqdm/tqdm) | `4.64.1` | `4.66.3` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.2.3` | `3.0.6` | | [zipp](https://github.com/jaraco/zipp) | `3.15.0` | `3.19.1` | Updates `flask` from 2.2.2 to 2.2.5 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.2.2...2.2.5) Updates `urllib3` from 1.26.14 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...1.26.19) Updates `black` from 23.1.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.1.0...24.3.0) Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `cryptography` from 39.0.1 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...44.0.1) Updates `dnspython` from 2.3.0 to 2.6.1 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.3.0...v2.6.1) Updates `idna` from 3.4 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) Updates `jinja2` from 3.1.2 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.6) Updates `pip` from 22.2.2 to 23.3 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/22.2.2...23.3) Updates `tqdm` from 4.64.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.3) Updates `werkzeug` from 2.2.3 to 3.0.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...3.0.6) Updates `zipp` from 3.15.0 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.15.0...v3.19.1) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: dnspython dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: pip dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: zipp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09483f8..c924b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ replit-python-lsp-server = {extras = ["yapf", "rope", "pyflakes"], version = "^1 [tool.poetry.group.dev.dependencies] commitizen = "^2.42.1" pre-commit = "^3.1.1" -black = "^23.1.0" +black = "^24.3.0" [build-system] requires = ["poetry-core>=1.0.0"] diff --git a/requirements.txt b/requirements.txt index e8e44cd..4ca11ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ bs4==0.0.1 build==0.10.0 cachecontrol==0.12.12 cachy==0.3.0 -certifi==2023.7.22 +certifi==2024.7.4 cffi==1.15.1 cfgv==3.3.1 charset-normalizer==2.1.1 @@ -27,30 +27,30 @@ clikit==0.6.2 colorama==0.4.6 commitizen==2.42.1 crashtest==0.4.1 -cryptography==39.0.1 +cryptography==44.0.1 debugpy==1.6.5 decli==0.5.2 discord==2.1.0 discord-py==2.2.0 dislash-py==1.4.9 distlib==0.3.6 -dnspython==2.3.0 +dnspython==2.6.1 dulwich==0.21.3 emoji==2.2.0 filelock==3.9.0 -flask==2.2.2 +flask==2.2.5 frozenlist==1.3.3 grapheme==0.6.0 html5lib==1.1 identify==2.5.18 -idna==3.4 +idna==3.7 importlib-metadata==6.0.0 installer==0.6.0 itsdangerous==2.1.2 jaraco-classes==3.2.3 jedi==0.18.2 jeepney==0.8.0 -jinja2==3.1.2 +jinja2==3.1.6 jsonschema==4.17.3 keyring==23.13.1 lockfile==0.12.2 @@ -68,7 +68,7 @@ parso==0.8.3 pastel==0.2.1 pathspec==0.11.0 pexpect==4.8.0 -pip==22.2.2 +pip==23.3 pkginfo==1.9.6 platformdirs==2.6.2 pluggy==1.0.0 @@ -107,17 +107,17 @@ toml==0.10.2 tomli==2.0.1 tomlkit==0.11.6 topggpy==1.4.0 -tqdm==4.64.1 +tqdm==4.66.3 trove-classifiers==2023.2.20 typing-extensions==4.5.0 ujson==5.7.0 update-checker==0.18.0 -urllib3==1.26.14 +urllib3==1.26.19 virtualenv==20.26.6 wcwidth==0.2.6 webencodings==0.5.1 -werkzeug==2.2.3 +werkzeug==3.0.6 whatthepatch==1.0.3 yapf==0.32.0 yarl==1.8.2 -zipp==3.15.0 +zipp==3.19.1