Skip to content

Commit dbddcbc

Browse files
Update pyxdg requirement from <0.27,>=0.26 to >=0.26,<0.29 (#1295)
Updates the requirements on [pyxdg](https://github.com/takluyver/pyxdg) to permit the latest version. - [Changelog](https://github.com/takluyver/pyxdg/blob/master/ChangeLog) - [Commits](takluyver/pyxdg@rel-0.26...rel-0.28) --- updated-dependencies: - dependency-name: pyxdg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f7d703 commit dbddcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ patool>=1.12,<3.1 # https://github.com/wummel/patool/blob/master/doc/changelog.
1313
bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/
1414
chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet
1515
babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html
16-
pyxdg>=0.26,<0.27 # https://freedesktop.org/wiki/Software/pyxdg/
16+
pyxdg>=0.26,<0.29 # https://freedesktop.org/wiki/Software/pyxdg/
1717
Jinja2>=2.10,<2.11 # http://jinja.pocoo.org/docs/latest/changelog/
1818

1919
# See https://github.com/pallets/markupsafe/issues/286 but breaking change in

0 commit comments

Comments
 (0)