Skip to content

Commit

Permalink
chore: Bump pytest version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirudh31415926535 authored Jul 9, 2024
1 parent b5c83b8 commit a5da828
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions libs/cohere/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 libs/cohere/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ignore_missing_imports = true
optional = true

[tool.poetry.group.test.dependencies]
pytest = "^7.3.0"
pytest = "^8.2.2"
freezegun = "^1.2.2"
pytest-mock = "^3.10.0"
syrupy = "^4.0.2"
Expand All @@ -50,7 +50,7 @@ langchain = { git = "https://github.com/langchain-ai/langchain.git", subdirector
langchain-text-splitters = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/text-splitters" }
langgraph = { python = ">=3.9.0,<4.0", git = "https://github.com/langchain-ai/langgraph.git", subdirectory = "libs/langgraph", markers="python_version >= '3.9.0' and python_version < '4.0'" }
pytest-vcr = "^1.0.2"

pytest = "^8.2.2"
[tool.poetry.group.lint]
optional = true

Expand Down

0 comments on commit a5da828

Please sign in to comment.