File tree Expand file tree Collapse file tree 6 files changed +88
-88
lines changed Expand file tree Collapse file tree 6 files changed +88
-88
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ requires-python = "~= 3.12.0"
99dependencies = [
1010 " automated-actions-utils" ,
1111 " celery[sqs]==5.5.3" ,
12- " fastapi==0.121.0 " ,
12+ " fastapi==0.121.1 " ,
1313 " httpx==0.28.1" ,
1414 " hvac==2.4.0" ,
1515 " itsdangerous==2.2.0" ,
1616 " kubernetes==34.1.0" ,
1717 " prometheus-fastapi-instrumentator==7.1.0" ,
1818 " pydantic-settings==2.11.0" ,
19- " pydantic==2.12.3 " ,
19+ " pydantic==2.12.4 " ,
2020 " pyjwt==2.10.1" ,
2121 " pynamodb==6.1.0" ,
2222 " requests-toolbelt==1.0.0" ,
@@ -40,7 +40,7 @@ dev = [
4040 " pytest-mock==3.15.1" ,
4141 " pytest==8.4.2" ,
4242 " requests-mock==1.12.1" ,
43- " ruff==0.14.3 " ,
43+ " ruff==0.14.4 " ,
4444]
4545
4646[build-system ]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dev = [
3232 " mypy==1.18.2" ,
3333 " pytest-cov==7.0.0" ,
3434 " pytest==8.4.2" ,
35- " ruff==0.14.3 " ,
35+ " ruff==0.14.4 " ,
3636 " types-pyyaml==6.0.12.20250915" ,
3737]
3838
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dev = [
2626 # "openapi-python-client==0.25.3",
2727 " pytest-cov==7.0.0" ,
2828 " pytest==8.4.2" ,
29- " ruff==0.14.3 " ,
30- " types-python-dateutil==2.9.0.20251008 " ,
29+ " ruff==0.14.4 " ,
30+ " types-python-dateutil==2.9.0.20251108 " ,
3131]
3232
3333[build-system ]
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ license = { text = "Apache 2.0" }
77readme = " README.md"
88requires-python = " ~= 3.12.0"
99dependencies = [
10- " boto3==1.40.65 " ,
10+ " boto3==1.40.69 " ,
1111 " gql==4.0.0" ,
1212 " hvac==2.4.0" ,
1313 " kubernetes==34.1.0" ,
1414 " openshift==0.13.2" ,
15- " pydantic==2.12.3 " ,
16- " sretoolbox==3.1 .0" ,
17- " types-boto3-lite[rds]==1.40.65 " ,
15+ " pydantic==2.12.4 " ,
16+ " sretoolbox==3.2 .0" ,
17+ " types-boto3-lite[rds]==1.40.69 " ,
1818 " types-hvac==2.4.0.20251101" ,
1919]
2020
@@ -31,7 +31,7 @@ dev = [
3131 " pytest-mock==3.15.1" ,
3232 " pytest==8.4.2" ,
3333 " qenerate==0.9.1" ,
34- " ruff==0.14.3 " ,
34+ " ruff==0.14.4 " ,
3535]
3636
3737[build-system ]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ documentation = "https://github.com/app-sre/automated-actions"
2727dev = [
2828 # Development dependencies
2929 " mypy==1.18.2" ,
30- " ruff==0.14.3 " ,
30+ " ruff==0.14.4 " ,
3131 " types-pyyaml==6.0.12.20250915" ,
3232]
3333
You can’t perform that action at this time.
0 commit comments