chore(deps): bump pytest from 9.0.2 to 9.0.3 in /tools/tokenserver (#2218)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-04-22 07:36:40 +03:00 committed by GitHub
parent b295c151ac
commit 33c92e1361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
[[package]]
name = "backoff"
@ -949,14 +949,14 @@ testing = ["coverage", "nose", "virtualenv", "webtest (>=1.3.1)", "zope.componen
[[package]]
name = "pytest"
version = "9.0.2"
version = "9.0.3"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"},
{file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"},
{file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"},
{file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"},
]
[package.dependencies]
@ -1537,4 +1537,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10.0,<4.0"
content-hash = "d8559e15af6be9ae0b986b929c5a91e383692d9d7ee0851a7e9f9ef1e732c3a1"
content-hash = "8e6241478abe3008a7965dcd1f1f582252c18dcc3d9e73704716366cfb8bc3d4"

View File

@ -21,7 +21,7 @@ pyramid = "^1.10.8"
sqlalchemy = "^1.4.46"
testfixtures = "^8.3.0"
tokenlib = "2.0.0"
pytest = "^9.0.2"
pytest = "^9.0.3"
backoff = "^2.2.1"
datadog = "^0.51.0"
psycopg2-binary = "^2.9.11"