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 31 #785

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d9e210f
Update numpy from 1.26.4 to 2.0.1
pyup-bot Aug 5, 2024
0e5f542
Update numpy from 1.26.4 to 2.0.1
pyup-bot Aug 5, 2024
9bad456
Update alabaster from 0.7.16 to 1.0.0
pyup-bot Aug 5, 2024
b908ce6
Update astroid from 3.2.2 to 3.3.0
pyup-bot Aug 5, 2024
ad65eb0
Update bracex from 2.4 to 2.5
pyup-bot Aug 5, 2024
4973831
Update bump-my-version from 0.23.0 to 0.24.3
pyup-bot Aug 5, 2024
070b46d
Update certifi from 2024.6.2 to 2024.7.4
pyup-bot Aug 5, 2024
3def132
Update coverage from 7.5.4 to 7.6.1
pyup-bot Aug 5, 2024
11b0268
Update importlib-metadata from 7.2.1 to 8.2.0
pyup-bot Aug 5, 2024
5ce0632
Update jaraco.functools from 4.0.1 to 4.0.2
pyup-bot Aug 5, 2024
9edc831
Update keyring from 25.2.1 to 25.3.0
pyup-bot Aug 5, 2024
c76a317
Update nh3 from 0.2.17 to 0.2.18
pyup-bot Aug 5, 2024
6a94fe4
Update prompt-toolkit from 3.0.36 to 3.0.47
pyup-bot Aug 5, 2024
5e1010e
Update pydantic from 2.7.4 to 2.8.2
pyup-bot Aug 5, 2024
d4c5694
Update pydantic-core from 2.18.4 to 2.20.1
pyup-bot Aug 5, 2024
4599469
Update pydantic-settings from 2.3.3 to 2.4.0
pyup-bot Aug 5, 2024
9a23a77
Update pydata-sphinx-theme from 0.15.4rc0 to 0.15.4
pyup-bot Aug 5, 2024
728fbd9
Update pylint from 3.2.3 to 3.2.6
pyup-bot Aug 5, 2024
481a7f7
Update pytest from 8.2.2 to 8.3.2
pyup-bot Aug 5, 2024
17521d7
Update readme-renderer from 43.0 to 44.0
pyup-bot Aug 5, 2024
dee29c2
Update ruff from 0.4.10 to 0.5.6
pyup-bot Aug 5, 2024
29d62c6
Update sphinx from 7.3.7 to 8.0.2
pyup-bot Aug 5, 2024
c48c871
Update sphinxcontrib-applehelp from 1.0.8 to 2.0.0
pyup-bot Aug 5, 2024
4d12322
Update sphinxcontrib-devhelp from 1.0.6 to 2.0.0
pyup-bot Aug 5, 2024
c72b474
Update sphinxcontrib-htmlhelp from 2.0.5 to 2.1.0
pyup-bot Aug 5, 2024
715c34c
Update sphinxcontrib-qthelp from 1.0.7 to 2.0.0
pyup-bot Aug 5, 2024
7f188ef
Update sphinxcontrib-serializinghtml from 1.1.10 to 2.0.0
pyup-bot Aug 5, 2024
0f66919
Update tomlkit from 0.12.5 to 0.13.0
pyup-bot Aug 5, 2024
235578b
Update twine from 5.1.0 to 5.1.1
pyup-bot Aug 5, 2024
128fc0b
Update wcmatch from 8.5.2 to 9.0
pyup-bot Aug 5, 2024
0568586
Pin pandas to latest version 2.2.2
pyup-bot Aug 5, 2024
55a21af
Pin wrapt to latest version 1.16.0
pyup-bot Aug 5, 2024
1423e36
Pin pythonnet to latest version 3.0.3
pyup-bot Aug 5, 2024
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.org/simple
cffi==1.17.0rc1; python_version >= '3.8'
clr-loader==0.2.6; python_version >= '3.7'
numpy==1.26.4; python_version >= '3.9'
numpy==2.0.1; python_version >= '3.9'
pandas==2.2.2; python_version >= '3.9'
-e . ; python_version >= '3.9'
pycparser==2.22; python_version >= '3.8'
Expand Down
58 changes: 29 additions & 29 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,80 +1,80 @@
-i https://pypi.org/simple
accessible-pygments==0.0.5; python_version >= '3.9'
alabaster==0.7.16; python_version >= '3.9'
alabaster==1.0.0; python_version >= '3.9'
annotated-types==0.7.0; python_version >= '3.8'
astroid==3.2.2; python_full_version >= '3.8.0'
astroid==3.3.0; python_full_version >= '3.8.0'
babel==2.15.0; python_version >= '3.8'
beautifulsoup4==4.13.0b2; python_full_version >= '3.6.0'
bracex==2.4; python_version >= '3.8'
bump-my-version==0.23.0; python_version >= '3.8'
certifi==2024.6.2; python_version >= '3.6'
bracex==2.5; python_version >= '3.8'
bump-my-version==0.24.3; python_version >= '3.8'
certifi==2024.7.4; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
codacy-coverage==1.3.11
codecov==2.1.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
colorama==0.4.6; sys_platform == 'win32'
coverage[toml]==7.5.4; python_version >= '3.8'
coverage[toml]==7.6.1; python_version >= '3.8'
dill==0.3.8; python_version >= '3.11'
docutils==0.21.2; python_version >= '3.9'
idna==3.7; 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==7.2.1; python_version >= '3.8'
importlib-metadata==8.2.0; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
isort==5.13.2; python_full_version >= '3.8.0'
jaraco.classes==3.4.0; python_version >= '3.8'
jaraco.context==5.3.0; python_version >= '3.8'
jaraco.functools==4.0.1; python_version >= '3.8'
jaraco.functools==4.0.2; python_version >= '3.8'
jinja2==3.1.4; python_version >= '3.7'
keyring==25.2.1; python_version >= '3.8'
keyring==25.3.0; python_version >= '3.8'
markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
mdurl==0.1.2; python_version >= '3.7'
more-itertools==10.3.0; python_version >= '3.8'
nh3==0.2.17
nh3==0.2.18
packaging==24.1; python_version >= '3.8'
pkginfo==1.11.1; python_version >= '3.8'
platformdirs==4.2.2; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
prompt-toolkit==3.0.36; python_full_version >= '3.6.2'
pydantic==2.7.4; python_version >= '3.8'
pydantic-core==2.18.4; python_version >= '3.8'
pydantic-settings==2.3.3; python_version >= '3.8'
pydata-sphinx-theme==0.15.4rc0; python_version >= '3.9'
prompt-toolkit==3.0.47; python_full_version >= '3.6.2'
pydantic==2.8.2; python_version >= '3.8'
pydantic-core==2.20.1; python_version >= '3.8'
pydantic-settings==2.4.0; python_version >= '3.8'
pydata-sphinx-theme==0.15.4; python_version >= '3.9'
pygments==2.18.0; python_version >= '3.8'
pylint==3.2.3; python_full_version >= '3.8.0'
pytest==8.2.2; python_version >= '3.8'
pylint==3.2.6; python_full_version >= '3.8.0'
pytest==8.3.2; python_version >= '3.8'
pytest-cov==5.0.0; python_version >= '3.8'
python-dotenv==1.0.1; python_version >= '3.8'
pywin32-ctypes==0.2.2; sys_platform == 'win32'
pyyaml==6.0.2rc1; python_version >= '3.6'
questionary==2.0.1; python_version >= '3.8'
readme-renderer==43.0; python_version >= '3.8'
readme-renderer==44.0; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
rfc3986==2.0.0; python_version >= '3.7'
rich==13.7.1; python_full_version >= '3.7.0'
rich-click==1.8.3; python_version >= '3.7'
ruff==0.4.10; python_version >= '3.7'
ruff==0.5.6; python_version >= '3.7'
snowballstemmer==2.2.0
soupsieve==2.5; python_version >= '3.8'
sphinx==7.3.7; python_version >= '3.9'
sphinxcontrib-applehelp==1.0.8; python_version >= '3.9'
sphinxcontrib-devhelp==1.0.6; python_version >= '3.9'
sphinxcontrib-htmlhelp==2.0.5; python_version >= '3.9'
sphinx==8.0.2; python_version >= '3.9'
sphinxcontrib-applehelp==2.0.0; python_version >= '3.9'
sphinxcontrib-devhelp==2.0.0; python_version >= '3.9'
sphinxcontrib-htmlhelp==2.1.0; python_version >= '3.9'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-qthelp==1.0.7; python_version >= '3.9'
sphinxcontrib-serializinghtml==1.1.10; python_version >= '3.9'
tomlkit==0.12.5; python_version >= '3.7'
twine==5.1.0; python_version >= '3.8'
sphinxcontrib-qthelp==2.0.0; python_version >= '3.9'
sphinxcontrib-serializinghtml==2.0.0; python_version >= '3.9'
tomlkit==0.13.0; python_version >= '3.7'
twine==5.1.1; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.2.2; python_version >= '3.8'
wcmatch==8.5.2; python_version >= '3.8'
wcmatch==9.0; python_version >= '3.8'
wcwidth==0.2.13
zipp==3.19.2; python_version >= '3.8'
cffi==1.17.0rc1; python_version >= '3.8'
clr-loader==0.2.6; python_version >= '3.7'
numpy==1.26.4; python_version >= '3.9'
numpy==2.0.1; python_version >= '3.9'
pandas==2.2.2; python_version >= '3.9'
-e . ; python_version >= '3.9'
pycparser==2.22; python_version >= '3.8'
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ packages =
PIconnect._typing
PIconnect._typing.dotnet
install_requires =
pandas
wrapt
pythonnet
pandas==2.2.2
wrapt==1.16.0
pythonnet==3.0.3
python_requires = >= 3.10
include_package_data = True
zip_safe=False
Expand Down
Loading