Skip to content

Commit

Permalink
Bump oss2 from 2.18.0 to 2.18.1, remove unused docs (#132)
Browse files Browse the repository at this point in the history
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] <support@github.com>

Update setup.cfg

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2023
1 parent 765d863 commit aa072fe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 48 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/docs.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,3 @@ jobs:

- name: Build package
run: nox -s build

- name: Build docs
run: nox -s docs
6 changes: 0 additions & 6 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
locations = "src", "tests"


@nox.session
def docs(session: nox.Session) -> None:
session.install(".[docs]")
session.run("mkdocs", "build")


@nox.session(python=["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"])
def tests(session: nox.Session) -> None:
session.install(".[tests]")
Expand Down
11 changes: 2 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,10 @@ package_dir=
packages = find:
install_requires=
fsspec==2023.6.0
oss2==2.18.0
aiooss2==0.2.6
oss2==2.18.1
aiooss2==0.2.7

[options.extras_require]
docs =
mkdocs==1.3.1
mkdocs-gen-files==0.3.5
mkdocs-material==8.4.1
mkdocs-section-index==0.3.4
mkdocstrings-python==0.7.1
tests =
pytest==7.2.0
pytest-sugar==0.9.5
Expand All @@ -49,7 +43,6 @@ tests =
aliyun-python-sdk-sts==3.1.1
dev =
%(tests)s
%(docs)s

[options.packages.find]
exclude =
Expand Down

0 comments on commit aa072fe

Please sign in to comment.