Skip to content

Commit 6d90bb2

Browse files
fix(deps): update openapitools/openapi-generator-cli docker tag to v7.13.0
1 parent a3b95b5 commit 6d90bb2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: v4.0.13.2932
77
- Package version: 1.1.0 <!--- x-release-please-version -->
8-
- Generator version: 7.12.0
8+
- Generator version: 7.13.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.
1212

13-
Python 3.8+
13+
Python 3.9+
1414

1515
## Installation & Usage
1616
### pip install

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ keywords = ["OpenAPI", "OpenAPI-Generator", "Sonarr"]
1010
include = ["sonarr/py.typed"]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.8"
13+
python = "^3.9"
1414

15-
urllib3 = ">= 1.25.3, < 3.0.0"
15+
urllib3 = ">= 2.1.0, < 3.0.0"
1616
python-dateutil = ">= 2.8.2"
1717
pydantic = ">= 2"
1818
typing-extensions = ">= 4.7.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
urllib3 >= 1.25.3, < 3.0.0
1+
urllib3 >= 2.1.0, < 3.0.0
22
python_dateutil >= 2.8.2
33
pydantic >= 2
44
typing-extensions >= 4.7.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
# http://pypi.python.org/pypi/setuptools
2323
NAME = "sonarr-py"
2424
VERSION = "1.1.0" # x-release-please-version
25-
PYTHON_REQUIRES = ">= 3.8"
25+
PYTHON_REQUIRES = ">= 3.9"
2626
REQUIRES = [
27-
"urllib3 >= 1.25.3, < 3.0.0",
27+
"urllib3 >= 2.1.0, < 3.0.0",
2828
"python-dateutil >= 2.8.2",
2929
"pydantic >= 2",
3030
"typing-extensions >= 4.7.1",

0 commit comments

Comments
 (0)