Skip to content

Commit 177bae7

Browse files
committed
update deps
1 parent e8309ac commit 177bae7

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'blitzortung'
3-
version = '1.11.5'
3+
version = '1.11.6'
44
description = 'blitzortung.org python modules'
55
authors = [
66
{name = "Andreas Würl",email = "andi@tryb.de"}
@@ -9,17 +9,17 @@ license = "Apache-2.0"
99
homepage = 'https://github.com/wuan/bo-python'
1010
requires-python = ">=3.11,<4.0"
1111
dependencies = [
12-
"twisted (>=24.07.0,<25.0.0)",
13-
"requests (>=2.32.3,<3.0.0)",
14-
"fasteners (>=0.19,<0.20)",
12+
"twisted (>=24.07.0)",
13+
"requests (>=2.32.3)",
14+
"fasteners (>=0.19)",
1515
"shapely (>=2.0.6,<3.0.0)",
1616
"pyproj (>=3.7.0,<4.0.0)",
17-
"psycopg2 (>=2.9.10,<3.0.0)",
17+
"psycopg2 (>=2.9.10)",
1818
"injector (>=0.22.0,<0.23.0)",
1919
"incremental (>=22.10.0)",
20-
"stopit (>=1.1.2,<2.0.0)",
21-
"websocket-client (>=1.9.0,<2.0.0)",
22-
"psycopg2cffi (>=2.9.0,<3.0.0)",
20+
"stopit (>=1.1.2)",
21+
"websocket-client (>=1.9.0)",
22+
"psycopg2cffi (>=2.9.0)",
2323
"statsd (>=4.0.1,<5.0.0)",
2424
"geoip2 (>=5.1.0,<6.0.0)",
2525
"txpostgres (>=1.7.0,<2.0.0)",

0 commit comments

Comments
 (0)