Skip to content

Commit

Permalink
Version bump for deps needed to be Python 3.8 and higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 6, 2024
1 parent adcc7a3 commit dfed58f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.2.1...HEAD)
## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.2.2...HEAD)

## [2.2.2](https://github.com/alexdlaird/hookee/compare/2.2.1...2.2.2) - 2024-02-06
### Added
- Build improvements.

## [2.2.1](https://github.com/alexdlaird/hookee/compare/2.2.0...2.2.1) - 2024-02-03
### Added
Expand Down
2 changes: 1 addition & 1 deletion hookee/hookeemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__author__ = "Alex Laird"
__copyright__ = "Copyright 2024, Alex Laird"
__version__ = "2.2.1"
__version__ = "2.2.2"


class HookeeManager:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginbase>=1.0.0
confuse>=1.3.0
flask>=1.1.0,<2.0.0
click>=7.1.0
pyngrok>=7.0.5
pyngrok>=7.1.0
defusedxml>=0.7.1
# Remove these pinned deps once hookee is updated to work with Flask 2.x
MarkupSafe>=0.23,<2.1.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Alex Laird"
__copyright__ = "Copyright 2024, Alex Laird"
__version__ = "2.2.1"
__version__ = "2.2.2"

with open("README.md", "r") as f:
long_description = f.read()
Expand All @@ -18,7 +18,7 @@
"confuse",
"flask>=1.1.0,<2.0.0",
"click",
"pyngrok>=7.0.0",
"pyngrok>=7.1.0",
"defusedxml",
# Remove these pinned deps once hookee is updated to work with Flask 2.x
"MarkupSafe>=0.23,<2.1.0",
Expand Down

0 comments on commit dfed58f

Please sign in to comment.