Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled biweekly dependency update for week 27 #710

Closed
wants to merge 46 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
f2ccaa7
Update numpy from 1.24.2 to 1.25.0
pyup-bot Jul 3, 2023
88cdebc
Update numpy from 1.24.2 to 1.25.0
pyup-bot Jul 3, 2023
8f2aef5
Update pandas from 1.5.3 to 2.0.3
pyup-bot Jul 3, 2023
3b3e57e
Update pandas from 1.5.3 to 2.0.3
pyup-bot Jul 3, 2023
4dd5ef6
Update pytz from 2022.7.1 to 2023.3
pyup-bot Jul 3, 2023
85f65b0
Update pytz from 2022.7.1 to 2023.3
pyup-bot Jul 3, 2023
f766211
Update wrapt from 1.15.0rc1 to 1.15.0
pyup-bot Jul 3, 2023
2a41407
Update wrapt from 1.15.0rc1 to 1.15.0
pyup-bot Jul 3, 2023
b672774
Update astroid from 2.11.7 to 2.15.5
pyup-bot Jul 3, 2023
f4f27ef
Update attrs from 22.2.0 to 23.1.0
pyup-bot Jul 3, 2023
4edf3b3
Update babel from 2.11.0 to 2.12.1
pyup-bot Jul 3, 2023
17c49ae
Update black from 23.1.0 to 23.3.0
pyup-bot Jul 3, 2023
8a98d14
Update certifi from 2022.12.7 to 2023.5.7
pyup-bot Jul 3, 2023
cf96bb5
Update charset-normalizer from 3.0.1 to 3.1.0
pyup-bot Jul 3, 2023
4cd14cf
Update codecov from 2.1.12 to 2.1.13
pyup-bot Jul 3, 2023
3e20786
Update coverage from 7.1.0 to 7.2.7
pyup-bot Jul 3, 2023
3bde444
Update docutils from 0.19 to 0.20.1
pyup-bot Jul 3, 2023
81ad8bc
Update exceptiongroup from 1.1.0 to 1.1.2
pyup-bot Jul 3, 2023
b9a62e9
Update importlib-metadata from 6.0.0 to 6.7.0
pyup-bot Jul 3, 2023
f4bcbb8
Update keyring from 23.13.1 to 24.2.0
pyup-bot Jul 3, 2023
dd7f241
Update markdown-it-py from 2.1.0 to 3.0.0
pyup-bot Jul 3, 2023
14a6726
Update markupsafe from 2.1.2 to 2.1.3
pyup-bot Jul 3, 2023
78d759f
Update more-itertools from 9.0.0 to 9.1.0
pyup-bot Jul 3, 2023
9e143bb
Update packaging from 23.0 to 23.1
pyup-bot Jul 3, 2023
e026df4
Update pathspec from 0.11.0 to 0.11.1
pyup-bot Jul 3, 2023
70743a4
Update platformdirs from 3.0.0 to 3.8.0
pyup-bot Jul 3, 2023
48097f2
Update pluggy from 1.0.0 to 1.2.0
pyup-bot Jul 3, 2023
c046055
Update pygments from 2.14.0 to 2.15.1
pyup-bot Jul 3, 2023
7794cbe
Update pylint from 3.0.0a5 to 3.0.0a6
pyup-bot Jul 3, 2023
ac4c316
Update pytest from 7.2.1 to 7.4.0
pyup-bot Jul 3, 2023
388fbd3
Update pytest-cov from 4.0.0 to 4.1.0
pyup-bot Jul 3, 2023
9956fe6
Update pywin32-ctypes from 0.2.0 to 0.2.2
pyup-bot Jul 3, 2023
7133bda
Update readme-renderer from 37.3 to 40.0
pyup-bot Jul 3, 2023
0bbddbd
Update requests from 2.28.2 to 2.31.0
pyup-bot Jul 3, 2023
8da626e
Update requests-toolbelt from 0.10.1 to 1.0.0
pyup-bot Jul 3, 2023
f07ee14
Update rich from 13.3.1 to 13.4.2
pyup-bot Jul 3, 2023
9237835
Update setuptools from 67.2.0 to 68.0.0
pyup-bot Jul 3, 2023
42f272a
Update sphinx from 6.1.3 to 7.0.1
pyup-bot Jul 3, 2023
7c71149
Update stevedore from 4.1.1 to 5.1.0
pyup-bot Jul 3, 2023
1e44ebb
Update tomlkit from 0.11.6 to 0.11.8
pyup-bot Jul 3, 2023
f8ab56c
Update urllib3 from 1.26.14 to 2.0.3
pyup-bot Jul 3, 2023
072c3bd
Update zipp from 3.12.1 to 3.15.0
pyup-bot Jul 3, 2023
32227e9
Pin pandas to latest version 2.0.3
pyup-bot Jul 3, 2023
ab1d1f8
Pin wrapt to latest version 1.15.0
pyup-bot Jul 3, 2023
c129a41
Pin pytz to latest version 2023.3
pyup-bot Jul 3, 2023
6abbb07
Pin pythonnet to latest version 3.0.1
pyup-bot Jul 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ cffi==1.15.1

