4 Commits

Author SHA1 Message Date
e5e8f4f132 chore(pip-prod)(deps): bump sentry-sdk from 2.14.0 to 2.15.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.14.0...2.15.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 19:02:05 +01:00
e55b78372b chore(pip-prod)(deps): bump sentry-sdk from 2.14.0 to 2.15.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.14.0...2.15.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 17:34:22 +01:00
6cbb9057a7 chore(pip-dev)(deps-dev): bump virtualenv from 20.26.5 to 20.26.6
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.5 to 20.26.6.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.26.5...20.26.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 19:45:04 +01:00
71239f81c1 chore(pip-dev)(deps-dev): bump dill from 0.3.8 to 0.3.9
Bumps [dill](https://github.com/uqfoundation/dill) from 0.3.8 to 0.3.9.
- [Release notes](https://github.com/uqfoundation/dill/releases)
- [Commits](https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 19:24:14 +01:00
4 changed files with 8 additions and 8 deletions

8
poetry.lock generated
View File

@ -801,13 +801,13 @@ requests = ">=2.0.1,<3.0.0"
[[package]]
name = "sentry-sdk"
version = "2.14.0"
version = "2.15.0"
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = ">=3.6"
files = [
{file = "sentry_sdk-2.14.0-py2.py3-none-any.whl", hash = "sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4"},
{file = "sentry_sdk-2.14.0.tar.gz", hash = "sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d"},
{file = "sentry_sdk-2.15.0-py2.py3-none-any.whl", hash = "sha256:8fb0d1a4e1a640172f31502e4503543765a1fe8a9209779134a4ac52d4677303"},
{file = "sentry_sdk-2.15.0.tar.gz", hash = "sha256:a599e7d3400787d6f43327b973e55a087b931ba2c592a7a7afa691f8eb5e75e2"},
]
[package.dependencies]
@ -1033,4 +1033,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11.2"
content-hash = "0dbe308cc6e108128e228b0f9a8e753196c3a9134c8c2509c1768f3afa555c77"
content-hash = "ed9c0ca8ff376fbda823242f8c191833200b2d8d20ac531e33f6ce43a31d353f"

View File

@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.11.2"
webex-bot = "^0.5.2"
pillow = "^10.4.0"
sentry-sdk = "^2.14.0"
sentry-sdk = "^2.15.0"
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"

View File

@ -4,7 +4,7 @@ cfgv==3.4.0
click==8.1.7
colorama==0.4.6 ; sys_platform == "win32" or platform_system == "Windows"
coverage==7.6.1
dill==0.3.8
dill==0.3.9
distlib==0.3.8
filelock==3.16.1
identify==2.6.1
@ -25,6 +25,6 @@ pytest==8.3.3
PyYAML==6.0.2
setuptools==75.1.0
tomlkit==0.13.2
virtualenv==20.26.5
virtualenv==20.26.6
wrapt==1.16.0
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -9,7 +9,7 @@ pillow==10.4.0
PyJWT==2.9.0
requests==2.32.3
requests-toolbelt==1.0.0
sentry-sdk==2.14.0
sentry-sdk==2.15.0
tomlkit==0.13.2
urllib3==2.2.3
webex-bot==0.5.2