From 8e49a8814bf88fa422d8fd90e561bbc32b0cf49e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:25:37 +0000 Subject: [PATCH] build(deps): bump python-gitlab from 3.2.0 to 3.3.0 Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/python-gitlab/python-gitlab/releases) - [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-gitlab/python-gitlab/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3cd10a2..e379945 100644 --- a/poetry.lock +++ b/poetry.lock @@ -546,7 +546,7 @@ six = ">=1.5" [[package]] name = "python-gitlab" -version = "3.2.0" +version = "3.3.0" description = "Interact with GitLab API" category = "main" optional = false @@ -615,7 +615,7 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "sentry-sdk" -version = "1.5.7" +version = "1.5.9" description = "Python client for Sentry (https://sentry.io)" category = "main" optional = false @@ -633,7 +633,7 @@ celery = ["celery (>=3)"] chalice = ["chalice (>=1.16.0)"] django = ["django (>=1.8)"] falcon = ["falcon (>=1.4)"] -flask = ["flask (>=0.11)", "blinker (>=1.1)"] +flask = ["flask (>=0.11,<2.1.0)", "blinker (>=1.1)"] httpx = ["httpx (>=0.16.0)"] pure_eval = ["pure-eval", "executing", "asttokens"] pyspark = ["pyspark (>=2.4.4)"] @@ -806,7 +806,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "4ba03504b174b6b7a428ba09cd0aaef03ddd19ff1bc7028f12d78d5b12d30c46" +content-hash = "b370c45171be90206c1341a9dd58da6ba3522d5ab4993d4f2a2c1151ac478feb" [metadata.files] alembic = [ @@ -1411,8 +1411,8 @@ python-dateutil = [ {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, ] python-gitlab = [ - {file = "python-gitlab-3.2.0.tar.gz", hash = "sha256:8f6ee81109fec231fc2b74e2c4035bb7de0548eaf82dd119fe294df2c4a524be"}, - {file = "python_gitlab-3.2.0-py3-none-any.whl", hash = "sha256:48f72e033c06ab1c244266af85de2cb0a175f8a3614417567e2b14254ead9b2e"}, + {file = "python-gitlab-3.3.0.tar.gz", hash = "sha256:fef25d41a62f91da82ee20f72a728b9c69eef34cf0a3005cdbb9a0b471d5b498"}, + {file = "python_gitlab-3.3.0-py3-none-any.whl", hash = "sha256:ab1fd4c98a206f22f01f832bc58f24a09952089b7bbf67cdaee6308e7797503f"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, @@ -1462,8 +1462,8 @@ requests-toolbelt = [ {file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"}, ] sentry-sdk = [ - {file = "sentry-sdk-1.5.7.tar.gz", hash = "sha256:aa52da941c56b5a76fd838f8e9e92a850bf893a9eb1e33ffce6c21431d07ee30"}, - {file = "sentry_sdk-1.5.7-py2.py3-none-any.whl", hash = "sha256:411a8495bd18cf13038e5749e4710beb4efa53da6351f67b4c2f307c2d9b6d49"}, + {file = "sentry-sdk-1.5.9.tar.gz", hash = "sha256:afd9f92711556739172f3bc845a02fc921ca1560bee974ae65072ef6a30e3921"}, + {file = "sentry_sdk-1.5.9-py2.py3-none-any.whl", hash = "sha256:02c0f79941964297341c14d53e4df09a81c949707bd91e2d5e66b565aad75c8b"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, diff --git a/pyproject.toml b/pyproject.toml index d74be6d..5d98cb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" python = "^3.9" fastapi = "^0.75.0" uvicorn = "^0.17.6" -sentry-sdk = "^1.5.7" +sentry-sdk = "^1.5.9" lxml = "^4.8.0" requests = "^2.27.1" redis = "^4.1.4" @@ -22,7 +22,7 @@ psycopg2-binary = "^2.9.3" itsdangerous = "^2.1" PyGithub = "^1.55" vcrpy = "^4.1.1" -python-gitlab = "^3.1" +python-gitlab = "^3.3" [tool.poetry.dev-dependencies] black = "^22.1"