clr-loader==0.2.5 ; python_version >= '3.7'

numpy==1.24.2 ; python_version >= '3.10'
numpy==1.25.0; python_version >= '3.10'

pandas==1.5.3
pandas==2.0.3

-e .

Expand All @@ -16,9 +16,9 @@ python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0,

pythonnet==3.0.1

pytz==2022.7.1
pytz==2023.3

six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

wrapt==1.15.0rc1
wrapt==1.15.0

76 changes: 38 additions & 38 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,45 @@

alabaster==0.7.13 ; python_version >= '3.6'

astroid==2.11.7 ; python_full_version >= '3.6.2'
astroid==2.15.5; python_full_version >= '3.6.2'

attrs==22.2.0 ; python_version >= '3.6'
attrs==23.1.0; python_version >= '3.6'

babel==2.11.0 ; python_version >= '3.6'
babel==2.12.1; python_version >= '3.6'

black==23.1.0
black==23.3.0

bleach==6.0.0 ; python_version >= '3.7'

certifi==2022.12.7 ; python_version >= '3.6'
certifi==2023.5.7; python_version >= '3.6'

charset-normalizer==3.0.1 ; python_full_version >= '3.6.0'
charset-normalizer==3.1.0; python_full_version >= '3.6.0'

click==8.1.3 ; python_version >= '3.7'

codacy-coverage==1.3.11

codecov==2.1.12
codecov==2.1.13

colorama==0.4.6 ; sys_platform == 'win32'

coverage==7.1.0
coverage==7.2.7

dill==0.3.6 ; python_version >= '3.7'

doc8==1.1.1

docutils==0.19 ; python_version >= '3.7'
docutils==0.20.1; python_version >= '3.7'

exceptiongroup==1.1.0 ; python_version < '3.11'
exceptiongroup==1.1.2; python_version < '3.11'

flake8==6.0.0

idna==3.4 ; python_version >= '3.5'

imagesize==1.4.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

importlib-metadata==6.0.0 ; python_version >= '3.7'
importlib-metadata==6.7.0; python_version >= '3.7'

iniconfig==2.0.0 ; python_version >= '3.7'

Expand All @@ -50,71 +50,71 @@ jaraco.classes==3.2.3 ; python_version >= '3.7'

jinja2==3.1.2 ; python_version >= '3.7'

keyring==23.13.1 ; python_version >= '3.7'
keyring==24.2.0; python_version >= '3.7'

lazy-object-proxy==1.9.0 ; python_version >= '3.7'

markdown-it-py==2.1.0 ; python_version >= '3.7'
markdown-it-py==3.0.0; python_version >= '3.7'

