Skip to content

Commit

Permalink
fix: blinker ver
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhaidong committed Dec 26, 2024
1 parent 23c7839 commit 0b7e2da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [3.1.4] - 2024-12-26
### Changed
- bump version

## [3.1.3] - 2024-12-26
### Added
- Lock requirements using pip-tools
Expand Down
5 changes: 3 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ grpcio-tools>=1.27.0,<1.49.0
grpcio-reflection
protobuf<4.0.0
pendulum<3.0.0
blinker
jinja2
blinker<=1.8.2
jinja2==3.1.2
markupsafe<3.0.0
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
--index-url https://mirrors.aliyun.com/pypi/simple

blinker==1.9.0
blinker==1.6.2
# via -r requirements.in
grpcio==1.48.2
# via
Expand All @@ -17,10 +17,12 @@ grpcio-reflection==1.48.2
# via -r requirements.in
grpcio-tools==1.48.2
# via -r requirements.in
jinja2==3.1.5
jinja2==3.1.2
# via -r requirements.in
markupsafe==3.0.2
# via jinja2
markupsafe==2.1.5
# via
# -r requirements.in
# jinja2
pendulum==2.1.2
# via -r requirements.in
protobuf==3.20.3
Expand Down

0 comments on commit 0b7e2da

Please sign in to comment.