Skip to content

Commit

Permalink
Merge pull request #19 from DanielPDWalker/dependabot/pip/cryptograph…
Browse files Browse the repository at this point in the history
…y-41.0.4

chore(deps): bump cryptography from 41.0.1 to 41.0.4
  • Loading branch information
DanielPDWalker authored Oct 10, 2023
2 parents ff74eee + 0620eba commit 6fbb928
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 45 deletions.
90 changes: 47 additions & 43 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ packages = [

[tool.poetry.dependencies]
python = "<3.12,>=3.7.1"
singer-sdk = { version="^0.31.1" }
singer-sdk = { version="^0.32.0" }
fs-s3fs = { version = "^1.1.1", optional = true }
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
singer-sdk = { version="^0.31.1", extras = ["testing"] }
singer-sdk = { version="^0.32.0", extras = ["testing"] }

[tool.poetry.extras]
s3 = ["fs-s3fs"]
Expand Down

0 comments on commit 6fbb928

Please sign in to comment.