-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features: --------- - Ensure Python 3.13 support (#239) Other: ------ - Reflect changes to supported Python versions in README (#204) - Monthly maintenance (Aug 2024) (#230) - (**deps**) Bump actions/checkout in the ci-dependencies group (#231) - (**deps**) Bump aiohttp from 3.9.3 to 3.10.3 (#233) - (**deps**) Bump idna from 3.6 to 3.7 (#220) - Update dev dependencies to latest versions (#240) - (**deps-dev**) Bump the dev-dependencies group across 1 directory with 2 updates (#241) Co-authored-by: playpauseandstop <[email protected]>
- Loading branch information
1 parent
d1a7b6c
commit 477f68f
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ warn_unused_ignores = true | |
|
||
[tool.poetry] | ||
name = "aiohttp-middlewares" | ||
version = "2.3.0" | ||
version = "2.4.0" | ||
description = "Collection of useful middlewares for aiohttp applications." | ||
authors = ["Igor Davydenko <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters