Skip to content

Commit 674c5df

Browse files
authored
Several Updates & Fixes (#466)
* BoxScoreSimilarityScore has been deprecated by the NBA. Season params are no longer recognized. * Fixed test for ShotChartLineupDetail * Version Bump to 1.6. Changelog.md update. * Upgraded Requests to 2.32.3 * Upgraded certifi to ^2023.7.22 * Upgraded idna ^3.7.0 resolving CVE-2024-3651 * Upgraded urllib3 >=1.26.0, <2.0.0 || >=2.2.2 resolving CVE-2024-37891 * upgraded pytest to ^8.3.3 * upgraded flake8 ^7.1.1 * Updated Static Player File * Flake8 Updates & Black Formatting * Changelog update.
1 parent 6363fe4 commit 674c5df

File tree

14 files changed

+28846
-28719
lines changed

14 files changed

+28846
-28719
lines changed

CHANGELOG.MD

+632-611
Large diffs are not rendered by default.

analysis_archive/stats/analysis.json

+17,843-17,887
Large diffs are not rendered by default.

docs/nba_api/stats/endpoints/boxscoresimilarityscore.md

-77
This file was deleted.

poetry.lock

+31-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "nba_api"
7-
version = "1.5.2"
7+
version = "1.6.0"
88
description = "An API Client package to access the APIs for NBA.com"
99
license = "MIT"
1010
authors = [
@@ -28,17 +28,20 @@ classifiers = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.9"
31-
requests = "^2.31.2"
31+
requests = "^2.32.3"
3232
numpy = "^1.22.2"
33-
certifi = ">=2023.7.22,<2025.0.0"
33+
certifi = "^2023.7.22"
34+
idna = "^3.7.0"
35+
urllib3 = ">=1.26.0, <2.0.0 || >=2.2.2"
36+
3437

3538
[tool.poetry.urls]
3639
"Bug Tracker" = "https://github.com/swar/nba_api/issues"
3740

3841
[tool.poetry.group.dev.dependencies]
39-
pytest = "^7.1.3"
42+
pytest = "^8.3.3"
4043
pytest-cov = "^4.0"
41-
flake8 = "^5.0.4"
44+
flake8 = "^7.1.1"
4245
pandas = "^2.2.3"
4346

4447
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)