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 requirements #286

Merged
merged 3 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/in/tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r base.in

# From PyPi
pytest==8.3.2
pytest==8.3.3
pytest-benchmark==4.0.0
pytest-cov==5.0.0
pytest-instafail==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/in/tox.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#

# From PyPI
tox==4.18.0
tox==4.20.0
26 changes: 13 additions & 13 deletions requirements/out/requirements-py310-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ appimage-builder @ git+https://github.com/appimagecrafters/appimage-builder@9733
# via -r requirements/in/packaging.in
arpy==2.3.0
# via pydpkg
build==1.2.1
build==1.2.2
# via pip-tools
cachetools==5.5.0
# via tox
certifi==2024.8.30
# via requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -40,11 +40,11 @@ et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via pytest
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
idna==3.8
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -80,7 +80,7 @@ pgpy==0.6.0
# via pydpkg
pip-tools==7.4.1
# via -r requirements/in/dev.in
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
Expand All @@ -97,7 +97,7 @@ py-cpuinfo==9.0.0
# via pytest-benchmark
pyaml==21.10.1
# via emrichen
pyasn1==0.6.0
pyasn1==0.6.1
# via pgpy
pycparser==2.22
# via cffi
Expand All @@ -109,19 +109,19 @@ pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pyparsing==3.1.4
# via rdflib
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyqt5==5.15.11
# via -r requirements/in/pyqt5.in
pyqt5-qt5==5.15.14
pyqt5-qt5==5.15.15
# via pyqt5
pyqt5-sip==12.15.0
# via pyqt5
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/in/tests.in
# pytest-benchmark
Expand All @@ -145,7 +145,7 @@ pytest-repeat==0.9.3
# via -r requirements/in/tests.in
pytest-xvfb==3.0.0 ; sys_platform != "win32"
# via -r requirements/in/tests.in
python-gnupg==0.5.2
python-gnupg==0.5.3
# via appimage-builder
pyvirtualdisplay==3.0
# via pytest-xvfb
Expand Down Expand Up @@ -186,16 +186,16 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.18.0
tox==4.20.0
# via -r requirements/in/tox.in
typing-extensions==4.12.2
# via mypy
urllib3==2.2.2
urllib3==2.2.3
# via
# appimage-builder
# docker
# requests
virtualenv==20.26.3
virtualenv==20.26.5
# via tox
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
16 changes: 8 additions & 8 deletions requirements/out/requirements-py310-macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ altgraph==0.17.4
# via
# macholib
# pyinstaller
build==1.2.1
build==1.2.2
# via pip-tools
cachetools==5.5.0
# via tox
Expand All @@ -26,7 +26,7 @@ et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via pytest
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -63,7 +63,7 @@ pillow==10.4.0 ; sys_platform == "darwin"
# via -r requirements/in/packaging.in
pip-tools==7.4.1
# via -r requirements/in/dev.in
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
Expand All @@ -80,19 +80,19 @@ pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pyparsing==3.1.4
# via rdflib
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyqt5==5.15.11
# via -r requirements/in/pyqt5.in
pyqt5-qt5==5.15.14
pyqt5-qt5==5.15.15
# via pyqt5
pyqt5-sip==12.15.0
# via pyqt5
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/in/tests.in
# pytest-benchmark
Expand Down Expand Up @@ -133,11 +133,11 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.18.0
tox==4.20.0
# via -r requirements/in/tox.in
typing-extensions==4.12.2
# via mypy
virtualenv==20.26.3
virtualenv==20.26.5
# via tox
wheel==0.44.0
# via pip-tools
Expand Down
14 changes: 7 additions & 7 deletions requirements/out/requirements-py310-winnt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
altgraph==0.17.4
# via pyinstaller
build==1.2.1
build==1.2.2
# via pip-tools
cachetools==5.5.0
# via tox
Expand All @@ -24,7 +24,7 @@ et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via pytest
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -55,7 +55,7 @@ pefile==2024.8.26
# via pyinstaller
pip-tools==7.4.1
# via -r requirements/in/dev.in
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
Expand All @@ -72,7 +72,7 @@ pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pyparsing==3.1.4
# via rdflib
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
# via
Expand All @@ -84,7 +84,7 @@ pyqt5-qt5==5.15.2
# via pyqt5
pyqt5-sip==12.15.0
# via pyqt5
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/in\tests.in
# pytest-benchmark
Expand Down Expand Up @@ -124,11 +124,11 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.18.0
tox==4.20.0
# via -r requirements/in\tox.in
typing-extensions==4.12.2
# via mypy
virtualenv==20.26.3
virtualenv==20.26.5
# via tox
wheel==0.44.0
# via pip-tools
Expand Down
26 changes: 13 additions & 13 deletions requirements/out/requirements-py311-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ appimage-builder @ git+https://github.com/appimagecrafters/appimage-builder@9733
# via -r requirements/in/packaging.in
arpy==2.3.0
# via pydpkg
build==1.2.1
build==1.2.2
# via pip-tools
cachetools==5.5.0
# via tox
certifi==2024.8.30
# via requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -38,11 +38,11 @@ emrichen==0.4.0
# via appimage-builder
et-xmlfile==1.1.0
# via openpyxl
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
idna==3.8
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -78,7 +78,7 @@ pgpy==0.6.0
# via pydpkg
pip-tools==7.4.1
# via -r requirements/in/dev.in
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
Expand All @@ -95,7 +95,7 @@ py-cpuinfo==9.0.0
# via pytest-benchmark
pyaml==21.10.1
# via emrichen
pyasn1==0.6.0
pyasn1==0.6.1
# via pgpy
pycparser==2.22
# via cffi
Expand All @@ -107,19 +107,19 @@ pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pyparsing==3.1.4
# via rdflib
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyqt5==5.15.11
# via -r requirements/in/pyqt5.in
pyqt5-qt5==5.15.14
pyqt5-qt5==5.15.15
# via pyqt5
pyqt5-sip==12.15.0
# via pyqt5
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/in/tests.in
# pytest-benchmark
Expand All @@ -143,7 +143,7 @@ pytest-repeat==0.9.3
# via -r requirements/in/tests.in
pytest-xvfb==3.0.0 ; sys_platform != "win32"
# via -r requirements/in/tests.in
python-gnupg==0.5.2
python-gnupg==0.5.3
# via appimage-builder
pyvirtualdisplay==3.0
# via pytest-xvfb
Expand Down Expand Up @@ -175,16 +175,16 @@ six==1.16.0
# isodate
# jsonpath-rw
# pydpkg
tox==4.18.0
tox==4.20.0
# via -r requirements/in/tox.in
typing-extensions==4.12.2
# via mypy
urllib3==2.2.2
urllib3==2.2.3
# via
# appimage-builder
# docker
# requests
virtualenv==20.26.3
virtualenv==20.26.5
# via tox
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
Loading