Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 07 (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Feb 19, 2024
1 parent 9529e1b commit 6bc3a33
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y wget apt-transport-https
wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
echo "2d7291993f1b71b5dc84cc1d23a65a5e01e783aa765c2bf5ff4ab62814bb5da1 mariadb_repo_setup" | sha256sum -c -
echo "30d2a05509d1c129dd7dd8430507e6a7729a4854ea10c9dcf6be88964f3fdc25 mariadb_repo_setup" | sha256sum -c -
chmod +x mariadb_repo_setup
sudo ./mariadb_repo_setup
sudo apt-get install -y libmariadb3 libmariadb-dev
Expand Down
32 changes: 16 additions & 16 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ APScheduler==3.10.4
backports.zoneinfo==0.2.1; python_version < '3.9'
bokeh==3.3.4; python_version >= '3.9'
boto==2.49.0
boto3==1.34.39
botocore==1.34.39
boto3==1.34.44
botocore==1.34.44
branca==0.7.1
cairocffi==1.6.1
CairoSVG==2.7.1
Expand All @@ -36,8 +36,8 @@ fiona==1.9.5; sys_platform != 'win32'
folium==0.15.1
ffpyplayer==4.5.1
geopandas==0.14.3; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.117.0
graphql-query==1.2.2
google-api-python-client==2.118.0
graphql-query==1.3.1
python-gitlab==4.4.0
h5py==3.10.0
humanize==4.9.0
Expand All @@ -63,7 +63,7 @@ phonenumbers==8.13.30
pingouin==0.5.4
pinyin==0.4.0
platformdirs==4.2.0
plotly==5.18.0
plotly==5.19.0
publicsuffix2==2.20191221
pycparser==2.21
pycryptodome==3.20.0
Expand All @@ -73,7 +73,7 @@ pylibmagic==0.5.0; sys_platform != 'win32'
pylint==3.0.3
pypemicro==0.1.11
pyphen==0.14.0
pyppeteer==1.0.2
pyppeteer==2.0.0
pyqtgraph==0.13.3
pyusb==1.2.1
pyviz-comms==3.0.1
Expand All @@ -90,9 +90,9 @@ Rtree==1.2.0
sacremoses==0.1.1
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
scipy==1.12.0; python_version > '3.8'
sentry-sdk==1.40.3
shotgun_api3==3.4.0
spacy==3.7.3
sentry-sdk==1.40.5
shotgun_api3==3.4.2
spacy==3.7.4
srsly==2.4.8
swagger-spec-validator==3.0.3
tableauhyperapi==0.0.18618
Expand All @@ -108,19 +108,19 @@ zeep==4.2.1
pypsexec==0.3.0
# mimesis 12.x dropped support for python < 3.10
mimesis==14.0.0; python_version >= '3.10'
orjson==3.9.13
orjson==3.9.14
altair==5.2.0
shapely==2.0.2
shapely==2.0.3
lark==1.1.9
python-stdnum==1.19
# On linux, sounddevice and soundfile use system-provided libportaudio
# and libsndfile, respectively.
sounddevice==0.4.6; sys_platform != 'linux'
soundfile==0.12.1; sys_platform != 'linux'
limits==3.7.0
limits==3.9.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.18.8; python_version < '3.11'
great-expectations==0.18.9; python_version < '3.11'
tensorflow==2.15.0.post1; python_version >= '3.9' and sys_platform == 'linux'
tensorflow==2.15.0; python_version >= '3.9' and sys_platform != 'linux' # pyup: != 2.15.0.post1 # Available only for linux (merge back together on next update)
pyshark==0.6.0
Expand All @@ -130,7 +130,7 @@ spiceypy==6.0.0
exchangelib==5.1.0
NBT==1.5.1
minecraft-launcher-lib==6.4
scikit-learn==1.4.0; python_version >= '3.9'
scikit-learn==1.4.1.post1; python_version >= '3.9'
scikit-image==0.22.0; python_version >= '3.9'
customtkinter==5.2.2
fastparquet==2024.2.0
Expand All @@ -141,7 +141,7 @@ mistune==3.0.2
pydantic==2.6.1
jsonschema==4.21.1
psutil==5.9.8
litestar==2.6.0
litestar==2.6.1
lingua-language-detector==2.0.2; python_version >= '3.8'
opencc-python-reimplemented==0.1.7
jieba==0.42.1
Expand All @@ -167,7 +167,7 @@ eth-rlp==1.0.1
z3c.rml==4.4.0
freetype-py==2.4.0
vaderSentiment==3.3.2
langchain==0.1.6
langchain==0.1.7
seedir==0.4.2
cel-python==0.1.5
pygwalker==0.4.6
Expand Down

0 comments on commit 6bc3a33

Please sign in to comment.