Skip to content

Commit

Permalink
updated dependencies and test (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic authored Dec 28, 2023
1 parent 0dfc74e commit 711229b
Show file tree
Hide file tree
Showing 8 changed files with 726 additions and 588 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It provides functionality relevant to BookOps and is not a full implementation o

## Version

> 0.3.0
> 0.4.0
## Installation

Expand Down Expand Up @@ -90,6 +90,22 @@ with PlatformSession(authorization=token) as session:

## Changelog

### [0.4.0] - 2023-12-28

#### Changed
+ `conftest.py` updated path to credentials
+ dependencies:
+ certifi (2023.11.17)
+ requests (2.31.0)
+ dev dependencies:
+ black (22.12.0)
+ mike (0.5.5)
+ mkapi (1.0.14)
+ mkdocs (1.5.3)
+ pytest (6.2.5)
+ pytest-cov (2.12.1)
+ pytest-mock (3.11.1)

### [0.3.0] - 2022-02-05

#### Changed
Expand Down Expand Up @@ -118,6 +134,7 @@ with PlatformSession(authorization=token) as session:
+ [NYPL Platform API Documentation](https://docs.google.com/document/d/1p3q9OT9latXqON20WDh4CNPxIShUunfGgqT163r-Caw/edit?usp=sharing)
+ [ruby-nypl-platfom-api-client](https://github.com/NYPL/ruby-nypl-platform-api-client)

[0.4.0]: https://github.com/BookOps-CAT/bookops-nypl-platform/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/BookOps-CAT/bookops-nypl-platform/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/BookOps-CAT/bookops-nypl-platform/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/BookOps-CAT/bookops-nypl-platform/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion bookops_nypl_platform/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.0"
__version__ = "0.4.0"
__title__ = "bookops-nypl-platform"

from .authorize import PlatformToken
Expand Down
85 changes: 42 additions & 43 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,43 +1,42 @@
atomicwrites==1.4.0; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.4.0"
attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
black==22.1.0; python_full_version >= "3.6.2"
certifi==2021.10.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
charset-normalizer==2.0.11; python_full_version >= "3.6.0" and python_version >= "3"
click==8.0.3; python_version >= "3.6" and python_full_version >= "3.6.2"
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0" and platform_system == "Windows"
coverage==6.3.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
ghp-import==2.0.2; python_version >= "3.6"
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
importlib-metadata==4.10.1; python_version < "3.8" and python_version >= "3.7"
iniconfig==1.1.1; python_version >= "3.7"
jinja2==3.0.3; python_version >= "3.7"
markdown==3.3.6; python_version >= "3.7"
markupsafe==2.0.1; python_version >= "3.6"
mergedeep==1.3.4; python_version >= "3.6"
mike==0.5.5
mkapi==1.0.14; python_version >= "3.7"
mkdocs==1.2.3; python_version >= "3.6"
mypy-extensions==0.4.3; python_full_version >= "3.6.2"
packaging==21.3; python_version >= "3.7"
pathspec==0.9.0; python_full_version >= "3.6.2"
platformdirs==2.4.1; python_version >= "3.7" and python_full_version >= "3.6.2"
pluggy==1.0.0; python_version >= "3.7"
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
pyparsing==3.0.7; python_version >= "3.6"
pytest-cov==2.12.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
pytest-mock==3.7.0; python_version >= "3.7"
pytest==6.2.5; python_version >= "3.6"
python-dateutil==2.8.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
pyyaml-env-tag==0.1; python_version >= "3.6"
pyyaml==6.0; python_version >= "3.6"
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.5"
ruamel.yaml==0.17.20; python_version >= "3"
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
tomli==2.0.0; python_version >= "3.7" and python_full_version >= "3.6.2"
typed-ast==1.5.2; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2" and python_version >= "3.6"
typing-extensions==4.0.1; python_version < "3.8" and python_full_version >= "3.6.2" and python_version >= "3.7"
urllib3==1.26.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
watchdog==2.1.6; python_version >= "3.6"
zipp==3.7.0; python_version < "3.8" and python_version >= "3.7"
atomicwrites==1.4.1 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32"
attrs==23.1.0 ; python_version >= "3.7" and python_version < "4.0"
black==22.12.0 ; python_version >= "3.7" and python_version < "4.0"
certifi==2023.11.17 ; python_version >= "3.7" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.7" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.7" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
coverage==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
ghp-import==2.1.0 ; python_version >= "3.7" and python_version < "4.0"
idna==3.6 ; python_version >= "3.7" and python_version < "4.0"
importlib-metadata==6.7.0 ; python_version >= "3.7" and python_version < "3.10"
iniconfig==2.0.0 ; python_version >= "3.7" and python_version < "4.0"
jinja2==3.1.2 ; python_version >= "3.7" and python_version < "4.0"
markdown==3.4.4 ; python_version >= "3.7" and python_version < "4.0"
markupsafe==2.1.3 ; python_version >= "3.7" and python_version < "4.0"
mergedeep==1.3.4 ; python_version >= "3.7" and python_version < "4.0"
mike==0.5.5 ; python_version >= "3.7" and python_version < "4.0"
mkapi==1.0.14 ; python_version >= "3.7" and python_version < "4.0"
mkdocs==1.5.3 ; python_version >= "3.7" and python_version < "4.0"
mypy-extensions==1.0.0 ; python_version >= "3.7" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.7" and python_version < "4.0"
pathspec==0.11.2 ; python_version >= "3.7" and python_version < "4.0"
platformdirs==4.0.0 ; python_version >= "3.7" and python_version < "4.0"
pluggy==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
py==1.11.0 ; python_version >= "3.7" and python_version < "4.0"
pytest-cov==2.12.1 ; python_version >= "3.7" and python_version < "4.0"
pytest-mock==3.11.1 ; python_version >= "3.7" and python_version < "4.0"
pytest==6.2.5 ; python_version >= "3.7" and python_version < "4.0"
python-dateutil==2.8.2 ; python_version >= "3.7" and python_version < "4.0"
pyyaml-env-tag==0.1 ; python_version >= "3.7" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.7" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.7" and python_version < "4.0"
ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.13" and python_version >= "3.7"
ruamel-yaml==0.18.5 ; python_version >= "3.7" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.7" and python_version < "4.0"
toml==0.10.2 ; python_version >= "3.7" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.7" and python_full_version < "3.11.0a7"
typed-ast==1.5.5 ; python_version < "3.8" and implementation_name == "cpython" and python_version >= "3.7"
typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.10"
urllib3==2.0.7 ; python_version >= "3.7" and python_version < "4.0"
watchdog==3.0.0 ; python_version >= "3.7" and python_version < "4.0"
zipp==3.15.0 ; python_version >= "3.7" and python_version < "3.10"
Loading

0 comments on commit 711229b

Please sign in to comment.