Skip to content

Commit

Permalink
upgrade pytest lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rcholic committed Dec 31, 2024
1 parent 32bdc21 commit ed7c2fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cschwabpy"
version = "0.1.4.6"
version = "0.1.4.7"
description = ""
authors = ["Tony Wang <[email protected]>"]
readme = "README.md"
Expand All @@ -9,7 +9,6 @@ packages = [{include = "cschwabpy"}]
[tool.poetry.dependencies]
python = "^3.9"
httpx = "^0.26.0"
pytest = "^7.2.1"
pre-commit = "^3.7.1"
pytest-asyncio = "^0.21.1"
pydantic = "^2.7.3"
Expand All @@ -21,6 +20,7 @@ arrow = "^1.3.0"
aiofiles = "^24.1.0"
backoff = "^2.2.1"
pytest-httpx = "^0.29.0"
pytest = "^7.4.4"


[build-system]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="CSchwabPy",
version="0.1.4.6",
version="0.1.4.7",
description="Charles Schwab Stock & Option Trade API Client for Python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ed7c2fc

Please sign in to comment.