From c86a46babace0fa3e872909af84c7d640b8911ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:41:12 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump tomlkit from 0.13.0 to 0.13.2 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.13.0 to 0.13.2. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.13.0...0.13.2) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ab86542..f816bd6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ pylint-exit==1.2.0 pytest==8.3.2 PyYAML==6.0.2 setuptools==72.2.0 -tomlkit==0.13.0 +tomlkit==0.13.2 virtualenv==20.26.3 wrapt==1.16.0 zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/requirements.txt b/requirements.txt index 1caf7d3..7440fd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ PyJWT==2.9.0 requests==2.32.3 requests-toolbelt==1.0.0 sentry-sdk==2.12.0 -tomlkit==0.13.0 +tomlkit==0.13.2 urllib3==2.2.2 webex-bot==0.5.1 webexteamssdk==1.6.1 -- 2.45.2