-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduled weekly dependency update for week 33 (#476)
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 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 |
---|---|---|
|
@@ -4,12 +4,12 @@ importlib_resources==5.9.0; python_version < '3.9' | |
# ------------------ LIBRARIES ------------------ # | ||
# TODO: Add most of the libraries we have hooks for, and write tests | ||
av==9.2.0 | ||
adbutils==1.0.6; sys_platform == 'darwin' or sys_platform == 'win32' | ||
adbutils==1.0.8; sys_platform == 'darwin' or sys_platform == 'win32' | ||
APScheduler==3.9.1 | ||
backports.zoneinfo==0.2.1; python_version < '3.9' | ||
boto==2.49.0 | ||
boto3==1.24.46 | ||
botocore==1.27.46 | ||
boto3==1.24.51 | ||
botocore==1.27.51 | ||
branca==0.5.0 | ||
cairocffi==1.3.0 | ||
CairoSVG==2.5.2 | ||
|
@@ -22,13 +22,13 @@ fabric==2.7.1 | |
fiona==1.8.21; sys_platform != 'win32' | ||
folium==0.12.1.post1 | ||
ffpyplayer==4.3.5; python_version < '3.10' # doesn't have py310 wheels | ||
python-gitlab==3.8.0 | ||
python-gitlab==3.8.1 | ||
h5py==3.7.0; python_version >= '3.7' | ||
humanize==4.3.0 | ||
iminuit==2.15.2 | ||
kaleido==0.2.1 # pyup: != 0.2.1.post1 # Contains only an invalid armv7l wheel. | ||
langdetect==1.0.9 | ||
mariadb==1.1.3; sys_platform != "darwin" | ||
mariadb==1.1.4; sys_platform != "darwin" | ||
markdown==3.4.1 | ||
# MetPy is no longer runable with PyInstaller since matplotlib made pillow a dependency. See #395. | ||
# MetPy==1.2.0; python_version >= '3.7' | ||
|
@@ -45,7 +45,7 @@ phonenumbers==8.12.53 | |
pingouin==0.5.2; python_version >= '3.7' | ||
pinyin==0.4.0 | ||
platformdirs==2.5.2 | ||
plotly==5.9.0 | ||
plotly==5.10.0 | ||
publicsuffix2==2.20191221 | ||
pycparser==2.21 | ||
pycryptodome==3.15.0 | ||
|
@@ -62,15 +62,15 @@ pyvjoy==1.0.1; sys_platform == 'win32' | |
pynput==1.7.6 | ||
pymssql==2.2.5 | ||
pystray==0.19.4 | ||
pytz==2022.1 | ||
pyzmq==23.2.0 | ||
pytz==2022.2.1 | ||
pyzmq==23.2.1 | ||
PyQt5==5.15.7 | ||
qtmodern==0.2.0 | ||
Rtree==1.0.0 | ||
sacremoses==0.0.53 | ||
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587 | ||
scipy==1.9.0; python_version > '3.8' | ||
sentry-sdk==1.9.2 | ||
sentry-sdk==1.9.4 | ||
# shotgun_api3 can only be installed from git | ||
git+https://github.com/shotgunsoftware/[email protected] | ||
spacy==3.4.1 | ||
|
@@ -80,15 +80,15 @@ tableauhyperapi==0.0.15305 | |
thinc==8.1.0 | ||
timezonefinder==6.0.2; python_version > '3.8' | ||
Twisted==22.4.0 | ||
tzdata==2022.1 | ||
tzdata==2022.2 | ||
Unidecode==1.3.4 | ||
weasyprint==56.1 | ||
web3==6.0.0b4 | ||
websockets==10.3; python_version >= '3.7' | ||
zeep==4.1.0 | ||
pypsexec==0.3.0 | ||
mimesis==5.6.1; python_version >= '3.8' | ||
orjson==3.7.11 | ||
mimesis==6.0.0; python_version >= '3.8' | ||
orjson==3.7.12 | ||
altair==4.2.0; python_version >= '3.7' | ||
# For some reason, shapely provides only arm64 py310 macOS wheel. | ||
shapely==1.8.2; sys_platform != 'darwin' or python_version < '3.10' | ||
|
@@ -98,9 +98,9 @@ python-stdnum==1.17 | |
# and libsndfile, respectively. | ||
sounddevice==0.4.4; sys_platform != 'linux' | ||
soundfile==0.10.3.post1; sys_platform != 'linux' | ||
yt-dlp==2022.7.18 | ||
yt-dlp==2022.8.14 | ||
limits==2.7.0 | ||
great-expectations==0.15.17 | ||
great-expectations==0.15.18 | ||
tensorflow==2.9.1 | ||
pyshark==0.5.2 | ||
opencv-python==4.6.0.66 | ||
|