Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Triggering reason is a vulnerability in pygments<2.15
All *.txt files updated with pip-compile --upgrade
  • Loading branch information
erikbosch authored and lukasmittag committed Jul 21, 2023
1 parent be11622 commit f7def22
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
14 changes: 7 additions & 7 deletions kuksa-client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
#
# pip-compile --resolver=backtracking setup.cfg
#
attrs==22.1.0
attrs==23.1.0
# via cmd2
cmd2==1.5.0
# via kuksa-client (setup.cfg)
colorama==0.4.6
# via cmd2
decorator==5.1.1
# via jsonpath-ng
grpcio==1.54.2
grpcio==1.56.2
# via grpcio-tools
grpcio-tools==1.54.2
grpcio-tools==1.56.2
# via kuksa-client (setup.cfg)
jsonpath-ng==1.5.3
# via kuksa-client (setup.cfg)
ply==3.11
# via jsonpath-ng
protobuf==4.21.11
protobuf==4.23.4
# via grpcio-tools
pygments==2.13.0
pygments==2.15.1
# via kuksa-client (setup.cfg)
pyperclip==1.8.2
# via cmd2
six==1.16.0
# via jsonpath-ng
wcwidth==0.2.5
wcwidth==0.2.6
# via cmd2
websockets==10.4
websockets==11.0.3
# via kuksa-client (setup.cfg)

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion kuksa-client/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python_requires = >=3.8
install_requires =
websockets >= 10.1
cmd2 >= 1.4, <2.0
pygments >= 2.5
pygments >= 2.15
grpcio-tools >= 1.54.2
jsonpath-ng >= 1.5.3
packages = find:
Expand Down
52 changes: 26 additions & 26 deletions kuksa-client/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,66 +4,64 @@
#
# pip-compile --extra=test --output-file=test-requirements.txt --resolver=backtracking setup.cfg
#
astroid==2.12.13
astroid==2.15.6
# via pylint
attrs==22.1.0
# via
# cmd2
# pytest
attrs==23.1.0
# via cmd2
cmd2==1.5.0
# via kuksa-client (setup.cfg)
colorama==0.4.6
# via cmd2
coverage[toml]==6.5.0
coverage[toml]==7.2.7
# via pytest-cov
decorator==5.1.1
# via jsonpath-ng
dill==0.3.6
# via pylint
exceptiongroup==1.0.4
exceptiongroup==1.1.2
# via pytest
grpcio==1.54.2
grpcio==1.56.2
# via grpcio-tools
grpcio-tools==1.54.2
grpcio-tools==1.56.2
# via kuksa-client (setup.cfg)
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
isort==5.11.2
isort==5.12.0
# via pylint
jsonpath-ng==1.5.3
# via kuksa-client (setup.cfg)
lazy-object-proxy==1.8.0
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
packaging==22.0
packaging==23.1
# via pytest
platformdirs==2.6.0
platformdirs==3.9.1
# via pylint
pluggy==1.0.0
pluggy==1.2.0
# via pytest
ply==3.11
# via jsonpath-ng
protobuf==4.21.11
protobuf==4.23.4
# via grpcio-tools
pygments==2.13.0
pygments==2.15.1
# via kuksa-client (setup.cfg)
pylint==2.15.8
pylint==2.17.4
# via kuksa-client (setup.cfg)
pyperclip==1.8.2
# via cmd2
pytest==7.2.0
pytest==7.4.0
# via
# kuksa-client (setup.cfg)
# pytest-asyncio
# pytest-cov
# pytest-mock
# pytest-timeout
pytest-asyncio==0.20.3
pytest-asyncio==0.21.1
# via kuksa-client (setup.cfg)
pytest-cov==4.0.0
pytest-cov==4.1.0
# via kuksa-client (setup.cfg)
pytest-mock==3.10.0
pytest-mock==3.11.1
# via kuksa-client (setup.cfg)
pytest-timeout==2.1.0
# via kuksa-client (setup.cfg)
Expand All @@ -74,13 +72,15 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.11.6
tomlkit==0.11.8
# via pylint
wcwidth==0.2.5
typing-extensions==4.7.1
# via astroid
wcwidth==0.2.6
# via cmd2
websockets==10.4
websockets==11.0.3
# via kuksa-client (setup.cfg)
wrapt==1.14.1
wrapt==1.15.0
# via astroid

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

0 comments on commit f7def22

Please sign in to comment.