File tree Expand file tree Collapse file tree 5 files changed +23
-21
lines changed
Expand file tree Collapse file tree 5 files changed +23
-21
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v4
1717
1818 - name : Setup Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
Original file line number Diff line number Diff line change 11billiard == 4.2.0
22click == 8.1.7
3- msgpack == 1.0.7
4- pyzmq == 25.1.1
5- tornado == 6.3.3
3+ msgpack == 1.0.8
4+ pyzmq == 26.0.3
5+ tornado == 6.4.1
Original file line number Diff line number Diff line change 1- coverage==7.3.2
1+ coverage==7.5.3
22pip
3- pytest==7.4.3
3+ build
4+ wheel
5+ pytest==8.2.2
46setuptools
57twine
Original file line number Diff line number Diff line change 11[metadata]
22name = sqlite_rx
3- version = 1.2.0
3+ version = 1.2.1
44description = Python SQLite Client and Server
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -48,11 +48,11 @@ scripts =
4848 bin/curve-keygen
4949install_requires =
5050 billiard ==4.2.0
51- msgpack ==1.0.7
52- pyzmq ==25.1.1
53- tornado ==6.3.3
51+ msgpack ==1.0.8
52+ pyzmq ==26.0.3
53+ tornado ==6.4.1
5454test_require =
55- pytest ==7.4.3
55+ pytest ==8.2.2
5656 coverage ==7.3.2
5757python_requires = >=3.8
5858
@@ -67,9 +67,9 @@ console_scripts =
6767
6868[options.extras_require]
6969cli =
70- click ==8.0.4
71- rich ==12.0 .1
72- pygments ==2.11.2
70+ click ==8.1.7
71+ rich ==13.7 .1
72+ pygments ==2.18.0
7373
7474[coverage:run]
7575branch = True
Original file line number Diff line number Diff line change 1414with open (path .join (this_directory , 'README.md' ), encoding = 'utf-8' ) as f :
1515 long_description = f .read ()
1616
17- VERSION = '1.2.0 '
17+ VERSION = '1.2.1 '
1818DISTNAME = 'sqlite_rx'
1919LICENSE = 'MIT License'
2020AUTHOR = 'Abhishek Singh'
2525
2626PACKAGES = ['sqlite_rx' ]
2727
28- INSTALL_REQUIRES = ['msgpack==1.0.7 ' ,
29- 'pyzmq==25.1.1 ' ,
30- 'tornado==6.3.3 ' ,
28+ INSTALL_REQUIRES = ['msgpack==1.0.8 ' ,
29+ 'pyzmq==26.0.3 ' ,
30+ 'tornado==6.4.1 ' ,
3131 'billiard==4.2.0' ]
3232
33- CLI_REQUIRES = ['click==8.1.7' , 'rich==13.6.0 ' , 'pygments==2.16.1 ' ]
33+ CLI_REQUIRES = ['click==8.1.7' , 'rich==13.7.1 ' , 'pygments==2.18.0 ' ]
3434
35- TEST_REQUIRE = ['pytest==7.4.3 ' ,
36- 'coverage==7.3.2 ' ]
35+ TEST_REQUIRE = ['pytest==8.2.2 ' ,
36+ 'coverage==7.5.3 ' ]
3737
3838classifiers = [
3939 'Topic :: Database :: Database Engines/Servers' ,
You can’t perform that action at this time.
0 commit comments