From 241aa32d1ee9a5b8ad26426d7eebbfe422ee785b Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 21 May 2024 12:22:02 -0500 Subject: [PATCH] requirements version bumps Signed-off-by: Brian S. Stephan --- requirements/requirements-dev.txt | 45 +++++++++++++++---------------- requirements/requirements.txt | 14 +++++----- 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index e825b2b..2e302e9 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile --extra=dev --output-file=requirements/requirements-dev.txt # -aiohttp==3.9.3 +aiohttp==3.9.5 # via textual-dev aiosignal==1.3.1 # via aiohttp @@ -33,13 +33,13 @@ click==8.1.7 # textual-dev colorama==0.4.6 # via tox -coverage[toml]==7.4.4 +coverage[toml]==7.5.1 # via pytest-cov decorator==5.1.1 # via gp2040ce-binary-tools (pyproject.toml) distlib==0.3.8 # via virtualenv -filelock==3.13.3 +filelock==3.14.0 # via # tox # virtualenv @@ -54,7 +54,7 @@ flake8==7.0.0 # gp2040ce-binary-tools (pyproject.toml) flake8-blind-except==0.2.1 # via gp2040ce-binary-tools (pyproject.toml) -flake8-builtins==2.4.0 +flake8-builtins==2.5.0 # via gp2040ce-binary-tools (pyproject.toml) flake8-docstrings==1.7.0 # via gp2040ce-binary-tools (pyproject.toml) @@ -74,17 +74,17 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -grpcio==1.62.1 +grpcio==1.64.0 # via grpcio-tools -grpcio-tools==1.62.1 +grpcio-tools==1.64.0 # via gp2040ce-binary-tools (pyproject.toml) -idna==3.6 +idna==3.7 # via yarl iniconfig==2.0.0 # via pytest isort==5.13.2 # via flake8-isort -jinja2==3.1.3 +jinja2==3.1.4 # via reuse license-expression==30.3.0 # via reuse @@ -99,7 +99,7 @@ markupsafe==2.1.5 # via jinja2 mccabe==0.7.0 # via flake8 -mdit-py-plugins==0.4.0 +mdit-py-plugins==0.4.1 # via markdown-it-py mdurl==0.1.2 # via markdown-it-py @@ -109,7 +109,7 @@ multidict==6.0.5 # via # aiohttp # yarl -mypy==1.9.0 +mypy==1.10.0 # via gp2040ce-binary-tools (pyproject.toml) mypy-extensions==1.0.0 # via mypy @@ -124,15 +124,15 @@ pbr==6.0.0 # via stevedore pip-tools==7.4.1 # via gp2040ce-binary-tools (pyproject.toml) -platformdirs==4.2.0 +platformdirs==4.2.2 # via # tox # virtualenv -pluggy==1.4.0 +pluggy==1.5.0 # via # pytest # tox -protobuf==4.25.3 +protobuf==5.26.1 # via grpcio-tools pycodestyle==2.11.1 # via flake8 @@ -140,20 +140,20 @@ pydocstyle==6.3.0 # via flake8-docstrings pyflakes==3.2.0 # via flake8 -pygments==2.17.2 +pygments==2.18.0 # via rich pyproject-api==1.6.1 # via tox -pyproject-hooks==1.0.0 +pyproject-hooks==1.1.0 # via # build # pip-tools -pytest==8.1.1 +pytest==8.2.1 # via # gp2040ce-binary-tools (pyproject.toml) # pytest-asyncio # pytest-cov -pytest-asyncio==0.23.6 +pytest-asyncio==0.23.7 # via gp2040ce-binary-tools (pyproject.toml) pytest-cov==5.0.0 # via gp2040ce-binary-tools (pyproject.toml) @@ -169,29 +169,28 @@ rich==13.7.1 # via # bandit # textual -setuptools-scm==8.0.4 +setuptools-scm==8.1.0 # via gp2040ce-binary-tools (pyproject.toml) snowballstemmer==2.2.0 # via pydocstyle stevedore==5.2.0 # via bandit -textual==0.56.2 +textual==0.62.0 # via # gp2040ce-binary-tools (pyproject.toml) # textual-dev textual-dev==1.5.1 # via gp2040ce-binary-tools (pyproject.toml) -tox==4.14.2 +tox==4.15.0 # via gp2040ce-binary-tools (pyproject.toml) typing-extensions==4.11.0 # via # mypy - # setuptools-scm # textual # textual-dev uc-micro-py==1.0.3 # via linkify-it-py -virtualenv==20.25.1 +virtualenv==20.26.2 # via tox wheel==0.43.0 # via pip-tools diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0ed57ed..463b39b 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,12 +1,12 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile --output-file=requirements/requirements.txt # -grpcio==1.62.1 +grpcio==1.64.0 # via grpcio-tools -grpcio-tools==1.62.1 +grpcio-tools==1.64.0 # via gp2040ce-binary-tools (pyproject.toml) linkify-it-py==2.0.3 # via markdown-it-py @@ -15,19 +15,19 @@ markdown-it-py[linkify,plugins]==3.0.0 # mdit-py-plugins # rich # textual -mdit-py-plugins==0.4.0 +mdit-py-plugins==0.4.1 # via markdown-it-py mdurl==0.1.2 # via markdown-it-py -protobuf==4.25.3 +protobuf==5.26.1 # via grpcio-tools -pygments==2.17.2 +pygments==2.18.0 # via rich pyusb==1.2.1 # via gp2040ce-binary-tools (pyproject.toml) rich==13.7.1 # via textual -textual==0.56.2 +textual==0.62.0 # via gp2040ce-binary-tools (pyproject.toml) typing-extensions==4.11.0 # via textual