Skip to content

Commit

Permalink
security: Update pytest to solve ReDoS in py library
Browse files Browse the repository at this point in the history
  • Loading branch information
Estrada Irribarra, Rodrigo Andres committed Oct 28, 2024
1 parent 817b8c7 commit 985d662
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 103 deletions.
121 changes: 35 additions & 86 deletions poetry.lock

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

34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
openai = "1.51.2"
click = "8.1"
markdown = "3.7"
pandoc = "2.4"
rich = "^13.9.2"
python-dotenv = "^1.0.1"
pyyaml = "^6.0.2"
requests = "^2.32.3"
prompt-toolkit = "^3.0.48"
python = ">=3.10"
openai = ">=1.51.2"
click = ">=8.1"
markdown = ">=3.7"
pandoc = ">=2.4"
rich = ">=13.9.2"
python-dotenv = ">=1.0.1"
pyyaml = ">=6.0.2"
requests = ">=2.32.3"
prompt-toolkit = ">=3.0.48"

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
pytest = ">=6.2.4"

[tool.poetry.scripts]
storycraftr = "storycraftr.cli:cli"
papercraftr = "storycraftr.cli:cli"

[tool.poetry.group.dev.dependencies]
pytest = "^6.2.4"
ipdb = "^0.13.13"
black = "^24.10.0"
pre-commit = "^4.0.1"
sphinx = "^8.1.3"
sphinx-click = "^6.0.0"
pytest = ">=6.2.4"
ipdb = ">=0.13.13"
black = ">=24.10.0"
pre-commit = ">=4.0.1"
sphinx = ">=8.1.3"
sphinx-click = ">=6.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 985d662

Please sign in to comment.