Skip to content

Commit aaf4bcf

Browse files
author
Humberto Sanchez II
committed
<>[]: <Bump Dependencies>
[] []
1 parent c01c88a commit aaf4bcf

File tree

4 files changed

+23
-10
lines changed

4 files changed

+23
-10
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
pip install html-testRunner~=1.2.1
3434
pip install attrdict3
3535
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
36-
pip install hasiicommon~=0.2.1
37-
pip install ogl~=0.70.22
36+
pip install hasiihelper~=0.2.0
37+
pip install hasiicommon~=0.2.2
38+
pip install ogl~=0.70.26
3839
pip install untangle==1.2.1
40+
pip install buildlackey~=0.7.0
3941
- run:
4042
name: run tests
4143
command: |

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,18 @@ The following is the UML diagram for the Pyut Untangler
4141
![UntanglePyut](https://github.com/hasii2011/untanglepyut/blob/master/docs/UntanglePyut.png)
4242

4343

44+
___
4445

45-
------
46+
## Developer Notes
47+
This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day to day development builds
48+
49+
___
50+
51+
Written by <a href="mailto:[email protected]@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2023
52+
53+
## Note
54+
For all kind of problems, requests, enhancements, bug reports, etc.,
55+
please drop me an e-mail.
4656

4757

4858
![Humberto's Modified Logo](https://raw.githubusercontent.com/wiki/hasii2011/gittodoistclone/images/SillyGitHub.png)

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@ twine==4.0.2
44
build==0.10.0
55
html-testRunner~=1.2.1
66

7-
mypy==1.1.1
7+
mypy==1.2.0
88
mypy-extensions==1.0.0
99
types-Deprecated==1.2.9.2
10-
types-setuptools==67.6.0.6
10+
types-setuptools==67.6.0.7
1111
typing_extensions==4.5.0
1212

1313
Deprecated~=1.2.13
1414

1515
untangle==1.2.1
1616
wxPython~=4.2.0
1717

18-
hasiicommon~=0.2.1
19-
pyutmodel~=1.4.2
20-
ogl~=0.70.22
18+
hasiihelper~=0.2.0
19+
hasiicommon==0.2.2
20+
pyutmodel==1.4.3
21+
ogl==0.70.26
2122

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="untanglepyut",
13-
version="0.6.41",
13+
version="0.6.50",
1414
author_email='[email protected]',
1515
description='XML to Ogl Object Model',
1616
long_description=README,
@@ -23,5 +23,5 @@
2323
'untanglepyut': ['py.typed'],
2424
},
2525

26-
install_requires=['hasiicommon~=0.2.1', 'pyutmodel~=1.4.2', 'ogl==0.70.22', 'untangle==1.2.1'],
26+
install_requires=['hasiihelper~=0.2.0', 'hasiicommon~=0.2.2', 'pyutmodel~=1.4.3', 'ogl==0.70.26', 'untangle==1.2.1'],
2727
)

0 commit comments

Comments
 (0)