Skip to content

Commit

Permalink
Merge pull request #58 from aibaars/update-flask
Browse files Browse the repository at this point in the history
Update flask to 2.3
  • Loading branch information
zkoppert authored Dec 1, 2023
2 parents 07f75d5 + 5314bf7 commit 155780f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
flask = "~=2.0.0"
flask = "~=2.3.0"
requests = "~=2.26.0"
jira = "~=3.0.0"
logging-formatter-anticrlf = "~=1.2.0"

[requires]
python_version = "3"
1 change: 0 additions & 1 deletion ghlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def create_hook_helper(
insecure_ssl="0",
content_type="json",
):

if "/" in entity:
etype = "repos"
else:
Expand Down
1 change: 0 additions & 1 deletion jiralib.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def parse_state(self, raw_state):
return raw_state != self.endstate

def transition(self, transition):

if (
self.get_state()
and transition == self.reopenstate
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bandit~=1.7.0
black~=21.0b
black~=23.11.0
flake8~=4.0.0
flask~=2.0.0
flask~=2.3.0
jira~=3.0.0
logging-formatter-anticrlf==1.2
requests~=2.26.0

0 comments on commit 155780f

Please sign in to comment.