File tree 4 files changed +8
-6
lines changed
tests/integration/workflows/ruby_bundler
4 files changed +8
-6
lines changed 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.47 .0"
8
+ __version__ = "1.48 .0"
9
9
RPC_PROTOCOL_VERSION = "0.3"
Original file line number Diff line number Diff line change 19
19
"python3.11" : [ARM64 , X86_64 ],
20
20
"python3.12" : [ARM64 , X86_64 ],
21
21
"ruby3.2" : [ARM64 , X86_64 ],
22
+ "ruby3.3" : [ARM64 , X86_64 ],
22
23
"java8" : [ARM64 , X86_64 ],
23
24
"java11" : [ARM64 , X86_64 ],
24
25
"java17" : [ARM64 , X86_64 ],
Original file line number Diff line number Diff line change 1
- coverage==7.4.3
1
+ coverage==7.4.4
2
2
flake8==3.8.4
3
- pytest-cov==4.1 .0
3
+ pytest-cov==5.0 .0
4
4
5
5
# Test requirements
6
6
pytest>=6.1.1
7
7
parameterized==0.9.0
8
- pyelftools~=0.30 # Used to verify the generated Go binary architecture in integration tests (utils.py)
8
+ pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)
9
9
10
10
# formatter
11
- black==24.2 .0
12
- ruff==0.2.2
11
+ black==24.3 .0
12
+ ruff==0.3.4
Original file line number Diff line number Diff line change 19
19
("runtime" ,),
20
20
[
21
21
("ruby3.2" ,),
22
+ ("ruby3.3" ,),
22
23
],
23
24
)
24
25
class TestRubyWorkflow (TestCase ):
You can’t perform that action at this time.
0 commit comments