Skip to content

Commit 51a8098

Browse files
committed
Bump package version to v0.0.6 & bump deps
1 parent 399c874 commit 51a8098

3 files changed

Lines changed: 15 additions & 17 deletions

File tree

poetry.lock

Lines changed: 7 additions & 6 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 = "braspag-sdk"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "An unofficial Python SDK for Braspag"
55
authors = [
66
"Roman Sirokov <sirokov@dizconto.com>",
@@ -26,7 +26,7 @@ classifiers = [
2626

2727
[tool.poetry.dependencies]
2828
python = ">=3.7,<4.0"
29-
future = "^0.18.3"
29+
future = "^1.0.0"
3030
requests = "^2.31.0"
3131

3232

requirements.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
appdirs==1.4.4 ; python_version >= "3.12" and python_version < "4.0"
2-
certifi==2023.11.17 ; python_version >= "3.12" and python_version < "4.0"
3-
charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "4.0"
4-
future==0.18.3 ; python_version >= "3.12" and python_version < "4.0"
5-
idna==3.6 ; python_version >= "3.12" and python_version < "4.0"
6-
packaging==23.2 ; python_version >= "3.12" and python_version < "4.0"
7-
pyparsing==3.1.1 ; python_version >= "3.12" and python_version < "4.0"
8-
requests==2.31.0 ; python_version >= "3.12" and python_version < "4.0"
9-
urllib3==2.1.0 ; python_version >= "3.12" and python_version < "4.0"
1+
certifi==2024.2.2 ; python_version >= "3.7" and python_version < "4.0"
2+
charset-normalizer==3.3.2 ; python_version >= "3.7" and python_version < "4.0"
3+
future==1.0.0 ; python_version >= "3.7" and python_version < "4.0"
4+
idna==3.6 ; python_version >= "3.7" and python_version < "4.0"
5+
requests==2.31.0 ; python_version >= "3.7" and python_version < "4.0"
6+
urllib3==2.0.7 ; python_version >= "3.7" and python_version < "4.0"

0 commit comments

Comments
 (0)