4 Commits

Author SHA1 Message Date
0e708bdba5 chore(pip-prod)(deps): bump webex-bot from 0.5.1 to 0.5.2
Bumps [webex-bot](https://github.com/fbradyirl/webex_bot) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/fbradyirl/webex_bot/releases)
- [Commits](https://github.com/fbradyirl/webex_bot/compare/v0.5.1...v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 18:17:46 +01:00
19d1a15af4 chore(pip-dev)(deps-dev): bump setuptools from 73.0.0 to 73.0.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.0 to 73.0.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v73.0.0...v73.0.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 07:15:51 +01:00
44327b3a04 chore(pip-prod)(deps): bump webex-bot from 0.5.1 to 0.5.2
Bumps [webex-bot](https://github.com/fbradyirl/webex_bot) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/fbradyirl/webex_bot/releases)
- [Commits](https://github.com/fbradyirl/webex_bot/compare/v0.5.1...v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 18:40:00 +01:00
af313a12a0 chore(pip-dev)(deps-dev): bump setuptools from 72.2.0 to 73.0.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 72.2.0 to 73.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v72.2.0...v73.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20 18:32:09 +01:00
4 changed files with 7 additions and 7 deletions

8
poetry.lock generated
View File

@ -916,13 +916,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[[package]]
name = "webex-bot"
version = "0.5.1"
version = "0.5.2"
description = "Python package for a Webex Bot based on websockets."
optional = false
python-versions = ">=3.8"
files = [
{file = "webex_bot-0.5.1-py2.py3-none-any.whl", hash = "sha256:f77b239fb8bb4ab2524410a8132a9adef69f3f504c24ceb46ab2d8fae72193d3"},
{file = "webex_bot-0.5.1.tar.gz", hash = "sha256:bb2da7080633e6a3429cdca299e3bfa56fad2d45071de80fcc2baf6b6e1fb018"},
{file = "webex_bot-0.5.2-py2.py3-none-any.whl", hash = "sha256:1ccde69de4f44bf4ad4d3c9dcc41666c09d0ff40326155f13a4213732352783e"},
{file = "webex_bot-0.5.2.tar.gz", hash = "sha256:6b381d4ed0ba500d5f1d3e96a68db599ac38466f66d98afda8762cf66138f9ff"},
]
[package.dependencies]
@ -1033,4 +1033,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11.2"
content-hash = "f2576e5aa895367f2870fba4db8a207254631fada995450027c51a291b4ab38c"
content-hash = "2ce5d37a748074055032d26285cbea4281aa579e521d957aace68fa290d9e42d"

View File

@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11.2"
webex-bot = "^0.5.1"
webex-bot = "^0.5.2"
pillow = "^10.4.0"
sentry-sdk = "^2.13.0"

View File

@ -23,7 +23,7 @@ pylint==3.2.6
pylint-exit==1.2.0
pytest==8.3.2
PyYAML==6.0.2
setuptools==72.2.0
setuptools==73.0.1
tomlkit==0.13.2
virtualenv==20.26.3
wrapt==1.16.0

View File

@ -12,6 +12,6 @@ requests-toolbelt==1.0.0
sentry-sdk==2.13.0
tomlkit==0.13.2
urllib3==2.2.2
webex-bot==0.5.1
webex-bot==0.5.2
webexteamssdk==1.6.1
websockets==11.0.3