diff --git a/ci/docker/python/linux/jenkins/Dockerfile b/ci/docker/python/linux/jenkins/Dockerfile index a4c6ab5cb..604d0d73a 100644 --- a/ci/docker/python/linux/jenkins/Dockerfile +++ b/ci/docker/python/linux/jenkins/Dockerfile @@ -1,7 +1,7 @@ ARG PYTHON_VERSION=3.11 ARG PIP_FIND_LINKS=/wheels/ ARG PIPX_HOME=/pipx -ARG SONAR_SCANNER_VERSION=4.6.2.2472 +ARG SONAR_SCANNER_VERSION=5.0.1.3006 FROM python:${PYTHON_VERSION} AS base_image FROM base_image AS wheel_builder diff --git a/requirements/requirements-dev-freeze.txt b/requirements/requirements-dev-freeze.txt index 60d8174b1..6697cfef5 100644 --- a/requirements/requirements-dev-freeze.txt +++ b/requirements/requirements-dev-freeze.txt @@ -1,22 +1,23 @@ alabaster==0.7.13 -astroid==3.0.0 +astroid==3.0.1 attrs==23.1.0 -Babel==2.13.0 +Babel==2.13.1 bcrypt==4.0.1 build==1.0.3 -cachetools==5.3.1 +cachetools==5.3.2 certifi==2023.7.22 cffi==1.16.0 chardet==5.2.0 -charset-normalizer==3.3.0 +charset-normalizer==3.3.2 colorama==0.4.6 coverage==7.3.2 -cryptography==41.0.4 +cryptography==41.0.5 dill==0.3.7 distlib==0.3.7 docopt==0.6.2 docutils==0.20.1 -filelock==3.12.4 +exceptiongroup==1.1.3 +filelock==3.13.1 flake8==6.1.0 flake8-bugbear==23.9.16 HathiValidate==0.3.8 @@ -37,7 +38,7 @@ mccabe==0.7.0 mdurl==0.1.2 more-itertools==10.1.0 multidict==6.0.4 -mypy==1.5.1 +mypy==1.6.1 mypy-extensions==1.0.0 nh3==0.2.14 packaging==23.2 @@ -46,20 +47,20 @@ pkginfo==1.9.6 platformdirs==3.11.0 pluggy==1.3.0 py3exiv2bind==0.1.11 -pycodestyle==2.11.0 +pycodestyle==2.11.1 pycparser==2.21 pydocstyle==6.3.0 pyflakes==3.1.0 Pygments==2.16.1 pyhathiprep==0.1.10 pykdu-compress==0.1.8 -pylint==3.0.0 +pylint==3.0.2 PyNaCl==1.5.0 pyproject-api==1.6.1 pyproject_hooks==1.0.0 pyqt-distutils==0.7.3 -pytest==7.4.2 -pytest-mock==3.11.1 +pytest==7.4.3 +pytest-mock==3.12.0 pytest-qt==4.2.0 pytest-xvfb==3.0.0 pytz==2023.3.post1 @@ -71,7 +72,7 @@ requests==2.31.0 requests-toolbelt==1.0.0 rfc3986==2.0.0 rich==13.6.0 -ruamel.yaml==0.17.35 +ruamel.yaml==0.18.3 ruamel.yaml.clib==0.2.8 six==1.16.0 snowballstemmer==2.2.0 @@ -83,11 +84,12 @@ sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 +tomli==2.0.1 tomlkit==0.12.1 tox==4.11.3 twine==4.0.2 types-PyYAML==6.0.12.12 -types-requests==2.31.0.8 +types-requests==2.31.0.10 typing_extensions==4.8.0 tzdata==2023.3 tzlocal==4.3.1 @@ -95,7 +97,7 @@ uiucprescon.images==0.0.5 uiucprescon.imagevalidate==0.1.9 uiucprescon.ocr==0.1.4 uiucprescon.packager==0.2.15 -urllib3==2.0.6 -virtualenv==20.24.5 +urllib3==2.0.7 +virtualenv==20.24.6 yarl==1.9.2 zipp==3.17.0 diff --git a/requirements/requirements-gui-freeze.txt b/requirements/requirements-gui-freeze.txt index 9a4523e94..193a1348e 100644 --- a/requirements/requirements-gui-freeze.txt +++ b/requirements/requirements-gui-freeze.txt @@ -1,16 +1,16 @@ attrs==23.1.0 certifi==2023.7.22 -charset-normalizer==3.3.0 +charset-normalizer==3.3.2 docopt==0.6.2 HathiValidate==0.3.8 -HathiZip==0.1.10 +HathiZip==0.1.11 idna==3.4 importlib-metadata==6.8.0 importlib-resources==6.1.0 lxml==4.9.3 multidict==6.0.4 pluggy==1.3.0 -py3exiv2bind==0.1.11 +py3exiv2bind==0.1.12 pyhathiprep==0.1.10 pykdu-compress==0.1.8 pyqt-distutils==0.7.3 @@ -21,15 +21,16 @@ pytz==2023.3.post1 pytz-deprecation-shim==0.1.0.post0 PyYAML==6.0.1 requests==2.31.0 -ruamel.yaml==0.17.35 +ruamel.yaml==0.18.3 ruamel.yaml.clib==0.2.8 shiboken6==6.5.3 +typing_extensions==4.8.0 tzdata==2023.3 tzlocal==4.3.1 uiucprescon.images==0.0.5 uiucprescon.imagevalidate==0.1.9 uiucprescon.ocr==0.1.4 uiucprescon.packager==0.2.15 -urllib3==2.0.6 +urllib3==2.0.7 yarl==1.9.2 zipp==3.17.0