Skip to content

Commit

Permalink
handle comments
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Jul 24, 2024
1 parent 27d2420 commit 3fe0139
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 40 deletions.
1 change: 0 additions & 1 deletion charms/istio-gateway/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ bases:
parts:
charm:
charm-python-packages: [setuptools, pip]
build-packages: [git, rustc, cargo, libffi-dev, libssl-dev, pkg-config]
12 changes: 6 additions & 6 deletions charms/istio-gateway/requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile requirements-fmt.in
#
black==24.4.2
black==23.7.0
# via -r requirements-fmt.in
click==8.1.7
# via black
isort==5.13.2
isort==5.12.0
# via -r requirements-fmt.in
mypy-extensions==1.0.0
# via black
packaging==24.1
packaging==23.1
# via black
pathspec==0.12.1
pathspec==0.11.2
# via black
platformdirs==4.2.2
platformdirs==3.10.0
# via black
tomli==2.0.1
# via black
typing-extensions==4.12.2
typing-extensions==4.7.1
# via black
26 changes: 13 additions & 13 deletions charms/istio-gateway/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,47 @@
#
# pip-compile requirements-lint.in
#
black==24.4.2
black==23.7.0
# via -r requirements-lint.in
click==8.1.7
# via black
codespell==2.3.0
codespell==2.2.5
# via -r requirements-lint.in
flake8==5.0.4
flake8==6.0.0
# via
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.5.0
flake8-builtins==2.1.0
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r requirements-lint.in
isort==5.13.2
isort==5.12.0
# via -r requirements-lint.in
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
packaging==24.1
packaging==23.1
# via black
pathspec==0.12.1
pathspec==0.11.2
# via black
pep8-naming==0.14.1
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==4.2.2
platformdirs==3.10.0
# via black
pycodestyle==2.9.1
pycodestyle==2.10.0
# via flake8
pyflakes==2.5.0
pyflakes==3.0.1
# via flake8
pyproject-flake8==5.0.4.post1
pyproject-flake8==6.0.0.post1
# via -r requirements-lint.in
tomli==2.0.1
# via
# black
# pyproject-flake8
typing-extensions==4.12.2
typing-extensions==4.7.1
# via black

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions charms/istio-pilot/requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile requirements-fmt.in
#
black==24.4.2
black==23.7.0
# via -r requirements-fmt.in
click==8.1.7
# via black
isort==5.13.2
isort==5.12.0
# via -r requirements-fmt.in
mypy-extensions==1.0.0
# via black
packaging==24.1
packaging==23.1
# via black
pathspec==0.12.1
pathspec==0.11.2
# via black
platformdirs==4.2.2
platformdirs==3.10.0
# via black
tomli==2.0.1
# via black
typing-extensions==4.12.2
typing-extensions==4.7.1
# via black
26 changes: 13 additions & 13 deletions charms/istio-pilot/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,47 @@
#
# pip-compile requirements-lint.in
#
black==24.4.2
black==23.7.0
# via -r requirements-lint.in
click==8.1.7
# via black
codespell==2.3.0
codespell==2.2.5
# via -r requirements-lint.in
flake8==5.0.4
flake8==6.0.0
# via
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.5.0
flake8-builtins==2.1.0
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r requirements-lint.in
isort==5.13.2
isort==5.12.0
# via -r requirements-lint.in
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
packaging==24.1
packaging==23.1
# via black
pathspec==0.12.1
pathspec==0.11.2
# via black
pep8-naming==0.14.1
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==4.2.2
platformdirs==3.10.0
# via black
pycodestyle==2.9.1
pycodestyle==2.10.0
# via flake8
pyflakes==2.5.0
pyflakes==3.0.1
# via flake8
pyproject-flake8==5.0.4.post1
pyproject-flake8==6.0.0.post1
# via -r requirements-lint.in
tomli==2.0.1
# via
# black
# pyproject-flake8
typing-extensions==4.12.2
typing-extensions==4.7.1
# via black

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion charms/istio-pilot/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ cosl
# required for tls interface
jsonschema
cryptography
cffi
cffi

0 comments on commit 3fe0139

Please sign in to comment.