markupsafe==2.1.2 ; python_version >= '3.7'
markupsafe==2.1.3; python_version >= '3.7'

mccabe==0.7.0 ; python_version >= '3.6'

mdurl==0.1.2 ; python_version >= '3.7'

more-itertools==9.0.0 ; python_version >= '3.7'
more-itertools==9.1.0; python_version >= '3.7'

mypy-extensions==1.0.0 ; python_version >= '3.5'

packaging==23.0 ; python_version >= '3.7'
packaging==23.1; python_version >= '3.7'

pathspec==0.11.0 ; python_version >= '3.7'
pathspec==0.11.1; python_version >= '3.7'

pbr==5.11.1 ; python_version >= '2.6'

pkginfo==1.9.6 ; python_version >= '3.6'

platformdirs==3.0.0 ; python_version >= '3.7'
platformdirs==3.8.0; python_version >= '3.7'

pluggy==1.0.0 ; python_version >= '3.6'
pluggy==1.2.0; python_version >= '3.6'

pycodestyle==2.10.0 ; python_version >= '3.6'

pyflakes==3.0.1 ; python_version >= '3.6'

pygments==2.14.0 ; python_version >= '3.6'
pygments==2.15.1; python_version >= '3.6'

pylint==3.0.0a5
pylint==3.0.0a6

pytest==7.2.1
pytest==7.4.0

pytest-cov==4.0.0
pytest-cov==4.1.0

pytz==2022.7.1
pytz==2023.3

pywin32-ctypes==0.2.0 ; sys_platform == 'win32'
pywin32-ctypes==0.2.2; sys_platform == 'win32'

pyyaml==6.0

readme-renderer==37.3 ; python_version >= '3.7'
readme-renderer==40.0; python_version >= '3.7'

requests==2.28.2 ; python_version >= '3.7' and python_version < '4'
requests==2.31.0; python_version >= '3.7' and python_version < '4'

requests-toolbelt==0.10.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

restructuredtext-lint==1.4.0

rfc3986==2.0.0 ; python_version >= '3.7'

rich==13.3.1 ; python_full_version >= '3.7.0'
rich==13.4.2; python_full_version >= '3.7.0'

setuptools==67.2.0 ; python_version >= '3.7'
setuptools==68.0.0; python_version >= '3.7'

six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

snowballstemmer==2.2.0

sphinx==6.1.3
sphinx==7.0.1

sphinxcontrib-applehelp==1.0.4 ; python_version >= '3.8'

Expand All @@ -128,29 +128,29 @@ sphinxcontrib-qthelp==1.0.3 ; python_version >= '3.5'

sphinxcontrib-serializinghtml==1.1.5 ; python_version >= '3.5'

stevedore==4.1.1 ; python_version >= '3.8'
stevedore==5.1.0; python_version >= '3.8'

tomli==2.0.1 ; python_version < '3.11'

tomlkit==0.11.6 ; python_version >= '3.6'
tomlkit==0.11.8; python_version >= '3.6'

twine==4.0.2

urllib3==1.26.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
urllib3==2.0.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'

webencodings==0.5.1

wrapt==1.15.0rc1
wrapt==1.15.0

zipp==3.12.1 ; python_version >= '3.7'
zipp==3.15.0; python_version >= '3.7'

cffi==1.15.1

clr-loader==0.2.5 ; python_version >= '3.7'

numpy==1.24.2 ; python_version >= '3.10'
numpy==1.25.0; python_version >= '3.10'

pandas==1.5.3
pandas==2.0.3

-e .

Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ packages =
PIconnect
PIconnect._typing
install_requires =
pandas
wrapt
pytz
pythonnet
pandas==2.0.3
wrapt==1.15.0
pytz==2023.3
pythonnet==3.0.1
python_requires = >= 3.8
include_package_data = True
zip_safe=False
Expand Down