hedyhli / starcli

:sparkles: Browse trending GitHub projects from your command line
https://pypi.org/project/starcli/
MIT License
547 stars 50 forks source link

Update xdg requirement from <6.0.0,>=5.1.1 to >=5.1.1,<7.0.0 #124

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on xdg to permit the latest version.

Release notes

Sourced from xdg's releases.

6.0.0

This major release renames xdg to xdg-base-dirs due to an import collision with PyXDG. If you used xdg prior to the rename, update by changing the dependency name from xdg to xdg-base-dirs and the import from xdg to xdg_base_dirs. Python 3.10 or later is required by xdg-base-dirs.

Commits
  • ebf7d81 Bump version to 6.0.0
  • 3019d7d Rename to xdg-base-dirs and require Python 3.10
  • a0d8aba Bump isort from 5.11.4 to 5.11.5
  • 86be49a Bump pytest from 7.2.0 to 7.2.1
  • 8026407 Bump black from 22.12.0 to 23.1.0
  • 1ddcc54 Bump black from 22.10.0 to 22.12.0
  • 508b44c Bump isort from 5.10.1 to 5.11.4
  • eb15cb9 Bump pyupgrade from 3.2.3 to 3.3.1
  • 87f8c49 Bump setuptools from 65.3.0 to 65.5.1
  • bd31759 Bump mypy from 0.982 to 0.991
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
hedyhli commented 1 year ago

@dzmitry-kankalovich looks like this was the issue