Skip to content

Commit b7c47b5

Browse files
authored
Merge pull request #2075 from AppDaemon:dependabot/pip/pytz-2024.2
Bump pytz from 2024.1 to 2024.2
2 parents f86c856 + 323a295 commit b7c47b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ python-engineio==4.9.1
124124
# via python-socketio
125125
python-socketio==5.11.4
126126
# via appdaemon (pyproject.toml)
127-
pytz==2024.1
127+
pytz==2024.2
128128
# via appdaemon (pyproject.toml)
129129
pyyaml==6.0.2
130130
# via

doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ python-engineio==4.9.1
110110
# via python-socketio
111111
python-socketio==5.11.4
112112
# via appdaemon (pyproject.toml)
113-
pytz==2024.1
113+
pytz==2024.2
114114
# via appdaemon (pyproject.toml)
115115
pyyaml==6.0.2
116116
# via

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
'pid ~= 3.0.4',
2323
'python-dateutil >= 2.8.2,< 2.10.0',
2424
'python-socketio >= 5.5,< 5.12',
25-
'pytz >= 2022.7.1,< 2024.2.0',
25+
'pytz >= 2022.7.1,< 2024.3.0',
2626
'pyyaml ~= 6.0.1',
2727
'requests >= 2.28.2,< 2.33.0',
2828
'sockjs >= 0.11,< 0.14',

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ python-engineio==4.9.1
6767
# via python-socketio
6868
python-socketio==5.11.4
6969
# via appdaemon (pyproject.toml)
70-
pytz==2024.1
70+
pytz==2024.2
7171
# via appdaemon (pyproject.toml)
7272
pyyaml==6.0.2
7373
# via appdaemon (pyproject.toml)

0 commit comments

Comments
 (0)