Skip to content

Commit

Permalink
Several Updates & Fixes (#466)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
rsforbes authored Oct 10, 2024
1 parent 6363fe4 commit 674c5df
Show file tree
Hide file tree
Showing 14 changed files with 28,846 additions and 28,719 deletions.
1,243 changes: 632 additions & 611 deletions CHANGELOG.MD

Large diffs are not rendered by default.

35,730 changes: 17,843 additions & 17,887 deletions analysis_archive/stats/analysis.json

Large diffs are not rendered by default.

77 changes: 0 additions & 77 deletions docs/nba_api/stats/endpoints/boxscoresimilarityscore.md

This file was deleted.

96 changes: 31 additions & 65 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nba_api"
version = "1.5.2"
version = "1.6.0"
description = "An API Client package to access the APIs for NBA.com"
license = "MIT"
authors = [
Expand All @@ -28,17 +28,20 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.31.2"
requests = "^2.32.3"
numpy = "^1.22.2"
certifi = ">=2023.7.22,<2025.0.0"
certifi = "^2023.7.22"
idna = "^3.7.0"
urllib3 = ">=1.26.0, <2.0.0 || >=2.2.2"


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

[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
pytest = "^8.3.3"
pytest-cov = "^4.0"
flake8 = "^5.0.4"
flake8 = "^7.1.1"
pandas = "^2.2.3"

[tool.pytest.ini_options]
Expand Down
Loading

0 comments on commit 674c5df

Please sign in to comment.