From 2dfc6a82972fd97f03d31717827f72e80f16a1cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:45:41 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `43.0.3` | | [fastapi[all]](https://github.com/fastapi/fastapi) | `0.114.2` | `0.115.3` | | [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.32.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.7` | `3.3.1` | | [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` | | [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.4` | `1.1.5` | Updates `cryptography` from 43.0.1 to 43.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...43.0.3) Updates `fastapi[all]` from 0.114.2 to 0.115.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.2...0.115.3) Updates `uvicorn` from 0.30.6 to 0.32.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.30.6...0.32.0) Updates `pylint` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.1) Updates `black` from 24.8.0 to 24.10.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/24.8.0...24.10.0) Updates `pytest-env` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.4...1.1.5) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: fastapi[all] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-env dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb3ecb7..620485f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,11 +6,11 @@ requires-python = ">=3.12" version = "1.0.0" dependencies = [ - "cryptography==43.0.1", - "fastapi[all]==0.114.2", + "cryptography==43.0.3", + "fastapi[all]==0.115.3", "PyJWT==2.9.0", "python-ldap==3.4.4", - "uvicorn==0.30.6" + "uvicorn==0.32.0" ] [project.urls] @@ -18,18 +18,18 @@ dependencies = [ [project.optional-dependencies] code-analysis = [ - "pylint==3.2.7", + "pylint==3.3.1", "ldap-jwt-auth[test]" ] formatting = [ - "black==24.8.0" + "black==24.10.0" ] test = [ "pytest==8.3.3", "pytest-cov==5.0.0", - "pytest-env==1.1.4" + "pytest-env==1.1.5" ] dev = [