Skip to content

Commit

Permalink
Merge pull request #70 from canonical/kf-776-gh52-feat-alerts-rules
Browse files Browse the repository at this point in the history
fix: updated requirements
  • Loading branch information
i-chvets authored Dec 13, 2022
2 parents a81e6e9 + 584988d commit db99bca
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 37 deletions.
Binary file removed charms/argo-server/.coverage
Binary file not shown.
6 changes: 3 additions & 3 deletions charms/argo-server/requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-fmt.in
# pip-compile requirements-fmt.in
#
black==22.12.0
# via -r ./requirements-fmt.in
# via -r requirements-fmt.in
click==8.1.3
# via black
isort==5.10.1
# via -r ./requirements-fmt.in
# via -r requirements-fmt.in
mypy-extensions==0.4.3
# via black
pathspec==0.10.3
Expand Down
30 changes: 15 additions & 15 deletions charms/argo-server/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,58 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-lint.in
# pip-compile requirements-lint.in
#
black==22.12.0
# via -r ./requirements-fmt.txt
# via -r requirements-fmt.txt
click==8.1.3
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black
codespell==2.2.2
# via -r ./requirements-lint.in
# via -r requirements-lint.in
flake8==5.0.4
# via
# -r ./requirements-lint.in
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.0.1
# via -r ./requirements-lint.in
# via -r requirements-lint.in
flake8-copyright==0.2.3
# via -r ./requirements-lint.in
# via -r requirements-lint.in
isort==5.10.1
# via -r ./requirements-fmt.txt
# via -r requirements-fmt.txt
mccabe==0.7.0
# via flake8
mypy-extensions==0.4.3
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black
pathspec==0.10.3
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black
pep8-naming==0.13.2
# via -r ./requirements-lint.in
# via -r requirements-lint.in
platformdirs==2.6.0
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black
pycodestyle==2.9.1
# via flake8
pyflakes==2.5.0
# via flake8
pyproject-flake8==5.0.4.post1
# via -r ./requirements-lint.in
# via -r requirements-lint.in
tomli==2.0.1
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.4.0
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black

# The following packages are considered to be unsafe in a requirements file:
Expand Down
1 change: 1 addition & 0 deletions charms/argo-server/requirements-unit.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ coverage
pytest
pytest-mock
pytest-lazy-fixture
pyyaml
-r requirements.txt
17 changes: 9 additions & 8 deletions charms/argo-server/requirements-unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,37 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-unit.in
# pip-compile requirements-unit.in
#
attrs==22.1.0
# via pytest
coverage==6.5.0
# via -r ./requirements-unit.in
# via -r requirements-unit.in
exceptiongroup==1.0.4
# via pytest
iniconfig==1.1.1
# via pytest
oci-image==1.0.0
# via -r ./requirements.txt
# via -r requirements.txt
ops==1.5.4
# via -r ./requirements.txt
# via -r requirements.txt
packaging==22.0
# via pytest
pluggy==1.0.0
# via pytest
pytest==7.2.0
# via
# -r ./requirements-unit.in
# -r requirements-unit.in
# pytest-lazy-fixture
# pytest-mock
pytest-lazy-fixture==0.6.3
# via -r ./requirements-unit.in
# via -r requirements-unit.in
pytest-mock==3.10.0
# via -r ./requirements-unit.in
# via -r requirements-unit.in
pyyaml==6.0
# via
# -r ./requirements.txt
# -r requirements-unit.in
# -r requirements.txt
# ops
tomli==2.0.1
# via pytest
5 changes: 2 additions & 3 deletions charms/argo-server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright 2021 Canonical Ltd.
# See LICENSE file for licensing details.

pytest
pytest-mock
pyyaml
oci-image
ops
6 changes: 3 additions & 3 deletions charms/argo-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements.in
# pip-compile requirements.in
#
oci-image==1.0.0
# via -r ./requirements.in
# via -r requirements.in
ops==1.5.4
# via -r ./requirements.in
# via -r requirements.in
pyyaml==6.0
# via ops
5 changes: 0 additions & 5 deletions charms/argo-server/test-requirements.txt

This file was deleted.

0 comments on commit db99bca

Please sign in to comment.