Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sam-cli-bot committed Apr 1, 2024
2 parents 0e774da + 9406094 commit 45d8ced
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aws_lambda_builders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Changing version will trigger a new release!
# Please make the version change as the last step of your development.

__version__ = "1.47.0"
__version__ = "1.48.0"
RPC_PROTOCOL_VERSION = "0.3"
1 change: 1 addition & 0 deletions aws_lambda_builders/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"python3.11": [ARM64, X86_64],
"python3.12": [ARM64, X86_64],
"ruby3.2": [ARM64, X86_64],
"ruby3.3": [ARM64, X86_64],
"java8": [ARM64, X86_64],
"java11": [ARM64, X86_64],
"java17": [ARM64, X86_64],
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
coverage==7.4.3
coverage==7.4.4
flake8==3.8.4
pytest-cov==4.1.0
pytest-cov==5.0.0

# Test requirements
pytest>=6.1.1
parameterized==0.9.0
pyelftools~=0.30 # Used to verify the generated Go binary architecture in integration tests (utils.py)
pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)

# formatter
black==24.2.0
ruff==0.2.2
black==24.3.0
ruff==0.3.4
1 change: 1 addition & 0 deletions tests/integration/workflows/ruby_bundler/test_ruby.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
("runtime",),
[
("ruby3.2",),
("ruby3.3",),
],
)
class TestRubyWorkflow(TestCase):
Expand Down

0 comments on commit 45d8ced

Please sign in to comment.