-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump for vulnerabilities fixes
- Loading branch information
1 parent
afa94b0
commit d04c162
Showing
6 changed files
with
225 additions
and
247 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
[tool.poetry] | ||
name = "aws-log-ingestion" | ||
version = "2.9.2" | ||
version = "2.9.3" | ||
description = "" | ||
authors = ["New Relic <[email protected]>"] | ||
license = "Apache 2.0" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.11" | ||
aiohttp = "^3.9.2" | ||
aiohttp = "^3.9.5" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
aws-sam-cli = "^1.105.0" | ||
black = "^23.3.0" | ||
aws-sam-cli = "^1.118.0" | ||
black = "^24.3.0" | ||
boto3 = "^1.19.2" | ||
coverage = "^6.0.2" | ||
flake8 = "^4.0.1" | ||
mock = "^4.0.3" | ||
pytest = "^6.2.5" | ||
pytest = "^7.2.0" | ||
pytest-asyncio = "^0.16.0" | ||
pyyaml = "!=5.4.1, !=5.4.0" # pyyaml is broken with cython 3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters