Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 39 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Sep 25, 2023
1 parent 5f9d8fd commit bb3b038
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Backport of importlib.resources for python 3.8 and earlier.
importlib_resources==6.0.1; python_version < '3.9'
importlib_resources==6.1.0; python_version < '3.9'

# ------------------ LIBRARIES ------------------ #
# TODO: Add most of the libraries we have hooks for, and write tests
av==10.0.0
# The latest release of adbutils (1.2.11) explicitly requires requests<2.16, which is incompatible with python >= 3.10.
adbutils==1.2.13; (sys_platform == 'darwin' or sys_platform == 'win32') and python_version < '3.10'
adbutils==1.2.15; (sys_platform == 'darwin' or sys_platform == 'win32') and python_version < '3.10'
APScheduler==3.10.4
backports.zoneinfo==0.2.1; python_version < '3.9'
bokeh==3.2.2; python_version >= '3.9'
boto==2.49.0
boto3==1.28.49
botocore==1.31.49
boto3==1.28.53
botocore==1.31.53
branca==0.6.0
cairocffi==1.6.1
CairoSVG==2.7.1
Expand All @@ -33,7 +33,7 @@ fiona==1.9.4.post1; sys_platform != 'win32'
folium==0.14.0
ffpyplayer==4.5.0
geopandas==0.14.0; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.99.0
google-api-python-client==2.101.0
graphql-query==1.2.0
python-gitlab==3.15.0
h5py==3.9.0
Expand All @@ -52,11 +52,11 @@ netCDF4==1.6.4
numcodecs==0.11.0
Office365-REST-Python-Client==2.4.4
openpyxl==3.1.2
pandas==2.1.0; python_version >= '3.9'
pandas==2.1.1; python_version >= '3.9'
panel==1.2.3
passlib==1.7.4
pendulum==2.1.2
phonenumbers==8.13.20
phonenumbers==8.13.21
pingouin==0.5.3
pinyin==0.4.0
platformdirs==3.10.0
Expand All @@ -67,7 +67,7 @@ pycryptodome==3.19.0
pycryptodomex==3.19.0
pyexcelerate==0.10.0
pylibmagic==0.4.0; sys_platform != 'win32'
pylint==2.17.5
pylint==2.17.6
pypemicro==0.1.11
pyphen==0.14.0
pyppeteer==1.0.2
Expand All @@ -90,16 +90,16 @@ scipy==1.11.2; python_version > '3.8'
sentry-sdk==1.31.0
shotgun_api3==3.3.5
spacy==3.6.1
srsly==2.4.7
srsly==2.4.8
swagger-spec-validator==3.0.3
tableauhyperapi==0.0.17782
thinc==8.2.0
thinc==8.2.1
timezonefinder==6.2.0; python_version > '3.8'
Twisted==23.8.0
tzdata==2023.3
Unidecode==1.3.6
weasyprint==59.0
web3==6.9.0
weasyprint==60.0
web3==6.10.0
websockets==11.0.3
zeep==4.2.1
pypsexec==0.3.0
Expand All @@ -116,7 +116,7 @@ soundfile==0.12.1; sys_platform != 'linux'
limits==3.6.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.17.16; python_version < '3.11'
great-expectations==0.17.19; python_version < '3.11'
tensorflow==2.13.0
pyshark==0.6.0
opencv-python==4.8.0.76
Expand All @@ -125,26 +125,26 @@ spiceypy==6.0.0
exchangelib==5.1.0
NBT==1.5.1
minecraft-launcher-lib==6.2
scikit-learn==1.3.0
scikit-learn==1.3.1
scikit-image==0.21.0
customtkinter==5.2.0
fastparquet==2023.8.0
librosa==0.10.1
sympy==1.12
xyzservices==2023.7.0
mistune==3.0.1
pydantic==2.3.0
jsonschema==4.19.0
pydantic==2.4.0
jsonschema==4.19.1
psutil==5.9.5
litestar==2.0.1
litestar==2.1.1
lingua-language-detector==1.3.2; python_version >= '3.8'
opencc-python-reimplemented==0.1.7
jieba==0.42.1
simplemma==0.9.1
wordcloud==1.9.2
eng-to-ipa==0.0.2
python-mecab-ko==1.3.3
khmer-nltk==1.5
khmer-nltk==1.6
python-crfsuite==0.9.9
pymorphy3==1.2.1
pymorphy3-dicts-uk==2.4.1.1.1663094765
Expand Down

0 comments on commit bb3b038

Please sign in to comment.