Skip to content

Commit bb56c81

Browse files
Update dependency pytest to v9 [SECURITY] (#3215)
* Update dependency pytest to v9 [SECURITY] * Fix requirements --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Levesque <nlevesq@mit.edu>
1 parent 041edaf commit bb56c81

2 files changed

Lines changed: 21 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"django-ipware>=7.0.0,<8",
3838
"django-json-widget>=2.0.0,<3",
3939
"django-oauth-toolkit>=3.0.0,<4",
40-
"django-redis>=5.2.0,<6",
40+
"django-redis>=5.2.0,<7",
4141
"django-scim2>=0.19.1,<0.20",
4242
"django-server-status>=0.7.0,<0.8",
4343
"django-storages>=1.13.2,<2",
@@ -63,7 +63,8 @@ dependencies = [
6363
"lxml>=6.0.0,<7",
6464
"markdown>=3.7,<4",
6565
"markdown2>=2.4.8,<3",
66-
"mitol-django-scim>=2025.3.31,<2026",
66+
"mitol-django-common>=2026.4.2,<2027",
67+
"mitol-django-scim>=2026.4.2,<2027",
6768
"mitol-django-observability>=2026.1.0,<2027",
6869
"named-enum>=1.4.0,<2",
6970
"nested-lookup>=0.2.25,<0.3",
@@ -129,7 +130,7 @@ dev = [
129130
"moto>=5.0.0,<6",
130131
"nplusone>=1.0.0,<2",
131132
"pdbpp>=0.11.6,<0.12",
132-
"pytest>=8.0.0,<9",
133+
"pytest>=9.0.3,<10",
133134
"pytest-cov>=7.0.0,<8",
134135
"pytest-django>=4.5.2,<5",
135136
"pytest-env>=1.0.0,<2",

uv.lock

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)