Skip to content

Commit d8906e1

Browse files
committed
Updated requirements
1 parent eb5440c commit d8906e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests==2.31.0
1+
requests==2.32.0
22
setuptools
33
wheel
44
twine

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ def read(f_name):
99

1010
setup(
1111
name="xbox-python-api",
12-
version="0.1.2.4",
12+
version="0.1.3",
1313
url="https://github.com/Rarmash/Xbox-Python-API",
1414
author="Rarmash",
1515
description="Xbox API library",
1616
packages=find_packages(),
1717
long_description=read("README.md"),
1818
long_description_content_type='text/markdown',
19-
install_requires=["requests==2.31.0"]
19+
install_requires=["requests==2.32.0"]
2020
)

0 commit comments

Comments
 (0)