Skip to content

Commit

Permalink
update pandas and PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmarsh committed Jun 20, 2024
1 parent d50355a commit b18b3e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| Version | Supported |
| ------- | ------------------ |
| 1.2.1 | :white_check_mark: |
| 1.2.2 | :white_check_mark: |
| 1.2.1 | :x: |
| 1.2.0 | :x: |
| 1.1.0 | :x: |
| 1.0.6 | :x: |
Expand Down
2 changes: 1 addition & 1 deletion _jnja/elm.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__project__ = 'elm'
__appname__ = 'elm'
__appdesc__ = 'A cli interface for extracting LogicMonitor data via the api'
__version__ = '1.2.1'
__version__ = '1.2.2'
__author__ = 'David Marsh'
__license__ = 'GPLv3'
__copyright__ = 'Copyright 2021--2024 David Marsh'
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Jinja2~=3.1.2
jinja2-cli~=0.8.2
lxml~=5.2.1
packaging~=23.2
pandas~=1.5.3
pandas~=2.2.2
Pygments~=2.15.0
pyinstaller~=6.5.0
pyinstaller~=6.8.0
PySocks~=1.7.1
requests~=2.32.0
tabulate~=0.8.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='elm',
version='1.2.1',
version='1.2.2',
description='Install elm',
url='https://github.com/rdmarsh/elm',
author='David Marsh',
Expand Down

0 comments on commit b18b3e3

Please sign in to comment.