Skip to content

Commit

Permalink
build(deps): Bump requirements.txt and poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 5, 2024
1 parent df7ace4 commit def80d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "atsdk"
version = "0.2.18"
version = "0.2.19"
description = "Python SDK for atPlatform"
authors = ["Umang Shah <[email protected]>","Chris Swan <[email protected]>"]
maintainers = ["Chris Swan <[email protected]>"]
Expand Down
12 changes: 6 additions & 6 deletions requirements.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2024.2.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f \
--hash=sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1
certifi==2024.6.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516 \
--hash=sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56
cffi==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy" \
--hash=sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc \
--hash=sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a \
Expand Down Expand Up @@ -214,9 +214,9 @@ pycparser==2.22 ; python_full_version >= "3.8.1" and python_full_version < "4.0.
pyflakes==3.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f \
--hash=sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a
pytest==8.2.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd \
--hash=sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1
pytest==8.2.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343 \
--hash=sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977
python-dateutil==2.9.0.post0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2024.2.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f \
--hash=sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1
certifi==2024.6.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516 \
--hash=sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56
cffi==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy" \
--hash=sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc \
--hash=sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a \
Expand Down

0 comments on commit def80d4

Please sign in to comment.