Skip to content

Commit bc0b3c6

Browse files
chore(deps): bump minimum versions for aiohttp, python-dotenv, and Pygments
1 parent ed02a22 commit bc0b3c6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

example/example1/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp >= 3.12.15, < 4
1+
aiohttp >= 3.13.4, < 4
22
aiosignal >= 1.4.0
33
attrs >= 25.3.0
44
frozenlist >= 1.7.0
@@ -8,4 +8,4 @@ openfga-sdk >= 0.10.2 # x-release-please-version
88
python-dateutil >= 2.9.0.post0
99
urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3
1010
yarl >= 1.20.1
11-
python-dotenv >= 1, <2
11+
python-dotenv >= 1.2.2, <2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python-dotenv >= 1, <2
1+
python-dotenv >= 1.2.2, <2
22
opentelemetry-sdk >= 1, <2
33
opentelemetry-exporter-otlp-proto-grpc >= 1.25, <2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords=[
3535
requires-python=">=3.10"
3636
license="Apache-2.0"
3737
dependencies = [
38-
"aiohttp>=3.9.3",
38+
"aiohttp>=3.13.4",
3939
"python-dateutil>=2.9.0",
4040
"opentelemetry-api>=1.25.0",
4141
"urllib3>=1.26.19,<3"

0 commit comments

Comments
 (0)