Skip to content

Commit

Permalink
Bumped requests-pkcs12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
meson800 committed Feb 4, 2023
1 parent 8f7aba4 commit 1b980e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.1] - 2023-02-04
### Updated
- Updated the version of requests-pkcs12 we rely on to avoid deprecation warnings.

## [0.5.0] - 2023-01-17
### Added
- Added the ability to control cookiejar saving. Autosave can be disabled
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,9 @@ having to re-install after each update.
## Changelog
See the [CHANGELOG](CHANGELOG.md) for detailed changes.
```
## [0.5.0] - 2023-01-17
### Added
- Added the ability to control cookiejar saving. Autosave can be disabled
and the session cookies can now be saved at any time, not just on close.
## [0.5.1] - 2023-02-04
### Updated
- Updated the version of requests-pkcs12 we rely on to avoid deprecation warnings.
```

## License
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='touchstone-auth',
version='0.5.0',
version='0.5.1',
author='Christopher Johnstone',
author_email='[email protected]',
description='Access Touchstone SSO sites without a web browser.',
Expand All @@ -28,7 +28,7 @@
install_requires=[
'beautifulsoup4',
'requests',
'requests-pkcs12==1.10',
'requests-pkcs12==1.15',
'requests-kerberos',
'typing-extensions'
]
Expand Down

0 comments on commit 1b980e9

Please sign in to comment.