Skip to content

Commit

Permalink
Bump waitress from 3.0.0 to 3.0.1 (#3465)
Browse files Browse the repository at this point in the history
* Bump waitress from 3.0.0 to 3.0.1

Bumps [waitress](https://github.com/Pylons/waitress) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/Pylons/waitress/releases)
- [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt)
- [Commits](Pylons/waitress@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: waitress
  dependency-type: direct:production
...

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

* Drop Python 3.8 from tests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mathieu Leplatre <[email protected]>
  • Loading branch information
dependabot[bot] and leplatrem authored Oct 30, 2024
1 parent 188b11e commit 0517d88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pyenv: [py38, py39, py310, py311, py312, py312-raw]
pyenv: [py39, py310, py311, py312, py312-raw]
include:
- pyenv: py38
python-version: "3.8"
- pyenv: py39
python-version: "3.9"
- pyenv: py310
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Kinto is a minimalist JSON storage service with synchronisation and sharing abil
Requirements
------------

* **Python**: 3.8+
* **Python**: 3.9+
* **Backends**: In-memory (development), PostgreSQL 9.5+ (production)
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ venusian==3.1.0
# via
# cornice
# pyramid
waitress==3.0.0
waitress==3.0.1
# via
# -r constraints.in
# webtest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
Expand Down

0 comments on commit 0517d88

Please sign in to comment.