Skip to content

Commit

Permalink
Merge pull request #35 from AOT-Technologies/10.1.6
Browse files Browse the repository at this point in the history
Fixing security vulnerability issue
  • Loading branch information
sumesh-aot authored Jan 19, 2024
2 parents 96e5869 + a0c687b commit 4cd7999
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formsflow-analytics-push-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- formsflow
workflow_dispatch:

defaults:
run:
shell: bash
Expand All @@ -18,7 +18,7 @@ env:

jobs:
build-and-push-image-to-dockerhub:
if: github.event_name == 'push' && github.repository == 'AOT-Technologies/redash'
if: github.repository == 'AOT-Technologies/redash'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "10.1.5",
"version": "10.1.6",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ pysaml2==6.1.0
pycrypto==2.6.1
python-dotenv==0.19.2
funcy==1.13
sentry-sdk>=0.14.3,<0.15.0
sentry-sdk>=1.14.0,<1.15.0
semver==2.8.1
xlsxwriter==1.2.2
pystache==0.5.4
parsedatetime==2.4
PyJWT==2.4.0
cryptography==2.8
cryptography==3.3.2
simplejson==3.16.0
ua-parser==0.8.0
user-agents==2.0
Expand Down
4 changes: 2 additions & 2 deletions requirements_all_ds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protobuf==3.17.3
gspread==3.1.0
impyla==0.16.0
influxdb==5.2.3
mysqlclient==1.3.14
mysqlclient==1.4.6
oauth2client==4.1.3
pyhive==0.6.1
pymongo[tls,srv]==3.9.0
Expand All @@ -19,7 +19,7 @@ sasl>=0.1.3
thrift>=0.8.0
thrift_sasl>=0.1.0
cassandra-driver==3.21.0
memsql==3.0.0
memsql==3.2.0
atsd_client==3.0.5
simple_salesforce==0.74.3
PyAthena>=1.5.0
Expand Down

0 comments on commit 4cd7999

Please sign in to comment.