Skip to content

Commit 345abbc

Browse files
chore(deps): update packages
1 parent b00ef73 commit 345abbc

2 files changed

Lines changed: 89 additions & 22 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ dev = [
1616

1717
toxgen = [
1818
"jinja2",
19-
"packaging<26.0",
19+
"packaging<26.3",
2020
"pip",
2121
"requests",
2222
]
2323

2424
docs = [
2525
"gevent",
2626
"shibuya",
27-
"sphinx<8.2",
27+
"sphinx<9.2",
2828
"sphinx-autodoc-typehints[type_comments]>=2.3.0",
2929
"typing-extensions",
3030
]
@@ -37,7 +37,7 @@ aws = [
3737
# https://github.com/boto/botocore/blob/develop/setup.cfg
3838
# So we pin this here to make our Lambda layer work with
3939
# Lambda Function using Python 3.7+
40-
"urllib3<1.27; python_version < '3.10'",
40+
"urllib3<2.8; python_version < '3.10'",
4141
]
4242

4343
typing = [
@@ -51,7 +51,7 @@ typing = [
5151
"types-gevent",
5252
"types-greenlet",
5353
"types-redis",
54-
"types-setuptools<71",
54+
"types-setuptools<83",
5555
"types-webob",
5656
"opentelemetry-distro[otlp]",
5757
"pymongo",
@@ -60,7 +60,7 @@ typing = [
6060
"launchdarkly-server-sdk",
6161
"openfeature-sdk",
6262
"statsig",
63-
"UnleashClient<6",
63+
"UnleashClient<7",
6464
"typer",
6565
"strawberry-graphql",
6666
"httpx",

0 commit comments

Comments
 (0)