Skip to content

Commit e6a787c

Browse files
Update traitlets requirement from <5.10.0,>=5.3.0 to >=5.3.0,<5.12.0 in /requirements (#18753)
Update traitlets requirement in /requirements Updates the requirements on [traitlets](https://github.com/ipython/traitlets) to permit the latest version. - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](ipython/traitlets@5.3.0...v5.11.2) --- updated-dependencies: - dependency-name: traitlets dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 369b990 commit e6a787c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/app/app.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typing-extensions >=4.4.0, <4.8.0
44
deepdiff >=5.7.0, <6.6.0
55
fsspec[http] >=2022.5.0, <2023.11.0
66
croniter >=1.3.0, <1.5.0 # strict; TODO: for now until we find something more robust.
7-
traitlets >=5.3.0, <5.10.0
7+
traitlets >=5.3.0, <5.12.0
88
arrow >=1.2.0, <1.3.0
99
lightning-utilities >=0.8.0, <0.10.0
1010
beautifulsoup4 >=4.8.0, <4.13.0

0 commit comments

Comments
 (0)