Skip to content
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

Update dependencies in qt-updater #278

Merged
merged 6 commits into from
Aug 17, 2024
14 changes: 8 additions & 6 deletions misc/qt-updater/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
build==1.2.1
# via pip-tools
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
idna==3.7
# via requests
mypy==1.10.1
mypy==1.11.1
# via qt-updater (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand All @@ -23,24 +23,26 @@ packaging==24.1
pip-tools==7.4.1
# via qt-updater (pyproject.toml)
pyproject-hooks==1.1.0
# via build
# via
# build
# pip-tools
requests==2.32.3
# via qt-updater (pyproject.toml)
ruamel-yaml==0.18.6
# via qt-updater (pyproject.toml)
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.5.0
ruff==0.5.7
# via qt-updater (pyproject.toml)
types-requests==2.32.0.20240622
types-requests==2.32.0.20240712
# via qt-updater (pyproject.toml)
typing-extensions==4.12.2
# via mypy
urllib3==2.2.2
# via
# requests
# types-requests
wheel==0.43.0
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading