chore(pip-prod)(deps): bump webex-bot from 0.4.7 to 0.5.0

Bumps [webex-bot](https://github.com/fbradyirl/webex_bot) from 0.4.7 to 0.5.0.
- [Release notes](https://github.com/fbradyirl/webex_bot/releases)
- [Commits](https://github.com/fbradyirl/webex_bot/compare/v0.4.7...v0.5.0)

---
updated-dependencies:
- dependency-name: webex-bot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-25 15:15:27 +00:00 committed by GitHub
parent 8ee3723ffc
commit 6a90902de2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -881,13 +881,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[[package]]
name = "webex-bot"
version = "0.4.7"
version = "0.5.0"
description = "Python package for a Webex Bot based on websockets."
optional = false
python-versions = ">=3.8"
files = [
{file = "webex_bot-0.4.7-py2.py3-none-any.whl", hash = "sha256:ba3d208b8c96f77bba71b7eaadd5fdd1067ff61c1529b6b1978787f56b08bc2e"},
{file = "webex_bot-0.4.7.tar.gz", hash = "sha256:06e61fa1235c85fcba2a62f9b19574619fe3403d0e8e2f041970db71d3d256ba"},
{file = "webex_bot-0.5.0-py2.py3-none-any.whl", hash = "sha256:997a65eb8b98be6538c20f06eb9a4846e9caab83115e091a0c444d59662cef3f"},
{file = "webex_bot-0.5.0.tar.gz", hash = "sha256:f874b166a58e208425ddff6f9f5d741c0e5805b2ddd4a657c099b316b76bc03b"},
]
[package.dependencies]
@ -995,4 +995,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11.2"
content-hash = "0c304ad511718093d0b65b939a70e7c883dc8fc60253a7e53ab31134e36e1cad"
content-hash = "be28dbdb69a24d6eee2da9e6867d84ac3cf8a5ace5c6bd6797a78b07cd946678"

View File

@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11.2"
webex-bot = "^0.4.7"
webex-bot = "^0.5.0"
pillow = "^10.3.0"
sentry-sdk = "^1.45.0"