Skip to content

Commit cde5eb8

Browse files
Bump platformdirs from 4.3.6 to 4.3.7 (#173)
* Bump platformdirs from 4.3.6 to 4.3.7 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.6...4.3.7) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * updates --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Varun Villait <[email protected]>
1 parent d922229 commit cde5eb8

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://www.peopledatalabs.com/images/company-logo.png" style="background-color: white; padding: 5px 10px;" width="250" alt="People Data Labs Logo">
2+
<img src="https://www.peopledatalabs.com/images/logos/company-logo.png" style="background-color: white; padding: 5px 10px;" width="250" alt="People Data Labs Logo">
33
</p>
44
<h1 align="center">People Data Labs Python Client</h1>
55
<p align="center">Official Python client for the People Data Labs API.</p>

Diff for: poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "peopledatalabs"
3-
version = "5.0.1"
3+
version = "5.0.2"
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"

Diff for: requirements_dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ flake8==5.0.4 ; python_version >= "3.8" and python_version < "4.0" \
226226
idna==3.10 ; python_version >= "3.8" and python_version < "4.0" \
227227
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
228228
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
229-
iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "4.0" \
230-
--hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \
231-
--hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
229+
iniconfig==2.1.0 ; python_version >= "3.8" and python_version < "4.0" \
230+
--hash=sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7 \
231+
--hash=sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760
232232
isort==5.13.2 ; python_version >= "3.8" and python_version < "4.0" \
233233
--hash=sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109 \
234234
--hash=sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6

Diff for: src/peopledatalabs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
from .main import PDLPY
66

77

8-
__version__ = "5.0.1"
8+
__version__ = "5.0.2"
99

1010
__all__ = ["PDLPY"]

Diff for: tests/client/test_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_version():
1919
"""
2020
Version check.
2121
"""
22-
assert __version__ == "5.0.1"
22+
assert __version__ == "5.0.2"
2323

2424

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

0 commit comments

Comments
 (0)