Skip to content

Commit 6be69cd

Browse files
authored
Merge pull request #37 from ScrappyCocco/requirements_update
Requirements update
2 parents 0c4e53a + 41d209e commit 6be69cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

howlongtobeatpy/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(name='howlongtobeatpy',
7-
version='1.0.14',
7+
version='1.0.15',
88
packages=find_packages(exclude=['tests']),
99
description='A Python API for How Long to Beat',
1010
long_description=long_description,
@@ -14,10 +14,10 @@
1414
license='MIT',
1515
keywords='howlongtobeat gaming steam uplay origin time length how long to beat',
1616
install_requires=[
17-
'aiohttp>=3.10.1',
17+
'aiohttp>=3.11.10',
1818
'requests>=2.32.3',
1919
'aiounittest>=1.4.2',
20-
'fake_useragent>=1.5.1',
20+
'fake_useragent>=2.0.3',
2121
'beautifulsoup4>=4.12.3'
2222
],
2323
zip_safe=False)

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.organization=scrappycocco-github
22
sonar.projectKey=ScrappyCocco_HowLongToBeat-PythonAPI
33

44
sonar.projectName=HowLongToBeat-PythonAPI
5-
sonar.projectVersion=1.0.14
5+
sonar.projectVersion=1.0.15
66
sonar.python.version=3.9
77

88
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

0 commit comments

Comments
 (0)