Skip to content

Commit db74119

Browse files
authored
Merge pull request #369 from atsign-foundation/dependabot/pip/pip-466981d436
build(deps): Bump the pip group across 1 directory with 3 updates
2 parents 17c1e52 + 13ce03d commit db74119

File tree

2 files changed

+76
-58
lines changed

2 files changed

+76
-58
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "atsdk"
3-
version = "0.2.38"
3+
version = "0.2.39"
44
description = "Python SDK for atPlatform"
55
authors = ["Umang Shah <[email protected]>","Chris Swan <[email protected]>"]
66
maintainers = ["Chris Swan <[email protected]>"]
@@ -10,14 +10,14 @@ homepage = "https://github.com/atsign-foundation/at_python"
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.9.2"
13-
cryptography = "44.0.2"
13+
cryptography = "45.0.3"
1414
python-dateutil = "2.9.0.post0"
1515
requests = "2.32.3"
1616

1717
[tool.poetry.group.dev.dependencies]
18-
pip ="25.1"
18+
pip ="25.1.1"
1919
flake8 = "7.2.0"
20-
pytest = "8.3.5"
20+
pytest = "8.4.0"
2121

2222
[build-system]
2323
requires = ["poetry-core"]

0 commit comments

Comments
 (0)