Skip to content

Commit e67351d

Browse files
Bump exceptiongroup from 1.2.2 to 1.3.0
Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.2.2...1.3.0) --- updated-dependencies: - dependency-name: exceptiongroup dependency-version: 1.3.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94901a2 commit e67351d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

requirements/constraints.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ distlib==0.3.9
6868
# via virtualenv
6969
docutils==0.21.2
7070
# via sphinx
71-
exceptiongroup==1.2.2
71+
exceptiongroup==1.3.0
7272
# via pytest
7373
execnet==2.1.1
7474
# via pytest-xdist
@@ -264,6 +264,7 @@ trustme==1.2.1 ; platform_machine != "i686"
264264
# -r requirements/test.in
265265
typing-extensions==4.13.2
266266
# via
267+
# exceptiongroup
267268
# multidict
268269
# mypy
269270
# pydantic

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ distlib==0.3.9
6666
# via virtualenv
6767
docutils==0.21.2
6868
# via sphinx
69-
exceptiongroup==1.2.2
69+
exceptiongroup==1.3.0
7070
# via pytest
7171
execnet==2.1.1
7272
# via pytest-xdist
@@ -255,6 +255,7 @@ trustme==1.2.1 ; platform_machine != "i686"
255255
# -r requirements/test.in
256256
typing-extensions==4.13.2
257257
# via
258+
# exceptiongroup
258259
# multidict
259260
# mypy
260261
# pydantic

requirements/lint.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cryptography==45.0.2
2525
# via trustme
2626
distlib==0.3.9
2727
# via virtualenv
28-
exceptiongroup==1.2.2
28+
exceptiongroup==1.3.0
2929
# via pytest
3030
filelock==3.18.0
3131
# via virtualenv
@@ -99,6 +99,7 @@ trustme==1.2.1
9999
# via -r requirements/lint.in
100100
typing-extensions==4.13.2
101101
# via
102+
# exceptiongroup
102103
# mypy
103104
# pydantic
104105
# pydantic-core

requirements/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ coverage==7.8.0
3333
# pytest-cov
3434
cryptography==45.0.2
3535
# via trustme
36-
exceptiongroup==1.2.2
36+
exceptiongroup==1.3.0
3737
# via pytest
3838
execnet==2.1.1
3939
# via pytest-xdist
@@ -127,6 +127,7 @@ trustme==1.2.1 ; platform_machine != "i686"
127127
# via -r requirements/test.in
128128
typing-extensions==4.13.2
129129
# via
130+
# exceptiongroup
130131
# multidict
131132
# mypy
132133
# pydantic

0 commit comments

Comments
 (0)