Skip to content

Commit 2c998a3

Browse files
ran-isenbergRan Isenberg
and
Ran Isenberg
authored
chore: update deps and remove setup.py (#913)
Co-authored-by: Ran Isenberg <[email protected]>
1 parent ef96db0 commit 2c998a3

File tree

6 files changed

+130
-130
lines changed

6 files changed

+130
-130
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
exclude: "^(?!helpers/)"
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.9.1
29+
rev: v0.9.4
3030
hooks:
3131
# Run the Ruff linter.
3232
- id: ruff

cdk/pyproject.toml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "service-cdk"
7+
version = "1.0"
8+
description = "CDK service code"
9+
authors = [
10+
{ name = "Ran Isenberg", email = "[email protected]" }
11+
]
12+
classifiers = [
13+
"Intended Audience :: Developers",
14+
"Topic :: Software Development :: Build Tools",
15+
"Programming Language :: Python :: 3.12"
16+
]
17+
requires-python = ">=3.12"
18+
dependencies = []
19+
20+
[tool.setuptools.packages.find]
21+
where = ["."]
22+
exclude = ["contrib", "docs", "tests"]
23+
24+
[tool.setuptools.package-data]
25+
"*" = ["*.json"]

cdk/setup.py

-25
This file was deleted.

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"aws-cdk": "2.175.1"
3+
"aws-cdk": "2.177.0"
44
}
55
}

0 commit comments

Comments
 (0)