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 weekly dependency update for week 21 #586

Merged
merged 15 commits into from
May 24, 2023
Merged
Changes from all commits
Commits
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
24 changes: 12 additions & 12 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ APScheduler==3.10.1
backports.zoneinfo==0.2.1; python_version < '3.9'
bokeh==3.1.1; python_version >= '3.8'
boto==2.49.0
boto3==1.26.134
botocore==1.29.134
boto3==1.26.137
botocore==1.29.137
branca==0.6.0
cairocffi==1.5.1
CairoSVG==2.7.0
Expand All @@ -28,7 +28,7 @@ dash-uploader==0.6.0
# We install it via apt-get and brew on ubuntu and macOS CI runners, respectively.
discid==1.2.0; sys_platform != 'win32'
fabric==3.0.0
fiona==1.9.3; sys_platform != 'win32'
fiona==1.9.4; sys_platform != 'win32'
folium==0.14.0
ffpyplayer==4.5.0
geopandas==0.13.0; python_version >= '3.8' and sys_platform != 'win32'
Expand All @@ -51,20 +51,20 @@ numcodecs==0.11.0; python_version >= '3.8'
Office365-REST-Python-Client==2.4.1
openpyxl==3.1.2
pandas==2.0.1; python_version >= '3.8'
panel==0.14.4; python_version >= '3.7'
panel==1.0.2; python_version >= '3.8'
passlib==1.7.4
pendulum==2.1.2
phonenumbers==8.13.11
pingouin==0.5.3; python_version >= '3.7'
pinyin==0.4.0
platformdirs==3.5.0
platformdirs==3.5.1
plotly==5.14.1
publicsuffix2==2.20191221
pycparser==2.21
pycryptodome==3.17
pycryptodomex==3.17
pycryptodome==3.18.0
pycryptodomex==3.18.0
pyexcelerate==0.10.0
pylibmagic==0.3.0; sys_platform != 'win32' and python_version >= '3.7'
pylibmagic==0.4.0; sys_platform != 'win32' and python_version >= '3.7'
pylint==2.17.4
pypemicro==0.1.11
pyphen==0.14.0
Expand All @@ -85,7 +85,7 @@ Rtree==1.0.1
sacremoses==0.0.53
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.10.1; python_version > '3.8'
sentry-sdk==1.23.0
sentry-sdk==1.23.1
# shotgun_api3 can only be installed from git
git+https://github.com/shotgunsoftware/python-api.git@v3.2.6
spacy==3.5.2
Expand All @@ -102,7 +102,7 @@ web3==6.4.0
websockets==11.0.3; python_version >= '3.7'
zeep==4.2.1
pypsexec==0.3.0
mimesis==9.0.0; python_version >= '3.8'
mimesis==10.0.0; python_version >= '3.8'
orjson==3.8.12
altair==5.0.0; python_version >= '3.7'
shapely==2.0.1
Expand All @@ -112,10 +112,10 @@ python-stdnum==1.18
# and libsndfile, respectively.
sounddevice==0.4.6; sys_platform != 'linux'
soundfile==0.12.1; sys_platform != 'linux'
limits==3.4.0
limits==3.5.0
# great-expectations as of v0.16.10 does not officially support python 3.11 yet, and the pyspark
# compatibility wrapper seems to be broken for python 3.11 in this version.
great-expectations==0.16.11; python_version < '3.11'
great-expectations==0.16.13; python_version < '3.11'
tensorflow==2.12.0; python_version >= '3.8'
pyshark==0.6.0
opencv-python==4.7.0.72
Expand Down