Skip to content

Commit

Permalink
Bump pillow from 9.1.0 to 9.1.1 (#73)
Browse files Browse the repository at this point in the history
* Bump pillow from 9.1.0 to 9.1.1

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.1.0...9.1.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix security issues in Pillow and Numpy.

* Remove python=3.7 support in CI tests.

* Bump to version 0.0.6

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eike Caldeweyher <[email protected]>
  • Loading branch information
dependabot[bot] and f3rmion authored Jun 3, 2022
1 parent 369e8cb commit 82e2b51
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 179 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
- { python-version: 3.9, os: ubuntu-latest, session: "pre-commit" }
- { python-version: 3.9, os: ubuntu-latest, session: "mypy" }
- { python-version: 3.8, os: ubuntu-latest, session: "mypy" }
- { python-version: 3.7, os: ubuntu-latest, session: "mypy" }
- { python-version: 3.9, os: ubuntu-latest, session: "tests" }
- { python-version: 3.8, os: ubuntu-latest, session: "tests" }
- { python-version: 3.7, os: ubuntu-latest, session: "tests" }
- { python-version: 3.9, os: windows-latest, session: "tests" }
- { python-version: 3.9, os: macos-latest, session: "tests" }
- { python-version: 3.9, os: ubuntu-latest, session: "typeguard" }
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


package = "jazzy"
python_versions = ["3.9", "3.8", "3.7"]
python_versions = ["3.9", "3.8"]
nox.options.sessions = (
"pre-commit",
"mypy",
Expand Down
Loading

0 comments on commit 82e2b51

Please sign in to comment.