Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 05 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Jan 31, 2023
1 parent aced500 commit 23a86ad
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ importlib_resources==5.10.2; python_version < '3.9'
# ------------------ LIBRARIES ------------------ #
# TODO: Add most of the libraries we have hooks for, and write tests
av==10.0.0
adbutils==1.2.2; sys_platform == 'darwin' or sys_platform == 'win32'
adbutils==1.2.3; sys_platform == 'darwin' or sys_platform == 'win32'
APScheduler==3.9.1.post1
backports.zoneinfo==0.2.1; python_version < '3.9'
boto==2.49.0
boto3==1.26.54
botocore==1.29.54
boto3==1.26.59
botocore==1.29.59
branca==0.6.0
cairocffi==1.4.0
CairoSVG==2.6.0
Expand All @@ -20,8 +20,8 @@ charset_normalizer==3.0.1
cloudscraper==1.2.68
# compliance-checker requires cf-units, so same constraints apply.
compliance-checker==5.0.2; sys_platform != 'win32' and python_version >= '3.8'
dash==2.7.1
dash-bootstrap-components==1.3.0
dash==2.8.1
dash-bootstrap-components==1.3.1
dash-uploader==0.6.0
# discid requires libdiscid to be provided by the system.
# We install it via apt-get and brew on ubuntu and macOS CI runners, respectively.
Expand All @@ -33,7 +33,7 @@ ffpyplayer==4.3.5; python_version < '3.10' # doesn't have py310 wheels
geopandas==0.12.2; python_version >= '3.8' and sys_platform != 'win32'
python-gitlab==3.12.0
h5py==3.8.0; python_version >= '3.7'
humanize==4.4.0
humanize==4.5.0
iminuit==2.18.0
kaleido==0.2.1 # pyup: != 0.2.1.post1 # Contains only an invalid armv7l wheel.
langdetect==1.0.9
Expand All @@ -51,15 +51,15 @@ pandas==1.5.3; python_version >= '3.8'
panel==0.14.2; python_version >= '3.7'
passlib==1.7.4
pendulum==2.1.2
phonenumbers==8.13.4
phonenumbers==8.13.5
pingouin==0.5.3; python_version >= '3.7'
pinyin==0.4.0
platformdirs==2.6.2
plotly==5.13.0
publicsuffix2==2.20191221
pycparser==2.21
pycryptodome==3.16.0
pycryptodomex==3.16.0
pycryptodome==3.17
pycryptodomex==3.17
pyexcelerate==0.10.0
pylint==2.15.10
pypemicro==0.1.9
Expand All @@ -75,7 +75,7 @@ pystray==0.19.4
pythonnet==3.0.1
pytz==2022.7.1
pyzmq==25.0.0
PyQt5==5.15.7
PyQt5==5.15.8
qtmodern==0.2.0
Rtree==1.0.1
sacremoses==0.0.53
Expand All @@ -100,17 +100,17 @@ zeep==4.2.1
pypsexec==0.3.0
mimesis==7.0.0; python_version >= '3.8'
orjson==3.8.5
altair==4.2.0; python_version >= '3.7'
shapely==2.0.0
altair==4.2.2; python_version >= '3.7'
shapely==2.0.1
lark==1.1.5
python-stdnum==1.18
# On linux, sounddevice and soundfile use system-provided libportaudio
# and libsndfile, respectively.
sounddevice==0.4.5; sys_platform != 'linux'
soundfile==0.11.0; sys_platform != 'linux'
yt-dlp==2023.1.6
limits==3.1.6
great-expectations==0.15.44
limits==3.2.0
great-expectations==0.15.46
tensorflow==2.11.0
pyshark==0.5.3
opencv-python==4.7.0.68
Expand Down

0 comments on commit 23a86ad

Please sign in to comment.