Skip to content

Commit

Permalink
fix dependencies version (#25)
Browse files Browse the repository at this point in the history
* fix: fix all dependencies version
* Bump version: 0.3.0 → 0.3.1
  • Loading branch information
ali-el-moussawi-octo authored Oct 30, 2024
1 parent d977ebb commit 311c236
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion awscli_saml_sso/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import logging

__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True

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

setup(
name="awscli_saml_sso",
version="0.3.0",
version="0.3.1",

author="Benjamin Brabant",
author_email="[email protected]",
Expand Down Expand Up @@ -39,12 +39,12 @@
"selenium==4.21.0",
"selenium-wire==5.1.0",
"webdriver-manager==4.0.1",
"keyring",
"blinker<1.8.0",
"keyring==25.4.1",
"blinker==1.7.0",
"pyopenssl==22.0.0",
"cryptography==38.0.4",
"h2==4.1.0",
"setuptools"
"setuptools==65.5.0"
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 311c236

Please sign in to comment.