Skip to content

Commit

Permalink
v1.5.3 Release (#81)
Browse files Browse the repository at this point in the history
* Bump requests from 2.31.0 to 2.32.2 in the pip group (#80)

Bumps the pip group with 1 update: [requests](https://github.com/psf/requests).


Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README & bump version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
infamousjoeg and dependabot[bot] authored Jun 16, 2024
1 parent 8c1f41f commit 730a4b7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
23 changes: 11 additions & 12 deletions Pipfile.lock

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

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
This project simplifies the interaction between a Python 3 application or script and CyberArk's Application Access Manager's Credential Provider using the appropriate CLIPasswordSDK executable for the Operating System being used. By simplifying this process, developers are only required to change four (4) lines of code in their Python 3 applications and scripts to securely retrieve privileged secrets from CyberArk's Privileged Access Security (PAS) Core Solution as opposed to thirty or more (30+) without the use of this provided Client Library.

### New in Version 1.5.1: <!-- omit from toc -->

- Added support for custom service path during initialization of the CCPPasswordREST() class. [See documentation below for more details.](#example-with-custom-service-path)

## Table of Contents <!-- omit from toc -->

- [Install](#install)
Expand Down
2 changes: 1 addition & 1 deletion pyaim/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
Changing triggers automatic release of a new version.
"""

__version__ = '1.5.2'
__version__ = '1.5.3'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-i https://pypi.org/simple/
urllib3==2.2.1
-i https://pypi.org/simple
urllib3==2.2.0; python_version >= '3.8'

0 comments on commit 730a4b7

Please sign in to comment.