Skip to content

Commit b18b3e3

Browse files
committed
update pandas and PyInstaller
1 parent d50355a commit b18b3e3

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 1.2.1 | :white_check_mark: |
7+
| 1.2.2 | :white_check_mark: |
8+
| 1.2.1 | :x: |
89
| 1.2.0 | :x: |
910
| 1.1.0 | :x: |
1011
| 1.0.6 | :x: |

_jnja/elm.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__project__ = 'elm'
2424
__appname__ = 'elm'
2525
__appdesc__ = 'A cli interface for extracting LogicMonitor data via the api'
26-
__version__ = '1.2.1'
26+
__version__ = '1.2.2'
2727
__author__ = 'David Marsh'
2828
__license__ = 'GPLv3'
2929
__copyright__ = 'Copyright 2021--2024 David Marsh'

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Jinja2~=3.1.2
55
jinja2-cli~=0.8.2
66
lxml~=5.2.1
77
packaging~=23.2
8-
pandas~=1.5.3
8+
pandas~=2.2.2
99
Pygments~=2.15.0
10-
pyinstaller~=6.5.0
10+
pyinstaller~=6.8.0
1111
PySocks~=1.7.1
1212
requests~=2.32.0
1313
tabulate~=0.8.10

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='elm',
5-
version='1.2.1',
5+
version='1.2.2',
66
description='Install elm',
77
url='https://github.com/rdmarsh/elm',
88
author='David Marsh',

0 commit comments

Comments
 (0)