Skip to content

Commit f41a5d4

Browse files
authored
chore: update package versions (#118)
* chore: update package versions - Update version to 3.0.8 in `__version__` variable - Update version to 3.0.8 in `tool.poetry` section - Update version to 2.1.1 in `email-validator` package - Update version to 2.6.3 in `pydantic` package - Update version to 8.1.0 in `pytest` package - Update version to 0.12.4 in `tomlkit` package - Update version to 4.10.0 in `typing-extensions` package * chore: update pytest version to 8.1.0
1 parent 922a805 commit f41a5d4

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "peopledatalabs"
3-
version = "3.0.7"
3+
version = "3.0.8"
44
description = "Official Python client for the People Data Labs API"
55
homepage = "https://www.peopledatalabs.com"
66
repository = "https://github.com/peopledatalabs/peopledatalabs-python"
@@ -41,7 +41,7 @@ coverage = "^7.4.0"
4141
docformatter = "^1.7"
4242
flake8 = "^5.0.4"
4343
pylint = "^3.0.3"
44-
pytest = "^8.0.1"
44+
pytest = "^8.1.0"
4545
pyupgrade = "^3.3.2"
4646

4747
[build-system]

src/peopledatalabs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
from .main import PDLPY
66

77

8-
__version__ = "3.0.7"
8+
__version__ = "3.0.8"
99

1010
__all__ = ["PDLPY"]

tests/client/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_version():
1919
"""
2020
Version check.
2121
"""
22-
assert __version__ == "3.0.7"
22+
assert __version__ == "3.0.8"
2323

2424

2525
@pytest.mark.usefixtures("fake_api_key")

0 commit comments

Comments
 (0)