File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ dev = [
1616
1717toxgen = [
1818 " jinja2" ,
19- " packaging<26.0 " ,
19+ " packaging<26.3 " ,
2020 " pip" ,
2121 " requests" ,
2222]
2323
2424docs = [
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
4343typing = [
@@ -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" ,
You can’t perform that action at this time.
0 commit comments