Skip to content

Commit aa072fe

Browse files
Bump oss2 from 2.18.0 to 2.18.1, remove unused docs (#132)
Bumps [oss2](https://github.com/aliyun/aliyun-oss-python-sdk) from 2.18.0 to 2.18.1. - [Release notes](https://github.com/aliyun/aliyun-oss-python-sdk/releases) - [Changelog](https://github.com/aliyun/aliyun-oss-python-sdk/blob/master/CHANGELOG.rst) - [Commits](https://github.com/aliyun/aliyun-oss-python-sdk/commits) --- updated-dependencies: - dependency-name: oss2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Update setup.cfg Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 765d863 commit aa072fe

File tree

4 files changed

+2
-48
lines changed

4 files changed

+2
-48
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,3 @@ jobs:
6060

6161
- name: Build package
6262
run: nox -s build
63-
64-
- name: Build docs
65-
run: nox -s docs

noxfile.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
locations = "src", "tests"
1010

1111

12-
@nox.session
13-
def docs(session: nox.Session) -> None:
14-
session.install(".[docs]")
15-
session.run("mkdocs", "build")
16-
17-
1812
@nox.session(python=["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"])
1913
def tests(session: nox.Session) -> None:
2014
session.install(".[tests]")

setup.cfg

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,10 @@ package_dir=
2727
packages = find:
2828
install_requires=
2929
fsspec==2023.6.0
30-
oss2==2.18.0
31-
aiooss2==0.2.6
30+
oss2==2.18.1
31+
aiooss2==0.2.7
3232

3333
[options.extras_require]
34-
docs =
35-
mkdocs==1.3.1
36-
mkdocs-gen-files==0.3.5
37-
mkdocs-material==8.4.1
38-
mkdocs-section-index==0.3.4
39-
mkdocstrings-python==0.7.1
4034
tests =
4135
pytest==7.2.0
4236
pytest-sugar==0.9.5
@@ -49,7 +43,6 @@ tests =
4943
aliyun-python-sdk-sts==3.1.1
5044
dev =
5145
%(tests)s
52-
%(docs)s
5346

5447
[options.packages.find]
5548
exclude =

0 commit comments

Comments
 (0)