Skip to content

Commit

Permalink
update package version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
melgazar9 committed Dec 10, 2024
1 parent fa796cc commit 304b4c2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 16 deletions.
30 changes: 29 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 8 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tap-mongodb"
version = "2.5.0"
version = "2.6.0"
description = "`tap-mongodb` is a Singer tap for MongoDB and AWS DocumentDB, built with the Meltano Singer SDK."
readme = "README.md"
authors = ["Matt Menzenski"]
Expand All @@ -21,6 +21,7 @@ pymongo = "^4.4.1"
"backports.cached-property" = { version = "^1.0.2" }
pylint = "^3.3.2"
maison = "^2.0.0"
ruff = "^0.8.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
Expand All @@ -41,7 +42,11 @@ select = [
]

[tool.lint.isort]
isort = "^5.11.5"
known-third-party = [
"pymongo",
"singer_sdk",
"pendulum",
]

[tool.poetry.extras]
s3 = ["fs-s3fs"]
Expand Down Expand Up @@ -75,27 +80,15 @@ quote_basic_values = false
quote_keys_and_basic_values = false

[tool.ruff]
select = [
"E",
"F",
"RUF",
"I001",
]
exclude = [
".meltano",
".secrets",
"output",
]

line-length = 120
target-version = "py311"

[tool.ruff.isort]
known-third-party = [
"pymongo",
"singer_sdk",
"pendulum",
]

[tool.pylint]
max-line-length = 120
max-attributes = 15
Expand Down

0 comments on commit 304b4c2

Please sign in to comment.