Skip to content

Update dependencies #7186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2022
Merged

Update dependencies #7186

merged 1 commit into from
May 18, 2022

Conversation

qutebrowser-bot
Copy link
Contributor

Changed files

  • check-manifest
  • dev
  • flake8
  • pylint
  • pyroma
  • sphinx
  • tests
  • tox

Version updates

File Requirement old new
check-manifest pyparsing 3.0.8 3.0.9
dev PyJWT 2.3.0 2.4.0
flake8 flake8-comprehensions 3.8.0 3.9.0
flake8 flake8-tidy-imports 4.7.0 4.8.0
pylint astroid 2.11.4 2.11.5
pylint pylint 2.13.8 2.13.9
tests coverage 6.3.2 6.3.3
tests filelock 3.6.0 3.7.0
tests hypothesis 6.46.2 6.46.5
tests importlib-metadata -- 4.11.3
tests zipp -- 3.8.0
tox pip 22.0.4 22.1
tox setuptools 62.1.0 62.2.0

I'm a bot, bleep, bloop. 🤖

@toofar
Copy link
Member

toofar commented May 18, 2022

pip-compile says importlib-metadata and zipp come with flask. They were removed in 047a44c but seem to be still required.

Nothing else seems notable (a new Qt fix in the next asteriod release though).

@toofar toofar merged commit bd99d2e into master May 18, 2022
@toofar toofar deleted the update-dependencies branch May 18, 2022 08:25
@The-Compiler
Copy link
Member

The-Compiler commented May 18, 2022

Yup, that fix was done by me (pylint-dev/astroid#1550) as a response to b6c16f1. Will probably get an unneeded-suppression and need to remove that disable next week.

@The-Compiler
Copy link
Member

Ah, as for importlib-metadata and zipp: That might be an issue with different Python versions (me running Python 3.10 where importlib-metadata is not needed). Our tooling could certainly handle those things better, but I don't think that's possible with how it's built right now.

Thanks @toofar for the review and merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants