-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OD-1731: Update dependencies to modern versions
This requires a change to the MySQL argument handling for the connect function, which now takes named arguments instead of positional arguments. <!-- ps-id: 2f2ae552-0c9d-4856-a587-920fbd04e4f4 -->
- Loading branch information
1 parent
bdc5d9d
commit a3c64a9
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
PyMySQL==0.10.1 | ||
Cython==0.29.21 | ||
pyOpenSSL==19.1.0 | ||
backports.functools_lru_cache==1.3 | ||
certifi==2020.11.8 | ||
PyMySQL==1.1.0 | ||
Cython==3.0.5 | ||
pyOpenSSL==23.3.0 | ||
backports.functools_lru_cache==1.6.6 | ||
certifi==2023.7.22 | ||
charade==1.0.3 | ||
Genshi==0.7.5 | ||
Genshi==0.7.7 | ||
ipaddr==2.2.0 | ||
keyring==21.5.0 | ||
lxml==4.6.5 | ||
ndg_httpsclient==0.4.2 | ||
pyasn1==0.4.8 | ||
pytest==6.1.2 | ||
setuptools_svn==1.2 | ||
keyring==24.2.0 | ||
lxml==4.9.3 | ||
ndg_httpsclient==0.5.1 | ||
pyasn1==0.5.0 | ||
pytest==7.4.3 | ||
setuptools_svn==1.3.0 | ||
wincertstore==0.2 | ||
pyxdg==0.27 | ||
pyyaml==5.4 | ||
colorlog==4.2.1 | ||
prompt_toolkit==3.0.38 | ||
ruff==0.1.3 | ||
pyxdg==0.28 | ||
pyyaml==6.0.1 | ||
colorlog==6.7.0 | ||
prompt_toolkit==3.0.39 | ||
ruff==0.1.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters