File tree 6 files changed +12
-7
lines changed
tests/integration/workflows/ruby_bundler
6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ updates:
10
10
include : scope
11
11
reviewers :
12
12
- aws/serverless-application-experience-sbt
13
+ - aws/aws-lambda-tooling
13
14
14
15
- package-ecosystem : " pip"
15
16
directory : " /requirements"
@@ -21,8 +22,9 @@ updates:
21
22
include : scope
22
23
reviewers :
23
24
- aws/serverless-application-experience-sbt
25
+ - aws/aws-lambda-tooling
24
26
ignore :
25
27
# The dependencies are intentionally pinned to certain
26
28
# version ranges for specific Python versions
27
29
- dependency-name : " flake8"
28
- - dependency-name : " isort"
30
+ - dependency-name : " isort"
Original file line number Diff line number Diff line change 1
1
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2
2
3
- * @ aws/serverless-application-experience-sbt
3
+ * @ aws/serverless-application-experience-sbt
4
+ * @ aws/aws-lambda-tooling
Original file line number Diff line number Diff line change 5
5
# Changing version will trigger a new release!
6
6
# Please make the version change as the last step of your development.
7
7
8
- __version__ = "1.53 .0"
8
+ __version__ = "1.54 .0"
9
9
RPC_PROTOCOL_VERSION = "0.3"
Original file line number Diff line number Diff line change 22
22
"python3.13" : [ARM64 , X86_64 ],
23
23
"ruby3.2" : [ARM64 , X86_64 ],
24
24
"ruby3.3" : [ARM64 , X86_64 ],
25
+ "ruby3.4" : [ARM64 , X86_64 ],
25
26
"java8" : [ARM64 , X86_64 ],
26
27
"java11" : [ARM64 , X86_64 ],
27
28
"java17" : [ARM64 , X86_64 ],
Original file line number Diff line number Diff line change 1
- coverage==7.6.7 ; python_version>="3.9"
1
+ coverage==7.7.0 ; python_version>="3.9"
2
2
coverage==7.6.1; python_version<"3.9"
3
3
flake8==3.8.4
4
4
pytest-cov==6.0.0; python_version>="3.9"
@@ -7,9 +7,9 @@ pytest-cov==5.0.0; python_version<"3.9"
7
7
# Test requirements
8
8
pytest>=6.1.1
9
9
parameterized==0.9.0
10
- pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)
10
+ pyelftools~=0.32 # Used to verify the generated Go binary architecture in integration tests (utils.py)
11
11
12
12
# formatter
13
- black==24.10 .0; python_version>="3.9"
13
+ black==25.1 .0; python_version>="3.9"
14
14
black==24.8.0; python_version<"3.9"
15
- ruff==0.7.4
15
+ ruff==0.11.0
Original file line number Diff line number Diff line change 20
20
[
21
21
("ruby3.2" ,),
22
22
("ruby3.3" ,),
23
+ ("ruby3.4" ,),
23
24
],
24
25
)
25
26
class TestRubyWorkflow (TestCase ):
You can’t perform that action at this time.
0 commit comments