Skip to content

Commit

Permalink
Merge branch 'trunk' into azure_delete_vm_os_disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami authored Oct 7, 2023
2 parents 79de6d7 + 3a789e7 commit e4f044b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Empty file modified libcloud/test/loadbalancer/fixtures/nttcis/alice.crt
100755 → 100644
Empty file.
Empty file modified libcloud/test/loadbalancer/fixtures/nttcis/alice.key
100755 → 100644
Empty file.
Empty file modified libcloud/test/loadbalancer/fixtures/nttcis/denis.crt
100755 → 100644
Empty file.
Empty file modified libcloud/test/loadbalancer/fixtures/nttcis/denis.key
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Changelog = "https://github.com/apache/libcloud/blob/trunk/CHANGES.rst"

[project.optional-dependencies]
build = [
"build==0.10.0"
"build==1.0.3"
]
publish = [
"twine==4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pep8==1.7.1
flake8==5.0.4
astroid==2.15.6; python_version >= '3.8'
pylint==2.17.5; python_version >= '3.8'
astroid==2.15.8; python_version >= '3.8'
pylint==2.17.7; python_version >= '3.8'
bandit[toml]==1.7.5; python_version >= '3.7'
black==23.9.1; python_version >= '3.7' and implementation_name == "cpython"
isort[pyproject]==5.12.0; python_version >= '3.8'
Expand Down

0 comments on commit e4f044b

Please sign in to comment.