Skip to content

Commit

Permalink
Updated requets to 2.32
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
Alejandro Casanovas committed Oct 23, 2024
1 parent 710e478 commit dd1b6c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Almost every release features a lot of bugfixes but those are not listed here.

## Version 2.0.37 (2024-10-23)
-TokenBackend: Added BitwardenSecretsManagerBackend (Thanks @wnagele)

## Version 2.0.36 (2024-07-04)

Expand Down
2 changes: 1 addition & 1 deletion O365/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.36'
__version__ = '2.0.37'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests-oauthlib>=2.0.0
requests>=2.31.0
requests>=2.32.0
python-dateutil>=2.7
tzlocal>=5.0
beautifulsoup4>=4.0.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages


VERSION = '2.0.36'
VERSION = '2.0.37'

# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
Expand All @@ -28,7 +28,7 @@ def read(fname):


requires = [
'requests>=2.18.0',
'requests>=2.32.0',
'requests-oauthlib>=2.0.0',
'python-dateutil>=2.7',
'tzlocal>=5.0',
Expand Down

0 comments on commit dd1b6c3

Please sign in to comment.